DBA Data[Home] [Help]

APPS.ARP_REVERSE_RECEIPT dependencies on AR_RECEIPT_API_PUB

Line 540: ar_receipt_api_pub.unapply_open_receipt(

536: -- Bug 2751910 - call receipt api to reverse netting applications
537: -- Bug 3829332 - reversal gl_date passed in to ensure same date
538: -- used as corresponding UNAPP application.
539: IF l_ra_rec.receivables_trx_id = -16 THEN
540: ar_receipt_api_pub.unapply_open_receipt(
541: p_api_version => 1.0
542: , p_init_msg_list => NULL
543: , p_commit => NULL
544: , p_validation_level => NULL

Line 617: arp_standard.debug('validate_args: ' || 'EXCEPTION: arp_reverse_receipt.reverse - error calling ar_receipt_api_pub.unapply_open_receipt' );

613: CLOSE ar_ra_C;
614: END IF;
615: --
616: IF PG_DEBUG in ('Y', 'C') THEN
617: arp_standard.debug('validate_args: ' || 'EXCEPTION: arp_reverse_receipt.reverse - error calling ar_receipt_api_pub.unapply_open_receipt' );
618: END IF;
619: RAISE;
620: WHEN cancel_refund_err THEN
621: IF ar_ra_C%ISOPEN THEN