DBA Data[Home] [Help]

APPS.CSI_RMA_FULFILL_PUB dependencies on CSI_T_TXN_DETAILS_PVT

Line 359: l_found := csi_t_txn_details_pvt.check_txn_details_exist(

355: -- check transaction details exist
356: l_g_txn_line_rec.source_transaction_table := l_src_txn_table;
357: l_g_txn_line_rec.source_transaction_id := p_rma_line_id;
358:
359: l_found := csi_t_txn_details_pvt.check_txn_details_exist(
360: p_txn_line_rec => l_g_txn_line_rec);
361:
362: l_g_txn_line_rec.source_transaction_type_id := l_txn_type_id;
363: