DBA Data[Home] [Help]

APPS.CSI_INV_TRXS_PKG dependencies on CSI_TXN_SUB_TYPES

Line 4294: FROM csi_txn_sub_types

4290: l_transaction_id NUMBER;
4291:
4292: CURSOR c_id IS
4293: SELECT src_status_id
4294: FROM csi_txn_sub_types
4295: WHERE transaction_type_id = p_transaction_id
4296: AND default_flag = 'Y';
4297:
4298: r_id c_id%rowtype;