DBA Data[Home] [Help]

APPS.PJI_EXTRACTION_UTIL dependencies on FND_PROFILE_OPTIONS

Line 536: from FND_PROFILE_OPTIONS

532: where APPLICATION_ID = 1292 and
533: -- LEVEL_ID = 10001 and
534: PROFILE_OPTION_ID in
535: (select PROFILE_OPTION_ID
536: from FND_PROFILE_OPTIONS
537: where APPLICATION_ID = 1292 and
538: PROFILE_OPTION_NAME = 'PJI_SUM_CLEANALL');
539:
540: commit;

Line 625: from FND_PROFILE_OPTIONS

621: where APPLICATION_ID = 1292 and
622: -- LEVEL_ID = 10001 and
623: PROFILE_OPTION_ID in
624: (select PROFILE_OPTION_ID
625: from FND_PROFILE_OPTIONS
626: where APPLICATION_ID = 1292 and
627: PROFILE_OPTION_NAME = 'PJI_SUM_CLEANALL');
628:
629: commit;

Line 652: from FND_PROFILE_OPTIONS

648: where APPLICATION_ID = 1292 and
649: -- LEVEL_ID = 10001 and
650: PROFILE_OPTION_ID in
651: (select PROFILE_OPTION_ID
652: from FND_PROFILE_OPTIONS
653: where APPLICATION_ID = 1292 and
654: PROFILE_OPTION_NAME = 'PJI_SUM_CLEANALL');
655:
656: commit;