DBA Data[Home] [Help]

APPS.JAI_AR_GLDIST_TRIGGER_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL

Line 221: ra_customer_trx_lines_all trxl

217: ----------------------------------------------
218: CURSOR check_trx_type (cp_customer_trx_line_id NUMBER)IS
219: SELECT trx_types.type
220: FROM
221: ra_customer_trx_lines_all trxl
222: , ra_customer_trx_all trx
223: , ra_cust_trx_types_all trx_types
224: WHERE trxl.customer_trx_id = trx.customer_trx_id
225: AND trx_types.cust_trx_type_id = trx.cust_trx_type_id