DBA Data[Home] [Help]

APPS.MSC_ATP_PROC dependencies on MSC_POST_PRO

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

2775: (MSC_ATP_PVT.G_ALLOCATED_ATP = 'Y') AND
2776: (MSC_ATP_PVT.G_HIERARCHY_PROFILE = 1) AND
2777: (MSC_ATP_PVT.G_ALLOCATION_METHOD = 1)) THEN
2778:
2779: IF l_summary_flag = MSC_POST_PRO.G_SF_SUMMARY_NOT_RUN THEN -- Summary / pre-allocation was never run.
2780: x_plan_info_rec.plan_id := -200;
2781: if PG_DEBUG in ('Y','C') then
2782: msc_sch_wb.atp_debug('Pre-allocation process needs to be run');
2783: end if;

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

2780: x_plan_info_rec.plan_id := -200;
2781: if PG_DEBUG in ('Y','C') then
2782: msc_sch_wb.atp_debug('Pre-allocation process needs to be run');
2783: end if;
2784: ELSIF l_summary_flag = MSC_POST_PRO.G_SF_PREALLOC_RUNNING THEN -- Pre-allocation is running.
2785: x_plan_info_rec.plan_id := -100;
2786: if PG_DEBUG in ('Y','C') then
2787: msc_sch_wb.atp_debug('Pre-allocation and/or PF bucketting process is running');
2788: end if;

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

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