DBA Data[Home] [Help]

APPS.ARP_REVERSE_RECEIPT 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:
9: --
10: -- Private procedures used by the package
11: --

Line 1121: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1117: l_ae_doc_rec.source_table := 'MCD';
1118: l_ae_doc_rec.source_id := l_mcd_id;
1119: l_ae_doc_rec.source_id_old := p_mcd_rec.misc_cash_distribution_id;
1120: l_ae_doc_rec.other_flag := 'REVERSE';
1121: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1122:
1123: IF PG_DEBUG in ('Y', 'C') THEN
1124: arp_standard.debug( 'arp_reverse_receipt.insert_reversal_mcd_record() -');
1125: END IF;