DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on AR_AUTOREC_EXCEPTIONS

Line 5222: INTO ar_autorec_exceptions

5218: END IF;
5219:
5220:
5221: INSERT
5222: INTO ar_autorec_exceptions
5223: (batch_id,
5224: request_id,
5225: cash_receipt_id,
5226: payment_schedule_id,

Line 5483: INSERT INTO ar_autorec_exceptions

5479: fnd_file.put_line(FND_FILE.LOG,'Bad CASH receipt rows detected : '||sql%rowcount);
5480:
5481: if sql%rowcount > 0 then
5482: G_ERROR := 'Y' ;
5483: INSERT INTO ar_autorec_exceptions
5484: (batch_id,
5485: request_id,
5486: cash_receipt_id,
5487: paying_customer_id,

Line 5564: INSERT INTO ar_autorec_exceptions

5560: fnd_file.put_line(FND_FILE.LOG,'Bad MISC receipt rows detected : '||sql%rowcount);
5561:
5562: if sql%rowcount > 0 then
5563: G_ERROR := 'Y' ;
5564: INSERT INTO ar_autorec_exceptions
5565: (batch_id,
5566: request_id,
5567: cash_receipt_id,
5568: paying_customer_id,