OWNER
|
VARCHAR2(30)
|
NOT NULL
|
Name of the database user owning the stored PL/SQL unit
|
OBJECT_NAME
|
VARCHAR2(30)
|
NOT NULL
|
Name of the PL/SQL unit
|
OBJECT_ID
|
NUMBER
|
NOT NULL
|
Object number of the PL/SQL unit
|
OBJECT_TYPE
|
VARCHAR2(12)
|
|
The type of PL/SQL unit: PROCEDURE , FUNCTION , PACKAGE , PACKAGE BODY , TRIGGER , TYPE , or TYPE BODY
|
PARAM_NAME
|
VARCHAR2(30)
|
|
The name of the parameter stored persistently with the PL/SQL unit
|
PARAM_VALUE
|
VARCHAR2(4000)
|
|
The TO_CHAR() representation of the value of the persistently stored parameter. The width of this column is operating system dependent; however, it is never less than 255 .
|