DBA Data[Home] [Help]

APPS.PJI_EXTRACTION_UTIL dependencies on FND_PROFILE_OPTION_VALUES

Line 534: update FND_PROFILE_OPTION_VALUES

530: retcode := 1;
531: return;
532: end if;
533:
534: update FND_PROFILE_OPTION_VALUES
535: set PROFILE_OPTION_VALUE = 'N'
536: where APPLICATION_ID = 1292 and
537: -- LEVEL_ID = 10001 and
538: PROFILE_OPTION_ID in

Line 644: update FND_PROFILE_OPTION_VALUES

640: -- Added for bug 6603016 ends
641:
642: if (p_truncate_pji_tables = 'Y') then
643:
644: update FND_PROFILE_OPTION_VALUES
645: set PROFILE_OPTION_VALUE = 'Y'
646: where APPLICATION_ID = 1292 and
647: -- LEVEL_ID = 10001 and
648: PROFILE_OPTION_ID in

Line 671: update FND_PROFILE_OPTION_VALUES

667: end if;
668:
669: if (p_truncate_pjp_tables = 'Y') then
670:
671: update FND_PROFILE_OPTION_VALUES
672: set PROFILE_OPTION_VALUE = 'Y'
673: where APPLICATION_ID = 1292 and
674: -- LEVEL_ID = 10001 and
675: PROFILE_OPTION_ID in