DBA Data[Home] [Help]

APPS.MSC_POST_PRO dependencies on MSC_SCH_WB

Line 987: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');

983: G_CLASS_HRCHY := 2;
984: G_ALLOC_METHOD := 2;
985: -- Do not Call Populate_ATF_Dates for PF ATP.
986: IF PG_DEBUG in ('Y', 'C') THEN
987: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');
988: msc_util.msc_log('G_ALLOC_ATP := ' || G_ALLOC_ATP);
989: msc_util.msc_log('LOAD_PLAN_SD: DRP Plan Populate ATF_Dates not called');
990: msc_util.msc_log('LOAD_PLAN_SD: G_ALLOC_ATP ' || G_ALLOC_ATP);
991: msc_util.msc_log('LOAD_PLAN_SD: DRP Plan Allocation not supported');

Line 993: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');

989: msc_util.msc_log('LOAD_PLAN_SD: DRP Plan Populate ATF_Dates not called');
990: msc_util.msc_log('LOAD_PLAN_SD: G_ALLOC_ATP ' || G_ALLOC_ATP);
991: msc_util.msc_log('LOAD_PLAN_SD: DRP Plan Allocation not supported');
992: msc_util.msc_log('LOAD_PLAN_SD: DRP Plan, Hence Post Plan Pegging not called');
993: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');
994: END IF;
995: ELSE -- Carry out processing for non-DRP plan.
996: G_ALLOC_ATP := NVL(FND_PROFILE.value('MSC_ALLOCATED_ATP'),'N');
997: G_CLASS_HRCHY := NVL(FND_PROFILE.VALUE('MSC_CLASS_HIERARCHY'), 2);

Line 1420: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');

1416: G_ALLOC_ATP := 'N';
1417: G_CLASS_HRCHY := 2;
1418: G_ALLOC_METHOD := 2;
1419: IF PG_DEBUG in ('Y', 'C') THEN
1420: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');
1421: msc_sch_wb.atp_debug('Load_Net_Plan: ' || 'PF and Allocated ATP not applicable for DRP plans');
1422: msc_util.msc_log('G_ALLOC_ATP := ' || G_ALLOC_ATP);
1423: msc_util.msc_log('G_CLASS_HRCHY := ' || G_CLASS_HRCHY);
1424: msc_util.msc_log('G_ALLOC_METHOD := ' || G_ALLOC_METHOD);

Line 1421: msc_sch_wb.atp_debug('Load_Net_Plan: ' || 'PF and Allocated ATP not applicable for DRP plans');

1417: G_CLASS_HRCHY := 2;
1418: G_ALLOC_METHOD := 2;
1419: IF PG_DEBUG in ('Y', 'C') THEN
1420: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');
1421: msc_sch_wb.atp_debug('Load_Net_Plan: ' || 'PF and Allocated ATP not applicable for DRP plans');
1422: msc_util.msc_log('G_ALLOC_ATP := ' || G_ALLOC_ATP);
1423: msc_util.msc_log('G_CLASS_HRCHY := ' || G_CLASS_HRCHY);
1424: msc_util.msc_log('G_ALLOC_METHOD := ' || G_ALLOC_METHOD);
1425: END IF;

Line 6559: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');

6555: -- ATP4drp changes begin
6556: -- print plan_type
6557:
6558: msc_util.msc_log('LOAD_PLAN_SUMMARY_SD: ' || 'Plan Type p_plan_type -> ' || p_plan_type);
6559: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');
6560:
6561: -- END ATP4drp
6562:
6563:

Line 6609: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');

6605: msc_util.msc_log('LOAD_PLAN_SUMMARY_SD: ' || 'Time phased pf setup does not exist.');
6606: -- ATP4drp Call DRP specific summary
6607: IF (p_plan_type = 5) THEN
6608: msc_util.msc_log('LOAD_PLAN_SUMMARY_SD: ' || 'Call FULL Summary for DRP plan.');
6609: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');
6610: MSC_ATP_DRP.load_sd_full_drp(p_plan_id, p_sys_date);
6611: ELSE -- Call rest summary
6612: load_sd_full_unalloc_opt(p_plan_id, p_sys_date);
6613: END IF;