DBA Data[Home] [Help]

APPS.ARP_BR_REMIT_BATCHES dependencies on ARP_CR_HISTORY_PKG

Line 1370: ARP_CR_HISTORY_PKG.set_to_dummy(l_crh_rec);

1366:
1367: /*-----------------------------------+
1368: | Set local record to dummy values |
1369: +-----------------------------------*/
1370: ARP_CR_HISTORY_PKG.set_to_dummy(l_crh_rec);
1371:
1372: l_crh_rec.batch_id := p_batch_id;
1373: l_crh_rec.cash_receipt_history_id := receipt_rec.cash_receipt_history_id;
1374:

Line 1378: ARP_CR_HISTORY_PKG.update_p(l_crh_rec,

1374:
1375: /*-----------------------------------------+
1376: | Update the cash receipt history record |
1377: +-----------------------------------------*/
1378: ARP_CR_HISTORY_PKG.update_p(l_crh_rec,
1379: receipt_rec.cash_receipt_history_id);
1380: END IF;
1381:
1382: IF PG_DEBUG in ('Y', 'C') THEN