DBA Data[Home] [Help]

APPS.ARP_CORRECT_CC_ERRORS dependencies on AR_CASH_RECEIPTS_ALL

Line 2667: UPDATE ar_cash_receipts_all

2663:
2664: IF p_corrective_action = 'Clear Payment Information' THEN
2665: IF p_cc_trx_category IN ('CASH','MISC') THEN
2666: /* i) update receipt_method and payment info of RECEIPT to null */
2667: UPDATE ar_cash_receipts_all
2668: SET payment_trxn_extension_id = NULL,
2669: receipt_method_id = NULL,
2670: cc_error_flag = NULL,
2671: last_update_date = sysdate,