DBA Data[Home] [Help]

APPS.MSC_ATP_PVT dependencies on MSC_ATP_PEG

Line 5070: MSC_ATP_PEG.Create_Atp_Pegging (

5066: msc_sch_wb.atp_debug('Schedule: Item Id : '|| x_atp_table.Inventory_Item_Id(i));
5067: msc_sch_wb.atp_debug('Schedule: Req Item : '|| x_atp_table.request_item_id(i));
5068: END IF;
5069:
5070: MSC_ATP_PEG.Create_Atp_Pegging (
5071: x_atp_table.End_Pegging_Id(i),
5072: p_instance_id,
5073: l_old_plan_id(i),
5074: x_atp_table.ATO_Model_Line_Id(i),

Line 5249: DELETE from msc_atp_pegging

5245: x_atp_table.Config_item_line_id(i));
5246: msc_sch_wb.atp_debug('Old Plan Id : ' || l_old_plan_id(i));
5247: END IF;
5248:
5249: DELETE from msc_atp_pegging
5250: WHERE plan_id = l_old_plan_id(i)
5251: AND sales_order_line_id in (
5252: NVL( x_atp_table.Config_item_line_id(i), -1),
5253: x_atp_table.ATO_Model_Line_Id(i) );