DBA Data[Home] [Help]

APPS.ARP_CORRECT_CC_ERRORS dependencies on AR_CASH_RECEIPTS_ALL

Line 2537: UPDATE ar_cash_receipts_all

2533:
2534: IF p_corrective_action = 'Clear Payment Information' THEN
2535: IF p_cc_trx_category IN ('CASH','MISC') THEN
2536: /* i) update receipt_method and payment info of RECEIPT to null */
2537: UPDATE ar_cash_receipts_all
2538: SET payment_trxn_extension_id = NULL,
2539: receipt_method_id = NULL,
2540: cc_error_flag = NULL,
2541: last_update_date = sysdate,