DBA Data[Home] [Help]

APPS.MRP_RESCHEDULE_PO dependencies on MRP_CANCEL_PO

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

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