DBA Data[Home] [Help]

APPS.PJI_EXTRACTION_UTIL dependencies on FND_PROFILE_OPTIONS

Line 540: from FND_PROFILE_OPTIONS

536: where APPLICATION_ID = 1292 and
537: -- LEVEL_ID = 10001 and
538: PROFILE_OPTION_ID in
539: (select PROFILE_OPTION_ID
540: from FND_PROFILE_OPTIONS
541: where APPLICATION_ID = 1292 and
542: PROFILE_OPTION_NAME = 'PJI_SUM_CLEANALL');
543:
544: commit;

Line 650: from FND_PROFILE_OPTIONS

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

Line 677: from FND_PROFILE_OPTIONS

673: where APPLICATION_ID = 1292 and
674: -- LEVEL_ID = 10001 and
675: PROFILE_OPTION_ID in
676: (select PROFILE_OPTION_ID
677: from FND_PROFILE_OPTIONS
678: where APPLICATION_ID = 1292 and
679: PROFILE_OPTION_NAME = 'PJI_SUM_CLEANALL');
680:
681: commit;