DBA Data[Home] [Help]

SYS.DBMS_DDL dependencies on STANDARD

Line 14: -- package, or any packages upon which it depends (currently "standard" or

10: procedure alter_compile(type varchar2, schema varchar2, name varchar2,
11: reuse_settings boolean := FALSE);
12: -- Equivalent to SQL "ALTER PROCEDURE|FUNCTION|PACKAGE [.]
13: -- COMPILE [BODY] ?REUSE SETTINGS?". If the named object is this
14: -- package, or any packages upon which it depends (currently "standard" or
15: -- "dbms_standard") then the procedure simply returns (since these
16: -- packages are clearly successfully compiled).
17: -- Input arguments:
18: -- type

Line 15: -- "dbms_standard") then the procedure simply returns (since these

11: reuse_settings boolean := FALSE);
12: -- Equivalent to SQL "ALTER PROCEDURE|FUNCTION|PACKAGE [.]
13: -- COMPILE [BODY] ?REUSE SETTINGS?". If the named object is this
14: -- package, or any packages upon which it depends (currently "standard" or
15: -- "dbms_standard") then the procedure simply returns (since these
16: -- packages are clearly successfully compiled).
17: -- Input arguments:
18: -- type
19: -- Must be one of "PROCEDURE", "FUNCTION", "PACKAGE", "PACKAGE