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 840: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

836: l_ae_doc_rec.other_flag := '';
837:
838: --Bug 1329091 - PS is updated before Accounting Engine Call
839: l_ae_doc_rec.pay_sched_upd_yn := 'Y';
840: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
841:
842: l_app_id := l_ra_rec.receivable_application_id;
843:
844: -- RAM-C changes begin from this point onward.

Line 1372: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1368: l_ae_doc_rec.source_table := 'RA';
1369: l_ae_doc_rec.source_id := l_receivable_application_id; --id of UNAPP record
1370: l_ae_doc_rec.source_id_old := '';
1371: l_ae_doc_rec.other_flag := '';
1372: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1373:
1374:
1375: arp_standard.debug('arp_confirmation.modify_update_ra_rec()+');
1376:

Line 1638: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

1634: l_ae_doc_rec.source_table := 'RA';
1635: l_ae_doc_rec.source_id := l_unapp_id; --id of receivable UNAPP record
1636: l_ae_doc_rec.source_id_old := l_unapp_rec.app_id; /* Bug Fix 1640890 */
1637: l_ae_doc_rec.other_flag := 'PAIR';
1638: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
1639:
1640: END LOOP;
1641:
1642: arp_standard.debug('arp_confirmation.create_matching_unapp_records()-');

Line 2283: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

2279: l_ae_doc_rec.other_flag := 'REVERSE';
2280:
2281: --Bug 1329091 - PS is updated before Accounting Engine Call
2282: l_ae_doc_rec.pay_sched_upd_yn := 'Y';
2283: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
2284:
2285: END LOOP;
2286:
2287: -- create new unconfirmed records from old confirmed records: