DBA Data[Home] [Help]

APPS.ARP_PROCESS_RCTS 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 442: arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);

438: l_ae_doc_rec.source_id := l_get_app_rec.app_id;
439: l_ae_doc_rec.source_id_old := '';
440: l_ae_doc_rec.other_flag := '';
441:
442: arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);
443:
444: END LOOP;
445:
446: FOR l_get_ev IN get_app_ev LOOP