DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on PO_DISTRIBUTIONS_REC_TYPE

Line 832: l_distribution_changes PO_DISTRIBUTIONS_REC_TYPE;

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;
835:
836:

Line 871: l_distribution_changes := PO_DISTRIBUTIONS_REC_TYPE.create_object (

867: debug_message('Changing to operating unit: ' || l_po_operating_unit );
868:
869: IF( l_distribution_ids.COUNT() > 0 ) THEN
870: debug_message('Creating distribution and shipment changes');
871: l_distribution_changes := PO_DISTRIBUTIONS_REC_TYPE.create_object (
872: p_po_distribution_id => l_distribution_ids,
873: p_request_unit_of_measure => l_uoms,
874: p_quantity_ordered => l_qtys);
875: l_shipment_changes := PO_SHIPMENTS_REC_TYPE.create_object (