DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV3 dependencies on PO_SHIPMENTS_SV7

Line 284: po_shipments_sv7.check_available_quantity(X_Source_Shipment_Id,

280: -- Check if you have released more than is available on the
281: -- planned purchase order. If you have released more than
282: -- is available,the routine being called will display a message
283: -- to the user and prevent the user from continuing.
284: po_shipments_sv7.check_available_quantity(X_Source_Shipment_Id,
285: X_orig_quantity,
286: X_quantity);
287:
288: -- Get the line_location_id for this release shipment.