Publishing Framework
PACKAGE_END
Frees the resources that are associated with a package.
Syntax
CALL PACKAGE_END(packageId, rc);
- packageID
- Numeric, input.
Identifies the package.
- rc
- Numeric, output.
Receives a return code.
Details
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);
See Also
|