DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on CSI_T_TXN_DETAILS_PVT

Line 8512: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(

8508: -- check for user entered transaction details
8509: l_txn_line_rec.source_transaction_table := csi_interface_pkg.g_om_source_table;
8510: l_txn_line_rec.source_transaction_id := l_source_line_rec.source_line_id;
8511:
8512: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(
8513: p_txn_line_rec => l_txn_line_rec);
8514:
8515: -- if entered then re build using the transaction details using the source info
8516: IF l_td_found THEN

Line 10029: l_found := csi_t_txn_details_pvt.check_txn_details_exist(

10025: -- check transaction details exist
10026: l_txn_line_rec.source_transaction_table := l_src_txn_table;
10027: l_txn_line_rec.source_transaction_id := p_order_line_id;
10028:
10029: l_found := csi_t_txn_details_pvt.check_txn_details_exist(
10030: p_txn_line_rec => l_txn_line_rec);
10031:
10032: l_txn_line_rec.source_transaction_type_id := l_txn_type_id;
10033: