DBA Data[Home] [Help]

APPS.CSI_INV_TRXS_PKG dependencies on CSI_TXN_SUB_TYPES

Line 3649: FROM csi_txn_sub_types

3645: l_transaction_id NUMBER;
3646:
3647: CURSOR c_id IS
3648: SELECT src_status_id
3649: FROM csi_txn_sub_types
3650: WHERE transaction_type_id = p_transaction_id
3651: AND default_flag = 'Y';
3652:
3653: r_id c_id%rowtype;