DBA Data[Home] [Help]

APPS.MRP_RESCHEDULE_PO dependencies on MRP_CANCEL_PO

Line 186: mrp_cancel_po.cancel_po_program(v_po_header_id(i), v_po_line_id(i),

182: end if; -- if third_left_pare_pos > 0
183:
184: -- cancel the PO if action = 2 else reschedule it.
185: if v_action(i) = 2 then
186: mrp_cancel_po.cancel_po_program(v_po_header_id(i), v_po_line_id(i),
187: v_po_number(i), v_po_location_id,
188: l_doc_type , l_doc_subtype);
189: else
190: --5137694, for standard po, group by po_header_id,