Previous  Next          Contents  Index    Library

PL/SQL Package and Procedure Registration

Registering PL/SQL packages and procedures allows them to be called from the web. In addition to registering PL/SQL packages and procedures, you can update or delete (un-register) existing packages or procedures.

Toolbar Icons and Buttons

Find Enter search criteria for registered packages or procedures. Then select the package or procedure to update.
Delete Cancel a previously registered package or procedure.
New Register a new package or procedure.
Revert Cancels changes before saving.
Save Saves (commits) changes.
In the PL/SQL Package or Procedure window, enter the following information:

Name The name of the PL/SQL package, procedure. A procedure contained in a package takes the format PACKAGE.PROCEDURE.
Application The application to associate with the package or procedure.
Type Package, procedure, or procedure contained within a package.
Enabled Indicates whether the package or procedure is enabled.


         Previous  Next          Contents  Index    Library