DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on ARP_CASH_RECEIPT_HISTORY

Line 520: new_crh_id := arp_cash_receipt_history.InsertRecord

516: old_crh.created_from := 'RATE ADJUSTMENT TRIGGER';
517:
518: arp_standard.debug('Insert the new cash_receipt_history record');
519: --HYU use the new for rate_adj
520: new_crh_id := arp_cash_receipt_history.InsertRecord
521: (amount => old_crh.amount,
522: acctd_amount => old_crh.acctd_amount,
523: cash_receipt_id => old_crh.cash_receipt_id,
524: factor_flag => old_crh.factor_flag,

Line 566: arp_cash_receipt_history.Reverse(new_crh_id,

562: | Close out NOCOPY current Cash Receipts History Record |
563: *------------------------------------------------*/
564: arp_standard.debug('Update the rate_adjustments info on the old cash_receipt_history record');
565: --HYU rate adjustment OLD
566: arp_cash_receipt_history.Reverse(new_crh_id,
567: old_crh.gl_date,
568: old_crh_id,
569: new_adj.last_updated_by,
570: new_adj.last_update_date,

Line 879: old_reverse_crh_id := arp_cash_receipt_history.InsertRecord

875: old_crh_reverse_rec.last_update_login := new_adj.last_update_login;
876: old_crh_reverse_rec.created_from := 'RATE ADJUSTMENT TRIGGER';
877:
878:
879: old_reverse_crh_id := arp_cash_receipt_history.InsertRecord
880: (amount => old_crh_reverse_rec.amount,
881: acctd_amount => old_crh_reverse_rec.acctd_amount,
882: cash_receipt_id => old_crh_reverse_rec.cash_receipt_id,
883: factor_flag => old_crh_reverse_rec.factor_flag,