DBA Data[Home] [Help]

APPS.CSI_T_UTILITIES_PVT dependencies on CSI_T_TRANSACTION_LINES

Line 1564: FROM csi_t_transaction_lines

1560: SELECT source_transaction_type_id,
1561: source_txn_header_id
1562: INTO l_src_txn_type_id,
1563: l_src_txn_hdr_id
1564: FROM csi_t_transaction_lines
1565: WHERE source_transaction_table = p_txn_cascade_tbl(1).parent_source_table
1566: AND source_transaction_id = p_txn_cascade_tbl(1).parent_source_id;
1567:
1568: /* for each of the order line children create transaction detail */