DBA Data[Home] [Help]

APPS.MSC_LAUNCH_PLAN_PK dependencies on FND_PROFILE

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

460: +----------------------------------------*/
461: MSC_UTIL.msc_Debug('******About to Launch Plan******');
462: -- Modification for bug 1863615
463: -- IF arg_plan_horizon IS NULL THEN
464: -- months := fnd_profile.value('MRP_CUTOFF_DATE_OFFSET');
465:
466: -- var_new_date := MSC_CALENDAR.NEXT_WORK_DAY(l_org_id,l_instance_id,1,
467: -- TO_DATE(TO_CHAR(add_months(sysdate, NVL(months, 12)),
468: -- 'YYYY/MM/DD HH24:MI:SS'), 'YYYY/MM/DD HH24:MI:SS')) ;

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

507: /*-------------+
508: | Get user id |
509: +--------------*/
510:
511: var_user_id := fnd_profile.value('USER_ID');
512: /*-----------------------------------------------+
513: | Insert subinventories into msc_sub_inventories |
514: | that are defined after options are defined |
515: +-----------------------------------------------*/

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

643: v_plan_completion_date is null ))
644: THEN
645:
646: /* changes for launching 64 bit snapshot */
647: l_enable_64b_snapshot := fnd_profile.value('MSC_ENABLE_64BIT_SNAPSHOT');
648: IF l_enable_64b_snapshot IS NULL THEN
649: l_enable_64b_snapshot := 0;
650: END IF;
651:

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

650: END IF;
651:
652: IF (l_enable_64b_snapshot > 0)
653: THEN
654: l_platform_type := fnd_profile.value('MSC_PLANNER_PLATFORM');
655: IF l_platform_type IS NULL THEN
656: l_platform_type := 0;
657: END IF;
658: ELSE

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

893:
894: /*-------------+
895: | Get platform |
896: +-------------*/
897: l_platform_type := fnd_profile.value('MSC_PLANNER_PLATFORM');
898: IF l_platform_type IS NULL THEN
899: l_platform_type := 0;
900: END IF;
901:

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

1778:
1779: /*-------------+
1780: | Get platform |
1781: +-------------*/
1782: l_platform_type := fnd_profile.value('MSC_PLANNER_PLATFORM');
1783: IF l_platform_type IS NULL THEN
1784: l_platform_type := 0;
1785: END IF;
1786: