Publish Package Interface |
Frees all resources associated with the package list identifier.
CALL PACKAGE_TERM(pkgListId, rc);
The following example frees all resources associated with pkgListId
.
CALL PACKAGE_TERM(pkgListId, rc);
Publish Package Interface |