DBA Data[Home] [Help]

APPS.MSC_AATP_PVT dependencies on MSC_ATP_UTILS

Line 11059: MSC_ATP_UTILS.put_into_temp_table(

11055:
11056: --Call procedure to insert l_atp_period
11057: --into mrp_atp_details_temp table.
11058:
11059: MSC_ATP_UTILS.put_into_temp_table(
11060: NULL, --x_dblink
11061: p_session_id,
11062: l_atp_rec,
11063: l_atp_supply_demand,

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

11080: IF PG_DEBUG in ('Y', 'C') THEN
11081: msc_sch_wb.atp_debug('View_Allocation: ' || 'l_atp_supply_demand.level.COUNT: ' || l_atp_supply_demand.level.COUNT);
11082: END IF;
11083:
11084: MSC_ATP_UTILS.PUT_SD_DATA(l_atp_supply_demand, NULL, p_session_id);
11085:
11086: IF PG_DEBUG in ('Y', 'C') THEN
11087: msc_sch_wb.atp_debug('View_Allocation: ' || ' Inserted supply demand records ');
11088: END IF;

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

11090: IF PG_DEBUG in ('Y', 'C') THEN
11091: msc_sch_wb.atp_debug('View_Allocation: ' || 'l_atp_period.level.count: ' || l_atp_period.level.count);
11092: END IF;
11093:
11094: MSC_ATP_UTILS.PUT_PERIOD_DATA(l_atp_period, NULL, p_session_id);
11095:
11096: IF PG_DEBUG in ('Y', 'C') THEN
11097: msc_sch_wb.atp_debug('View_Allocation: ' || ' Inserted period records ');
11098: END IF;