DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on CSI_T_TXN_DETAILS_PVT

Line 214: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(

210: -- check for txn details
211: l_txn_line_rec.source_transaction_table := g_om_source_table;
212: l_txn_line_rec.source_transaction_id := l_parent_line_rec.source_line_id;
213:
214: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(
215: p_txn_line_rec => l_txn_line_rec);
216:
217: IF l_td_found THEN
218: x_parent_found := TRUE;