DBA Data[Home] [Help]

APPS.PJI_PJI_EXTRACTION_UTILS dependencies on FND_PROFILE_OPTIONS

Line 1184: from FND_PROFILE_OPTIONS

1180: where APPLICATION_ID = 1292 and
1181: -- LEVEL_ID = 10001 and
1182: PROFILE_OPTION_ID in
1183: (select PROFILE_OPTION_ID
1184: from FND_PROFILE_OPTIONS
1185: where APPLICATION_ID = 1292 and
1186: PROFILE_OPTION_NAME = 'PJI_SUM_CLEANALL');
1187:
1188: commit;