Publish Package Interface |
Frees the resources that are associated with a package.
CALL PACKAGE_END(packageId, rc);
This CALL should be made after the completion of package publishing.
The following example frees the resources that are associated with the package.
CALL PACKAGE_END(packageId, rc);
Publish Package Interface |