DBA Data[Home] [Help]

APPS.ARP_CONFIRMATION 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/functions used by this package (Declarations):
11: --

Line 823: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

819: l_ae_doc_rec.other_flag := '';
820:
821: --Bug 1329091 - PS is updated before Accounting Engine Call
822: l_ae_doc_rec.pay_sched_upd_yn := 'Y';
823: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
824:
825: l_app_id := l_ra_rec.receivable_application_id;
826:
827: -- RAM-C changes begin from this point onward.

Line 1355: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1351: l_ae_doc_rec.source_table := 'RA';
1352: l_ae_doc_rec.source_id := l_receivable_application_id; --id of UNAPP record
1353: l_ae_doc_rec.source_id_old := '';
1354: l_ae_doc_rec.other_flag := '';
1355: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1356:
1357:
1358: arp_standard.debug('arp_confirmation.modify_update_ra_rec()+');
1359:

Line 1621: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1617: l_ae_doc_rec.source_table := 'RA';
1618: l_ae_doc_rec.source_id := l_unapp_id; --id of receivable UNAPP record
1619: l_ae_doc_rec.source_id_old := l_unapp_rec.app_id; /* Bug Fix 1640890 */
1620: l_ae_doc_rec.other_flag := 'PAIR';
1621: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1622:
1623: END LOOP;
1624:
1625: arp_standard.debug('arp_confirmation.create_matching_unapp_records()-');

Line 2266: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

2262: l_ae_doc_rec.other_flag := 'REVERSE';
2263:
2264: --Bug 1329091 - PS is updated before Accounting Engine Call
2265: l_ae_doc_rec.pay_sched_upd_yn := 'Y';
2266: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
2267:
2268: END LOOP;
2269:
2270: -- create new unconfirmed records from old confirmed records: