Create PL/SQL Function, Procedure, or Package |
Specify the following information for a PL/SQL subprogram (function or procedure) or a package to contain subprograms.
Object Name: Name of the object. Must be unique within a schema.
Object Type (if you have specified PL/SQL Subprogram and not a specific type of object): One of the following object types:
FUNCTION: a function (returns a value)
PROCEDURE: a procedure (does not return a value)
PACKAGE: a package that can contain multiple functions or procedures, or a combination of functions and procedures
The object is created and is displayed in the Editor window, where you can enter the details.
For information about PL/SQL subprograms, see Subprograms and Packages: Usage Information.
Related Topics