DBA Data[Home] [Help]

APPS.PJI_PJI_EXTRACTION_UTILS dependencies on FND_PROFILE_OPTIONS

Line 1236: from FND_PROFILE_OPTIONS

1232: where APPLICATION_ID = 1292 and
1233: -- LEVEL_ID = 10001 and
1234: PROFILE_OPTION_ID in
1235: (select PROFILE_OPTION_ID
1236: from FND_PROFILE_OPTIONS
1237: where APPLICATION_ID = 1292 and
1238: PROFILE_OPTION_NAME = 'PJI_SUM_CLEANALL');
1239:
1240: commit;