DBA Data[Home] [Help]

APPS.PJI_PJP_EXTRACTION_UTILS dependencies on FND_PROFILE_OPTIONS

Line 602: from FND_PROFILE_OPTIONS

598: where APPLICATION_ID = 1292 and
599: -- LEVEL_ID = 10001 and
600: PROFILE_OPTION_ID in
601: (select PROFILE_OPTION_ID
602: from FND_PROFILE_OPTIONS
603: where APPLICATION_ID = 1292 and
604: PROFILE_OPTION_NAME = 'PJI_SUM_CLEANALL');
605:
606: commit;