DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on CSI_ORDER_SHIP_PUB

Line 168: x_order_shipment_tbl IN OUT NOCOPY csi_order_ship_pub.order_shipment_tbl,

164: /* if it does not exist */
165: /*----------------------------------------------------------*/
166:
167: PROCEDURE Construct_txn_dtls(
168: x_order_shipment_tbl IN OUT NOCOPY csi_order_ship_pub.order_shipment_tbl,
169: p_order_line_rec IN csi_order_ship_pub.order_line_rec,
170: p_trackable_parent IN boolean,
171: x_trx_line_id OUT NOCOPY NUMBER,
172: x_return_status OUT NOCOPY VARCHAR2 );

Line 169: p_order_line_rec IN csi_order_ship_pub.order_line_rec,

165: /*----------------------------------------------------------*/
166:
167: PROCEDURE Construct_txn_dtls(
168: x_order_shipment_tbl IN OUT NOCOPY csi_order_ship_pub.order_shipment_tbl,
169: p_order_line_rec IN csi_order_ship_pub.order_line_rec,
170: p_trackable_parent IN boolean,
171: x_trx_line_id OUT NOCOPY NUMBER,
172: x_return_status OUT NOCOPY VARCHAR2 );
173: