DBA Data[Home] [Help]

APPS.MSC_ATP_PVT dependencies on MSC_ATP_PEG

Line 5676: MSC_ATP_PEG.Create_Atp_Pegging (

5672: msc_sch_wb.atp_debug('Schedule: Item Id : '|| x_atp_table.Inventory_Item_Id(i));
5673: msc_sch_wb.atp_debug('Schedule: Req Item : '|| x_atp_table.request_item_id(i));
5674: END IF;
5675:
5676: MSC_ATP_PEG.Create_Atp_Pegging (
5677: x_atp_table.End_Pegging_Id(i),
5678: p_instance_id,
5679: l_old_plan_id(i),
5680: x_atp_table.ATO_Model_Line_Id(i),

Line 5855: DELETE from msc_atp_pegging

5851: x_atp_table.Config_item_line_id(i));
5852: msc_sch_wb.atp_debug('Old Plan Id : ' || l_old_plan_id(i));
5853: END IF;
5854:
5855: DELETE from msc_atp_pegging
5856: WHERE plan_id = l_old_plan_id(i)
5857: AND sales_order_line_id in (
5858: NVL( x_atp_table.Config_item_line_id(i), -1),
5859: x_atp_table.ATO_Model_Line_Id(i) );