DBA Data[Home] [Help]

APPS.ARP_CORRECT_CC_ERRORS dependencies on RA_CUST_TRX_TYPES

Line 1881: ra_cust_trx_types trx_type

1877: trx.cc_error_code,
1878: trx.cc_error_text,
1879: trx.request_id
1880: FROM ra_customer_trx trx,
1881: ra_cust_trx_types trx_type
1882: WHERE trx.cust_trx_type_id = trx_type.cust_trx_type_id
1883: AND trx.request_id IN ( select request_id
1884: from fnd_concurrent_requests
1885: where request_id = p_request_id

Line 2246: ra_cust_trx_types trx_types

2242: cr.receipt_number
2243: FROM ra_customer_trx trx,
2244: ar_receivable_applications ra,
2245: ar_cash_receipts cr,
2246: ra_cust_trx_types trx_types
2247: WHERE trx.customer_trx_id = ra.applied_customer_trx_id
2248: AND ra.cash_receipt_id = cr.cash_receipt_id
2249: AND cr.payment_trxn_extension_id = trx.payment_trxn_extension_id
2250: AND cr.receipt_method_id = trx.receipt_method_id