DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS dependencies on ARP_PROCESS_MISC_RECEIPTS

Line 1: PACKAGE BODY ARP_PROCESS_MISC_RECEIPTS AS

1: PACKAGE BODY ARP_PROCESS_MISC_RECEIPTS AS
2: /* $Header: ARREMTRB.pls 120.23.12020000.3 2012/07/25 09:34:05 riqi ship $ */
3: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
4:
5: /* declare subtype for VAT changes */

Line 208: arp_debug.debug('arp_process_misc_receipts.update_misc_receipt()+');

204:
205: BEGIN
206:
207: IF PG_DEBUG in ('Y', 'C') THEN
208: arp_debug.debug('arp_process_misc_receipts.update_misc_receipt()+');
209: arp_debug.debug('update_misc_receipt: ' || '*****TAX RATE ' || TO_CHAR(p_tax_rate));
210: END IF;
211:
212: -- fetch and lock existing records from database for update

Line 641: arp_debug.debug('EXCEPTION: arp_process_misc_receipts.update_misc_receipt');

637:
638: EXCEPTION
639: WHEN OTHERS THEN
640: IF PG_DEBUG in ('Y', 'C') THEN
641: arp_debug.debug('EXCEPTION: arp_process_misc_receipts.update_misc_receipt');
642: END IF;
643: RAISE;
644:
645: IF PG_DEBUG in ('Y', 'C') THEN

Line 646: arp_debug.debug('arp_process_misc_receipts.update_misc_receipt()-');

642: END IF;
643: RAISE;
644:
645: IF PG_DEBUG in ('Y', 'C') THEN
646: arp_debug.debug('arp_process_misc_receipts.update_misc_receipt()-');
647: END IF;
648:
649: END update_misc_receipt;
650:

Line 789: arp_debug.debug('arp_process_misc_receipts.insert_misc_receipt()+');

785:
786: BEGIN
787:
788: IF PG_DEBUG in ('Y', 'C') THEN
789: arp_debug.debug('arp_process_misc_receipts.insert_misc_receipt()+');
790: END IF;
791:
792: -- check if calling form is compatible with entity handler
793:

Line 1089: arp_debug.debug('arp_process_misc_receipts.insert_misc_receipt()-');

1085: p_batch_id);
1086: END IF;
1087:
1088: IF PG_DEBUG in ('Y', 'C') THEN
1089: arp_debug.debug('arp_process_misc_receipts.insert_misc_receipt()-');
1090: END IF;
1091:
1092: EXCEPTION
1093: WHEN OTHERS THEN

Line 1103: END ARP_PROCESS_MISC_RECEIPTS;

1099: END insert_misc_receipt;
1100:
1101:
1102:
1103: END ARP_PROCESS_MISC_RECEIPTS;