DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on AR_AUTOREC_EXCEPTIONS

Line 5499: INTO ar_autorec_exceptions

5495: END IF;
5496:
5497:
5498: INSERT
5499: INTO ar_autorec_exceptions
5500: (batch_id,
5501: request_id,
5502: cash_receipt_id,
5503: payment_schedule_id,

Line 5790: INSERT INTO ar_autorec_exceptions

5786: fnd_file.put_line(FND_FILE.LOG,'Bad CASH receipt rows detected : '||sql%rowcount);
5787:
5788: if sql%rowcount > 0 then
5789: G_ERROR := 'Y' ;
5790: INSERT INTO ar_autorec_exceptions
5791: (batch_id,
5792: request_id,
5793: cash_receipt_id,
5794: paying_customer_id,

Line 5871: INSERT INTO ar_autorec_exceptions

5867: fnd_file.put_line(FND_FILE.LOG,'Bad MISC receipt rows detected : '||sql%rowcount);
5868:
5869: if sql%rowcount > 0 then
5870: G_ERROR := 'Y' ;
5871: INSERT INTO ar_autorec_exceptions
5872: (batch_id,
5873: request_id,
5874: cash_receipt_id,
5875: paying_customer_id,