[Home] [Help]
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||'%' );