DBA Data[Home] [Help]

APPS.FND_ADG_OBJECT dependencies on DBA_SOURCE

Line 1245: from dba_source a

1241: l_start_code_rcs number;
1242: l_end_code_rcs number;
1243:
1244: cursor c1 is select a.text
1245: from dba_source a
1246: where a.owner = p_owner
1247: and a.name = C_COMPILE_DIRECTIVE_PACKAGE
1248: and a.type = 'PACKAGE'
1249: and instr(a.text,'Header') > 0