DBA Data[Home] [Help]

APPS.AR_PURGE dependencies on ARP_CR_HISTORY_PKG

Line 4171: arp_cr_history_pkg.delete_p_cr(p_entity_id);

4167: -- then doing the delete in this package.
4168: -- DELETE FROM ar_cash_receipt_history
4169: -- WHERE cash_receipt_id = p_entity_id;
4170:
4171: arp_cr_history_pkg.delete_p_cr(p_entity_id);
4172:
4173: --
4174: -- bug3384792 there could be multiple records for one receipt.
4175: -- To handle the case, use BULK for delete stmt for ar_batches.