DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV2 dependencies on PO_SHIPMENTS_SV3

Line 282: X_line_location_id := po_shipments_sv3.get_line_location_id(X_po_line_id,

278: ** we should not update the quantity on the shipment.
279: */
280: IF (X_number_shipments = 1) THEN
281:
282: X_line_location_id := po_shipments_sv3.get_line_location_id(X_po_line_id,
283: X_shipment_type);
284:
285: IF (g_po_pdoi_write_to_file = 'Y') THEN
286: po_debug.put_line('X_line_location_id = '||X_line_location_id);