DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on CSI_ORDER_SHIP_PUB

Line 203: x_order_shipment_tbl IN OUT NOCOPY csi_order_ship_pub.order_shipment_tbl,

199: /* if it does not exist */
200: /*----------------------------------------------------------*/
201:
202: PROCEDURE Construct_txn_dtls(
203: x_order_shipment_tbl IN OUT NOCOPY csi_order_ship_pub.order_shipment_tbl,
204: p_order_line_rec IN csi_order_ship_pub.order_line_rec,
205: p_trackable_parent IN boolean,
206: x_trx_line_id OUT NOCOPY NUMBER,
207: x_return_status OUT NOCOPY VARCHAR2 );

Line 204: p_order_line_rec IN csi_order_ship_pub.order_line_rec,

200: /*----------------------------------------------------------*/
201:
202: PROCEDURE Construct_txn_dtls(
203: x_order_shipment_tbl IN OUT NOCOPY csi_order_ship_pub.order_shipment_tbl,
204: p_order_line_rec IN csi_order_ship_pub.order_line_rec,
205: p_trackable_parent IN boolean,
206: x_trx_line_id OUT NOCOPY NUMBER,
207: x_return_status OUT NOCOPY VARCHAR2 );
208: