DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on ARP_ACCT_MAIN

Line 7: SUBTYPE ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type;

3:
4: /* =======================================================================
5: | Global Data Types
6: * ======================================================================*/
7: SUBTYPE ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type;
8: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
9:
10: /* ---------------------- Public functions -------------------------------- */
11:

Line 493: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

489: l_ae_doc_rec.source_id := l_ra_id;
490: l_ae_doc_rec.source_id_old := '';
491: l_ae_doc_rec.other_flag := '';
492:
493: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
494:
495: END IF;
496:
497: -- create distributions record(s)