DBA Data[Home] [Help]

APPS.MSC_ATP_PROC dependencies on MSC_POST_PRO

Line 2787: IF l_summary_flag = MSC_POST_PRO.G_SF_SUMMARY_NOT_RUN THEN -- Summary / pre-allocation was never run.

2783: (MSC_ATP_PVT.G_ALLOCATED_ATP = 'Y') AND
2784: (MSC_ATP_PVT.G_HIERARCHY_PROFILE = 1) AND
2785: (MSC_ATP_PVT.G_ALLOCATION_METHOD = 1)) THEN
2786:
2787: IF l_summary_flag = MSC_POST_PRO.G_SF_SUMMARY_NOT_RUN THEN -- Summary / pre-allocation was never run.
2788: x_plan_info_rec.plan_id := -200;
2789: if PG_DEBUG in ('Y','C') then
2790: msc_sch_wb.atp_debug('Pre-allocation process needs to be run');
2791: end if;

Line 2792: ELSIF l_summary_flag = MSC_POST_PRO.G_SF_PREALLOC_RUNNING THEN -- Pre-allocation is running.

2788: x_plan_info_rec.plan_id := -200;
2789: if PG_DEBUG in ('Y','C') then
2790: msc_sch_wb.atp_debug('Pre-allocation process needs to be run');
2791: end if;
2792: ELSIF l_summary_flag = MSC_POST_PRO.G_SF_PREALLOC_RUNNING THEN -- Pre-allocation is running.
2793: x_plan_info_rec.plan_id := -100;
2794: if PG_DEBUG in ('Y','C') then
2795: msc_sch_wb.atp_debug('Pre-allocation and/or PF bucketting process is running');
2796: end if;

Line 2809: ELSIF l_summary_flag IN (MSC_POST_PRO.G_SF_SUMMARY_NOT_RUN, MSC_POST_PRO.G_SF_PREALLOC_RUNNING) THEN

2805: if PG_DEBUG in ('Y','C') then
2806: msc_sch_wb.atp_debug('Switch from summary to details tables');
2807: end if;
2808: ELSIF l_summary_flag = 2 THEN*/
2809: ELSIF l_summary_flag IN (MSC_POST_PRO.G_SF_SUMMARY_NOT_RUN, MSC_POST_PRO.G_SF_PREALLOC_RUNNING) THEN
2810: -- This means that PF bucketting has not started or is still in progress
2811: IF nvl(l_time_phased_atp,'N') = 'Y' THEN -- ATP4drp Use local variable instead of parameter
2812: x_plan_info_rec.plan_id := -100; --changed for 2392456
2813: if PG_DEBUG in ('Y','C') then