DBA Data[Home] [Help]

APPS.ARP_REVERSE_RECEIPT dependencies on ARP_CR_HISTORY_PKG

Line 412: arp_cr_history_pkg.fetch_f_crid( p_cr_id, l_crh_rec_old );

408:
409:
410:
411: --}
412: arp_cr_history_pkg.fetch_f_crid( p_cr_id, l_crh_rec_old );
413: --
414: l_crh_rec := l_crh_rec_old;
415: --
416: -- Insert new receipt history record and get back the

Line 781: arp_cr_history_pkg.fetch_p( p_crh_id, l_crh_rec );

777: l_cr_rec.cash_receipt_id := p_cr_id;
778: arp_cash_receipts_pkg.fetch_p( l_cr_rec );
779:
780: -- Fetch the history record
781: arp_cr_history_pkg.fetch_p( p_crh_id, l_crh_rec );
782:
783: -- 11.5 VAT changes:
784: l_dist_rec.currency_code := l_cr_rec.currency_code;
785: l_dist_rec.currency_conversion_rate := l_crh_rec.exchange_rate;

Line 867: | arp_cr_history_pkg.insert_p -Insertion table handler for |

863: | |
864: | SCOPE - PRIVATE |
865: | |
866: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED - NONE |
867: | arp_cr_history_pkg.insert_p -Insertion table handler for |
868: | AR_CASH_RECEIPTS_HISTORY table |
869: | |
870: | ARGUMENTS : IN: |
871: | p_crh_rec - Cash receipt history record structure |

Line 957: arp_cr_history_pkg.insert_p( p_crh_rec, p_crh_rec.cash_receipt_history_id );

953: --
954: -- For each row selected Insert a new cash receipt history record with
955: -- status 'REVERSED'.
956: --
957: arp_cr_history_pkg.insert_p( p_crh_rec, p_crh_rec.cash_receipt_history_id );
958: p_crh_id := p_crh_rec.cash_receipt_history_id;
959: --
960: --Bug#2750340
961: l_xla_ev_rec.xla_from_doc_id := p_crh_rec.cash_receipt_id;

Line 990: | arp_cr_history_pkg.update_p - cash receipt history update table |

986: | |
987: | SCOPE - PRIVATE |
988: | |
989: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED - NONE |
990: | arp_cr_history_pkg.update_p - cash receipt history update table |
991: | handler |
992: | |
993: | ARGUMENTS : IN: |
994: | p_crh_rec - cash receipt history record structure |

Line 1033: arp_cr_history_pkg.update_p( p_crh_rec );

1029: --
1030: -- For each row selected Insert a new cash receipt history record with
1031: -- status 'REVERSED'.
1032: --
1033: arp_cr_history_pkg.update_p( p_crh_rec );
1034: --
1035: --Bug#2750340
1036: l_xla_ev_rec.xla_from_doc_id := p_crh_rec.cash_receipt_id;
1037: l_xla_ev_rec.xla_to_doc_id := p_crh_rec.cash_receipt_id;