DBA Data[Home] [Help]

APPS.MSC_LAUNCH_PLAN_PK dependencies on FND_PROFILE

Line 495: -- months := fnd_profile.value('MRP_CUTOFF_DATE_OFFSET');

491: +----------------------------------------*/
492: MSC_UTIL.msc_Debug('******About to Launch Plan******');
493: -- Modification for bug 1863615
494: -- IF arg_plan_horizon IS NULL THEN
495: -- months := fnd_profile.value('MRP_CUTOFF_DATE_OFFSET');
496:
497: -- var_new_date := MSC_CALENDAR.NEXT_WORK_DAY(l_org_id,l_instance_id,1,
498: -- TO_DATE(TO_CHAR(add_months(sysdate, NVL(months, 12)),
499: -- 'YYYY/MM/DD HH24:MI:SS'), 'YYYY/MM/DD HH24:MI:SS')) ;

Line 542: var_user_id := fnd_profile.value('USER_ID');

538: /*-------------+
539: | Get user id |
540: +--------------*/
541:
542: var_user_id := fnd_profile.value('USER_ID');
543: /*-----------------------------------------------+
544: | Insert subinventories into msc_sub_inventories |
545: | that are defined after options are defined |
546: +-----------------------------------------------*/

Line 689: l_enable_64b_snapshot := fnd_profile.value('MSC_ENABLE_64BIT_SNAPSHOT');

685: v_plan_completion_date is null ))
686: THEN
687:
688: /* changes for launching 64 bit snapshot */
689: l_enable_64b_snapshot := fnd_profile.value('MSC_ENABLE_64BIT_SNAPSHOT');
690: IF l_enable_64b_snapshot IS NULL THEN
691: l_enable_64b_snapshot := 0;
692: END IF;
693:

Line 696: l_platform_type := fnd_profile.value('MSC_PLANNER_PLATFORM');

692: END IF;
693:
694: IF (l_enable_64b_snapshot > 0)
695: THEN
696: l_platform_type := fnd_profile.value('MSC_PLANNER_PLATFORM');
697: IF l_platform_type IS NULL THEN
698: l_platform_type := 0;
699: END IF;
700: ELSE

Line 973: l_platform_type := fnd_profile.value('MSC_PLANNER_PLATFORM');

969:
970: /*-------------+
971: | Get platform |
972: +-------------*/
973: l_platform_type := fnd_profile.value('MSC_PLANNER_PLATFORM');
974: IF l_platform_type IS NULL THEN
975: l_platform_type := 0;
976: END IF;
977:

Line 1897: l_platform_type := fnd_profile.value('MSC_PLANNER_PLATFORM');

1893:
1894: /*-------------+
1895: | Get platform |
1896: +-------------*/
1897: l_platform_type := fnd_profile.value('MSC_PLANNER_PLATFORM');
1898: IF l_platform_type IS NULL THEN
1899: l_platform_type := 0;
1900: END IF;
1901: