DBA Data[Home] [Help]

APPS.PJI_PJP_EXTRACTION_UTILS dependencies on FND_PROFILE_OPTIONS

Line 560: from FND_PROFILE_OPTIONS

556: where APPLICATION_ID = 1292 and
557: -- LEVEL_ID = 10001 and
558: PROFILE_OPTION_ID in
559: (select PROFILE_OPTION_ID
560: from FND_PROFILE_OPTIONS
561: where APPLICATION_ID = 1292 and
562: PROFILE_OPTION_NAME = 'PJI_SUM_CLEANALL');
563:
564: commit;