DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS2 dependencies on ARP_ACCT_MAIN

Line 6: SUBTYPE l_ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type ;

2: /* $Header: ARREMT2B.pls 120.12.12010000.2 2008/11/11 10:22:58 rasarasw ship $ */
3: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
4:
5: /* Declare subtype for vat tax accounting usage */
6: SUBTYPE l_ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type ;
7:
8: /* ---------------------- Public functions -------------------------------- */
9:
10:

Line 335: arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);

331: l_ae_doc_rec.source_table := 'MCD';
332: l_ae_doc_rec.source_id := '';
333:
334: -- Call the delete routine
335: arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);
336: IF PG_DEBUG in ('Y', 'C') THEN
337: arp_standard.debug('delete_misc_receipt: ' || 'Delete Misc Cash Receipt start () -');
338: END IF;
339: END IF;