DBA Data[Home] [Help]

APPS.MSC_AATP_PVT dependencies on MRP_ATP_DETAILS_TEMP

Line 11057: --into mrp_atp_details_temp table.

11053: This call is not needed now. Now we directly call PUT_SD_DATA
11054: and PUT_PERIOD_DATA from this procedure.
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,

Line 11156: l_pegging_rec mrp_atp_details_temp%ROWTYPE;

11152: l_atp_date_quantity_this_level number;
11153: --l_requested_date_quantity number;
11154: l_atp_period MRP_ATP_PUB.ATP_Period_Typ;
11155: l_atp_supply_demand MRP_ATP_PUB.ATP_Supply_Demand_Typ;
11156: l_pegging_rec mrp_atp_details_temp%ROWTYPE;
11157: l_demand_class_tab MRP_ATP_PUB.char80_arr
11158: := MRP_ATP_PUB.char80_arr();
11159: l_demand_class_tab_new MRP_ATP_PUB.char80_arr
11160: := MRP_ATP_PUB.char80_arr();--6359986