DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on RA_CUSTOMER_TRX_ALL

Line 4375: UPDATE /*+ index(ct ra_customer_trx_u1) */ ra_customer_trx_all ct

4371: l_program_id := arp_standard.profile.program_id;
4372:
4373: fnd_file.put_line(FND_FILE.LOG,'Detect receipts with Auth failure');
4374:
4375: UPDATE /*+ index(ct ra_customer_trx_u1) */ ra_customer_trx_all ct
4376: SET cc_error_flag = 'Y',
4377: last_updated_by = l_last_updated_by,
4378: last_update_date = sysdate,
4379: last_update_login = l_last_update_login,

Line 4489: UPDATE /*+ index(ct ra_customer_trx_u1) */ ra_customer_trx_all ct

4485:
4486: /* Note here - the apply process was succesful but auth failed so here we have to unapply the
4487: payment_schedule_id before going in for the delete */
4488:
4489: UPDATE /*+ index(ct ra_customer_trx_u1) */ ra_customer_trx_all ct
4490: SET cc_error_flag = null,
4491: cc_error_code = null,
4492: cc_error_text = null
4493: WHERE customer_trx_id in (