DBA Data[Home] [Help]

APPS.AD_ZD_SEED dependencies on USER_SOURCE

Line 1305: ( select src.line from user_source src

1301: and obj.object_type = 'FUNCTION'
1302: and obj.edition_name = sys_context('userenv', 'current_edition_name')
1303: and obj.edition_name <> 'ORA$BASE'
1304: and exists
1305: ( select src.line from user_source src
1306: where src.name = obj.object_name
1307: and src.type = obj.object_type
1308: and src.text like '%'||obj.edition_name||'%' );
1309:

Line 1381: ( select src.text from user_source_ae src

1377: and obj.object_name = ad_zd_seed.eds_function(col.table_name)
1378: and obj.object_type = 'FUNCTION'
1379: and obj.edition_name > sys_context('userenv', 'current_edition_name')
1380: and exists
1381: ( select src.text from user_source_ae src
1382: where src.edition_name = obj.edition_name
1383: and src.name = obj.object_name
1384: and src.type = obj.object_type
1385: and src.text like '%'||obj.edition_name||'%' );