DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL

Line 455: , ra_customer_trx_lines_all trxl

451: CURSOR check_trx_type (cp_customer_trx_line_id NUMBER)IS
452: SELECT trx_types.type
453: FROM
454: jai_ar_trx_tax_lines jattl --Added by Qiong for bug14253668
455: , ra_customer_trx_lines_all trxl
456: , ra_customer_trx_all trx
457: , ra_cust_trx_types_all trx_types
458: WHERE trxl.customer_trx_id = trx.customer_trx_id
459: AND trx_types.cust_trx_type_id = trx.cust_trx_type_id