DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on CSD_INTERNAL_ORDERS_PVT

Line 2915: csd_internal_orders_pvt.create_internal_sales_orders

2911: END IF;
2912:
2913: FOR i IN 1 ..l_requisition_id.COUNT
2914: LOOP
2915: csd_internal_orders_pvt.create_internal_sales_orders
2916: (p_requisition_id => l_requisition_id(i),
2917: p_so_operating_unit => NVL(l_so_operating_unit,l_ir_operating_unit),
2918: p_ir_operating_unit => l_ir_operating_unit,
2919: p_operating_unit => NVL(l_so_operating_unit,l_ir_operating_unit),