DBA Data[Home] [Help]

SYSTEM.AD_PARALLEL_COMPILE_PKG dependencies on AD_PARALLEL_COMPILE_PKG

Line 1: package body ad_parallel_compile_pkg as

1: package body ad_parallel_compile_pkg as
2: /* $Header: adpcpspb.pls 120.1 2005/12/22 03:30:04 vpalakur noship $ */
3:
4: procedure get_invalid
5: (schema_to_compile in varchar2,

Line 127: 'AD_PARALLEL_COMPILE_PKG.GET_INVALID()');

123:
124: exception
125: when others then
126: raise_application_error(-20000,SQLERRM||' while inserting into AD_PARALLEL_COMPILE in '||
127: 'AD_PARALLEL_COMPILE_PKG.GET_INVALID()');
128: end;
129:
130: --
131: -- delete rows for disabled triggers

Line 153: 'AD_PARALLEL_COMPILE_PKG.GET_INVALID()');

149: and t.enabled = 0);
150: exception
151: when others then
152: raise_application_error(-20000,SQLERRM||' while deleting from AD_PARALLEL_COMPILE in '||
153: 'AD_PARALLEL_COMPILE_PKG.GET_INVALID()');
154: end;
155: end get_invalid;
156:
157: procedure delete_errobjs

Line 686: end ad_parallel_compile_pkg;

682: end;
683: end loop;
684: end comp;
685:
686: end ad_parallel_compile_pkg;