DBA Data[Home] [Help]

APPS.CSI_RMA_FULFILL_PUB dependencies on OE_ORDER_LINES_ALL

Line 24: p_rma_line_rec IN oe_order_lines_all%rowtype,

20: x_return_status OUT NOCOPY varchar2,
21: px_trx_error_rec IN OUT NOCOPY csi_datastructures_pub.transaction_error_rec);
22:
23: PROCEDURE fulfill_rma_line(
24: p_rma_line_rec IN oe_order_lines_all%rowtype,
25: p_csi_txn_rec IN csi_datastructures_pub.transaction_rec,
26: p_line_dtl_tbl IN csi_t_datastructures_grp.txn_line_detail_tbl,
27: px_trx_error_rec IN OUT NOCOPY csi_datastructures_pub.transaction_error_rec,
28: x_msg_count OUT NOCOPY number,