SYS.ALL_PROCEDURES
The ALL_PROCEDURES view describes all PL/SQL functions and procedures, along with associated properties, that are accessible to the current user.
Related views
-
SYS.DBA_PROCEDURESdescribes all PL/SQL functions and procedures, along with associated properties. It has the same columns asALL_PROCEDURES. -
SYS.USER_PROCEDURESdescribes all functions and procedures, along with associated properties that are owned by the current user. This view does not display theOWNERcolumn.
Columns
| Column name | Type | Description |
|---|---|---|
|
|
|
Owner of the procedure or function |
|
|
|
Name of the object: top-level function, procedure or package name |
|
|
|
Name of the procedure or function |
|
|
|
Object number |
|
|
|
Unique subprogram identifier |
|
|
|
Overload unique identifier |
|
|
|
Object type |
|
|
|
TimesTen does not support aggregate functions, so value is |
|
|
|
TimesTen does not support |
|
|
|
Name of owner of the implementation type, if any |
|
|
|
Name of the implementation type, if any |
|
|
|
TimesTen does not support You can specify the |
|
|
|
TimesTen does not support ODCI so value is |
|
|
|
|
|
|
|
|