DBA Data[Home] [Help]

APPS.CSI_RMA_RECEIPT_PUB dependencies on CSI_T_TXN_DETAILS_PVT

Line 2762: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(

2758:
2759: l_txn_line_rec.source_transaction_table := 'OE_ORDER_LINES_ALL';
2760: l_txn_line_rec.source_transaction_id := l_src_mtl_txn_tbl(1).oe_line_id;
2761:
2762: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(
2763: p_txn_line_rec => l_txn_line_rec);
2764:
2765: IF l_td_found THEN
2766: debug('Transaction details found for the RMA Order.');

Line 3761: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(

3757: WHERE split_from_line_id = l_rma_order_rec.source_line_id --l_src_mtl_txn_tbl(1).oe_line_id
3758: AND header_id = l_rma_order_rec.source_header_id ;
3759:
3760: l_partial_receipt := TRUE;
3761: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(
3762: p_txn_line_rec => l_split_txn_line_rec);
3763: EXCEPTION
3764: WHEN TOO_MANY_ROWS THEN
3765: debug('Multiple RMA split lines found in OM for the RMA Order.');