DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV5 dependencies on PO_SHIPMENTS_SV1

Line 226: IF po_shipments_sv1.val_sched_released_qty

222: ** If the quantity ordered is less than the quantity released to date
223: ** for all scheduled releases against the planned shipment, display a
224: ** message that they have over released.
225: */
226: IF po_shipments_sv1.val_sched_released_qty
227: ('SHIPMENT',
228: X_line_id,
229: X_line_location_id,
230: 'SCHEDULED',

Line 245: po_shipments_sv1.get_planned_ship_info (

241: /*
242: ** Call the routine to get the information from the source
243: ** planned shipment.
244: */
245: po_shipments_sv1.get_planned_ship_info (
246: X_source_shipment_id,
247: X_set_of_books_id,
248: X_ship_to_location_code,
249: X_ship_to_location_id,