DBA Data[Home] [Help]

APPS.ARP_BR_REMIT_BATCHES dependencies on ARP_CR_HISTORY_PKG

Line 1328: ARP_CR_HISTORY_PKG.set_to_dummy(l_crh_rec);

1324:
1325: /*-----------------------------------+
1326: | Set local record to dummy values |
1327: +-----------------------------------*/
1328: ARP_CR_HISTORY_PKG.set_to_dummy(l_crh_rec);
1329:
1330: l_crh_rec.batch_id := p_batch_id;
1331: l_crh_rec.cash_receipt_history_id := receipt_rec.cash_receipt_history_id;
1332:

Line 1336: ARP_CR_HISTORY_PKG.update_p(l_crh_rec,

1332:
1333: /*-----------------------------------------+
1334: | Update the cash receipt history record |
1335: +-----------------------------------------*/
1336: ARP_CR_HISTORY_PKG.update_p(l_crh_rec,
1337: receipt_rec.cash_receipt_history_id);
1338: END IF;
1339:
1340: IF PG_DEBUG in ('Y', 'C') THEN