DBA Data[Home] [Help]

APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on FND_APPLICATION

Line 1263: from fnd_application a

1259: 'SQLSO', 'so',
1260: lower(a.application_short_name))||
1261: '.a',
1262: sysdate, sysdate, 5, 5
1263: from fnd_application a
1264: where not exists (select
1265: 'lib.a already exists'
1266: from ad_files f2
1267: where f2.filename = 'lib'||

Line 1304: from fnd_application a

1300: 'SQLSO', 'so',
1301: lower(a.application_short_name))||
1302: 'st.lib',
1303: sysdate, sysdate, 5, 5
1304: from fnd_application a
1305: where not exists (select
1306: 'st.lib already exists'
1307: from ad_files f2
1308: where f2.filename = decode(a.application_short_name,