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.20 2007/01/04 15:12:44 mraymond ship $ */
3: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
4:
5: /* declare subtype for VAT changes */

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

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

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

610:
611: EXCEPTION
612: WHEN OTHERS THEN
613: IF PG_DEBUG in ('Y', 'C') THEN
614: arp_debug.debug('EXCEPTION: arp_process_misc_receipts.update_misc_receipt');
615: END IF;
616: RAISE;
617:
618: IF PG_DEBUG in ('Y', 'C') THEN

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

615: END IF;
616: RAISE;
617:
618: IF PG_DEBUG in ('Y', 'C') THEN
619: arp_debug.debug('arp_process_misc_receipts.update_misc_receipt()-');
620: END IF;
621:
622: END update_misc_receipt;
623:

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

756:
757: BEGIN
758:
759: IF PG_DEBUG in ('Y', 'C') THEN
760: arp_debug.debug('arp_process_misc_receipts.insert_misc_receipt()+');
761: END IF;
762:
763: -- check if calling form is compatible with entity handler
764:

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

1049: p_batch_id);
1050: END IF;
1051:
1052: IF PG_DEBUG in ('Y', 'C') THEN
1053: arp_debug.debug('arp_process_misc_receipts.insert_misc_receipt()-');
1054: END IF;
1055:
1056: EXCEPTION
1057: WHEN OTHERS THEN

Line 1067: END ARP_PROCESS_MISC_RECEIPTS;

1063: END insert_misc_receipt;
1064:
1065:
1066:
1067: END ARP_PROCESS_MISC_RECEIPTS;