DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on AR_SYSTEM_PARAMETERS

Line 565: FROM ar_system_parameters;

561: --fetch the max commit size set for receipts
562: SELECT CASE WHEN (NVL(auto_rec_receipts_per_commit,0) <= 0) THEN 1000
563: ELSE auto_rec_receipts_per_commit END
564: INTO MAX_ARRAY_SIZE
565: FROM ar_system_parameters;
566:
567: IF p_batch_id is NULL THEN
568: IF PG_DEBUG in ('Y','C') THEN
569: arp_debug.debug('p_batch_id is null,Calling insert_batch..');

Line 1505: FROM ar_system_parameters asp,

1501: pinvoices_per_commit,
1502: preceipts_per_commit,
1503: pfunctional_currency,
1504: pacc_method
1505: FROM ar_system_parameters asp,
1506: gl_sets_of_books gsob,
1507: ar_batches ab
1508: WHERE ab.batch_id = p_batch_id
1509: AND ab.set_of_books_id = gsob.set_of_books_id