DBA Data[Home] [Help]

APPS.PSA_MFAR_TRANSACTIONS dependencies on RA_CUST_TRX_TYPES_ALL

Line 63: ra_cust_trx_types_all B

59: CURSOR c_trx_type
60: IS
61: SELECT A.rowid row_id
62: FROM ra_customer_trx_all A,
63: ra_cust_trx_types_all B
64: WHERE A.customer_trx_id = g_cust_trx_id
65: AND A.cust_trx_type_id = B.cust_trx_type_id
66: And (B.type = 'INV' OR B.type = 'DM')
67: FOR UPDATE;