DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on RA_CUST_TRX_TYPES_ALL

Line 457: , ra_cust_trx_types_all trx_types

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
460: AND jattl.link_to_cust_trx_line_id = trxl.customer_trx_line_id --Added by Qiong for bug14253668
461: AND jattl.customer_trx_line_id = cp_customer_trx_line_id; --Added by Qiong for bug142536

Line 463: lv_ar_trx_type ra_cust_trx_types_all.type%TYPE;

459: AND trx_types.cust_trx_type_id = trx.cust_trx_type_id
460: AND jattl.link_to_cust_trx_line_id = trxl.customer_trx_line_id --Added by Qiong for bug14253668
461: AND jattl.customer_trx_line_id = cp_customer_trx_line_id; --Added by Qiong for bug142536
462:
463: lv_ar_trx_type ra_cust_trx_types_all.type%TYPE;
464: ----------------------------------------------
465: --Added by Wenqiong for Bug 14253668 end
466: BEGIN
467: