DBA Data[Home] [Help]

APPS.CSI_RMA_RECEIPT_PUB dependencies on CSI_T_TXN_DETAILS_PVT

Line 2723: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(

2719:
2720: l_txn_line_rec.source_transaction_table := 'OE_ORDER_LINES_ALL';
2721: l_txn_line_rec.source_transaction_id := l_src_mtl_txn_tbl(1).oe_line_id;
2722:
2723: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(
2724: p_txn_line_rec => l_txn_line_rec);
2725:
2726: IF l_td_found THEN
2727: debug('Transaction details found for the RMA Order.');

Line 3722: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(

3718: WHERE split_from_line_id = l_rma_order_rec.source_line_id --l_src_mtl_txn_tbl(1).oe_line_id
3719: AND header_id = l_rma_order_rec.source_header_id ;
3720:
3721: l_partial_receipt := TRUE;
3722: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(
3723: p_txn_line_rec => l_split_txn_line_rec);
3724: EXCEPTION
3725: WHEN TOO_MANY_ROWS THEN
3726: debug('Multiple RMA split lines found in OM for the RMA Order.');