DBA Data[Home] [Help]

APPS.CSI_T_UTILITIES_PVT dependencies on CSI_T_TXN_DETAILS_PVT

Line 1579: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(

1575:
1576: l_chk_txn_line_rec.source_transaction_table := p_txn_cascade_tbl(l_ind).parent_source_table;
1577: l_chk_txn_line_rec.source_transaction_id := p_txn_cascade_tbl(l_ind).child_source_id;
1578:
1579: l_td_found := csi_t_txn_details_pvt.check_txn_details_exist(
1580: p_txn_line_rec => l_chk_txn_line_rec);
1581: l_rem_qty := p_txn_cascade_tbl(l_ind).ordered_quantity; --added for bug 5096435
1582:
1583: IF NOT (l_td_found) THEN