DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on PO_LINES_REC_TYPE

Line 629: l_po_line_changes po_lines_rec_type;

625: l_qtys po_tbl_number;
626: l_promise_dates po_tbl_date;
627: l_uoms po_tbl_varchar30;
628:
629: l_po_line_changes po_lines_rec_type;
630: l_shipment_changes PO_SHIPMENTS_REC_TYPE;
631: l_distribution_changes PO_DISTRIBUTIONS_REC_TYPE;
632: l_changes PO_CHANGES_REC_TYPE;
633: l_po_operating_unit NUMBER;

Line 686: l_po_line_changes := po_lines_rec_type.create_object(

682: p_request_unit_of_measure => l_uoms,
683: p_need_by_date => l_promise_dates);
684: ELSE
685: debug_message('Creating po line changes');
686: l_po_line_changes := po_lines_rec_type.create_object(
687: p_po_line_id => l_po_line_ids,
688: p_quantity => l_qtys,
689: p_request_unit_of_measure => l_uoms,
690: p_start_date => l_promise_dates );