DBA Data[Home] [Help]

APPS.MSC_AATP_PVT dependencies on MSC_ATP_UTILS

Line 10828: MSC_ATP_UTILS.put_into_temp_table(

10824:
10825: --Call procedure to insert l_atp_period
10826: --into mrp_atp_details_temp table.
10827:
10828: MSC_ATP_UTILS.put_into_temp_table(
10829: NULL, --x_dblink
10830: p_session_id,
10831: l_atp_rec,
10832: l_atp_supply_demand,

Line 10853: MSC_ATP_UTILS.PUT_SD_DATA(l_atp_supply_demand, NULL, p_session_id);

10849: IF PG_DEBUG in ('Y', 'C') THEN
10850: msc_sch_wb.atp_debug('View_Allocation: ' || 'l_atp_supply_demand.level.COUNT: ' || l_atp_supply_demand.level.COUNT);
10851: END IF;
10852:
10853: MSC_ATP_UTILS.PUT_SD_DATA(l_atp_supply_demand, NULL, p_session_id);
10854:
10855: IF PG_DEBUG in ('Y', 'C') THEN
10856: msc_sch_wb.atp_debug('View_Allocation: ' || ' Inserted supply demand records ');
10857: END IF;

Line 10863: MSC_ATP_UTILS.PUT_PERIOD_DATA(l_atp_period, NULL, p_session_id);

10859: IF PG_DEBUG in ('Y', 'C') THEN
10860: msc_sch_wb.atp_debug('View_Allocation: ' || 'l_atp_period.level.count: ' || l_atp_period.level.count);
10861: END IF;
10862:
10863: MSC_ATP_UTILS.PUT_PERIOD_DATA(l_atp_period, NULL, p_session_id);
10864:
10865: IF PG_DEBUG in ('Y', 'C') THEN
10866: msc_sch_wb.atp_debug('View_Allocation: ' || ' Inserted period records ');
10867: END IF;