DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on PO_LINES_REC_TYPE

Line 830: l_po_line_changes po_lines_rec_type;

826: l_qtys po_tbl_number;
827: l_promise_dates po_tbl_date;
828: l_uoms po_tbl_varchar30;
829:
830: l_po_line_changes po_lines_rec_type;
831: l_shipment_changes PO_SHIPMENTS_REC_TYPE;
832: l_distribution_changes PO_DISTRIBUTIONS_REC_TYPE;
833: l_changes PO_CHANGES_REC_TYPE;
834: l_po_operating_unit NUMBER;

Line 887: l_po_line_changes := po_lines_rec_type.create_object(

883: p_request_unit_of_measure => l_uoms,
884: p_need_by_date => l_promise_dates);
885: ELSE
886: debug_message('Creating po line changes');
887: l_po_line_changes := po_lines_rec_type.create_object(
888: p_po_line_id => l_po_line_ids,
889: p_quantity => l_qtys,
890: p_request_unit_of_measure => l_uoms,
891: p_start_date => l_promise_dates );