DBA Data[Home] [Help]

APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on FND_APPLICATION

Line 1340: from fnd_application a

1336: 'SQLSO', 'so',
1337: lower(a.application_short_name))||
1338: '.a',
1339: sysdate, sysdate, 5, 5
1340: from fnd_application a
1341: where not exists (select
1342: 'lib.a already exists'
1343: from ad_files f2
1344: where f2.filename = 'lib'||

Line 1381: from fnd_application a

1377: 'SQLSO', 'so',
1378: lower(a.application_short_name))||
1379: 'st.lib',
1380: sysdate, sysdate, 5, 5
1381: from fnd_application a
1382: where not exists (select
1383: 'st.lib already exists'
1384: from ad_files f2
1385: where f2.filename = decode(a.application_short_name,