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 6588: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');

6584: -- ATP4drp changes begin
6585: -- print plan_type
6586:
6587: msc_util.msc_log('LOAD_PLAN_SUMMARY_SD: ' || 'Plan Type p_plan_type -> ' || p_plan_type);
6588: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');
6589:
6590: -- END ATP4drp
6591:
6592:

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

6634: msc_util.msc_log('LOAD_PLAN_SUMMARY_SD: ' || 'Time phased pf setup does not exist.');
6635: -- ATP4drp Call DRP specific summary
6636: IF (p_plan_type = 5) THEN
6637: msc_util.msc_log('LOAD_PLAN_SUMMARY_SD: ' || 'Call FULL Summary for DRP plan.');
6638: msc_sch_wb.atp_debug('----- ATP4drp Specific Debug Messages -----');
6639: MSC_ATP_DRP.load_sd_full_drp(p_plan_id, p_sys_date);
6640: ELSE -- Call rest summary
6641: load_sd_full_unalloc_opt(p_plan_id, p_sys_date);
6642: END IF;