DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION 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: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
10:
11: G_TM_INSTALLED varchar2(1) := arp_global.tm_installed_flag;

Line 1793: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec,

1789: /* 4607809 - distribute recoverable entries before acct_main call */
1790: arp_etax_util.distribute_recoverable(l_ra_id, l_gt_id);
1791: END IF;
1792:
1793: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec,
1794: NULL,
1795: l_llca_flag,
1796: l_gt_id);
1797:

Line 2047: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec,

2043: /* 4607809 - distribute recoverable entries before acct_main call */
2044: arp_etax_util.distribute_recoverable(l_ra_id, l_gt_id);
2045: END IF;
2046:
2047: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec,
2048: NULL,
2049: l_llca_flag,
2050: l_gt_id);
2051:

Line 2216: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

2212: l_ae_doc_rec.source_table := 'RA';
2213: l_ae_doc_rec.source_id := l_ra_id; --new id of reversal record
2214: l_ae_doc_rec.source_id_old := l_ra_app_id; --application id used for pairing UNAPP
2215: l_ae_doc_rec.other_flag := 'PAIR';
2216: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
2217:
2218: /* Bug fix 4910860 */
2219: IF nvl(p_module_name,'RAPI') = 'RAPI' THEN
2220: l_called_from_api := 'Y';

Line 4267: arp_acct_main.Create_Acct_Entry(

4263: END IF;
4264:
4265: IF nvl(p_called_from,'NONE') <> 'AUTORECAPI' THEN -- autorecapi bichatte project
4266:
4267: arp_acct_main.Create_Acct_Entry(
4268: p_ae_doc_rec => l_ae_doc_rec,
4269: p_client_server => NULL,
4270: p_from_llca_call => l_from_llca_call,
4271: p_gt_id => l_gt_id,

Line 4288: -- arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

4284:
4285: --Bug 1329091 - PS is updated before Accounting Engine Call
4286: l_ae_doc_rec.pay_sched_upd_yn := 'Y';
4287:
4288: -- arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
4289: IF nvl(p_called_from,'NONE') <> 'AUTORECAPI' THEN -- autorecapi bichatte project
4290:
4291: arp_acct_main.Create_Acct_Entry(
4292: p_ae_doc_rec => l_ae_doc_rec,

Line 4291: arp_acct_main.Create_Acct_Entry(

4287:
4288: -- arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
4289: IF nvl(p_called_from,'NONE') <> 'AUTORECAPI' THEN -- autorecapi bichatte project
4290:
4291: arp_acct_main.Create_Acct_Entry(
4292: p_ae_doc_rec => l_ae_doc_rec,
4293: p_client_server => NULL,
4294: p_from_llca_call => l_from_llca_call,
4295: p_gt_id => l_gt_id,

Line 5001: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

4997: g_tax_applied := 0;
4998: g_frt_applied := 0;
4999: g_chrg_applied := 0;
5000:
5001: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
5002:
5003: SELECT NVL(UPGRADE_METHOD,'NONE')
5004: INTO l_upgrade_flag
5005: FROM RA_CUSTOMER_TRX

Line 5474: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

5470: l_ae_doc_rec.source_table := 'RA';
5471: l_ae_doc_rec.source_id := l_prev_unapp_id;
5472: l_ae_doc_rec.source_id_old := l_ra_rec.receivable_application_id;
5473: l_ae_doc_rec.other_flag := 'PAIR';
5474: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
5475:
5476: --
5477: --Release 11.5 VAT changes, create ACC record accounting
5478: --in ar_distributions

Line 5483: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

5479: --
5480: l_ae_doc_rec.source_id := l_ra_rec.receivable_application_id;
5481: l_ae_doc_rec.source_id_old := '';
5482: l_ae_doc_rec.other_flag := '';
5483: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
5484:
5485: /* Bug 4910860
5486: Check if the accounting entries balance */
5487: IF nvl(p_module_name,'RAPI') = 'RAPI' THEN

Line 6417: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

6413: l_ae_doc_rec.source_table := 'RA';
6414: l_ae_doc_rec.source_id := l_ra_rec.receivable_application_id;
6415: l_ae_doc_rec.source_id_old := '';
6416: l_ae_doc_rec.other_flag := '';
6417: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
6418:
6419: /* Bug fix 4910860 */
6420: IF nvl(p_module_name,'RAPI') = 'RAPI' THEN
6421: l_called_from_api := 'Y';

Line 6444: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

6440: l_ae_doc_rec.source_table := 'RA';
6441: l_ae_doc_rec.source_id := l_prev_unapp_id;
6442: l_ae_doc_rec.source_id_old := l_ra_rec.receivable_application_id;
6443: l_ae_doc_rec.other_flag := 'PAIR';
6444: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
6445:
6446:
6447: /* Release 11.5 VAT changes, create ACTIVITY record accounting
6448: * in ar_distributions */

Line 6453: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

6449:
6450: l_ae_doc_rec.source_id := l_ra_rec.receivable_application_id;
6451: l_ae_doc_rec.source_id_old := '';
6452: l_ae_doc_rec.other_flag := '';
6453: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
6454:
6455: /* Bug fix 4910860 */
6456: IF nvl(p_module_name,'RAPI') = 'RAPI' THEN
6457: l_called_from_api := 'Y';

Line 7471: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

7467: l_ae_doc_rec.source_table := 'RA';
7468: l_ae_doc_rec.source_id := l_prev_unapp_id;
7469: l_ae_doc_rec.source_id_old := l_ra_rec.receivable_application_id;
7470: l_ae_doc_rec.other_flag := 'PAIR';
7471: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
7472:
7473: --
7474: --Release 11.5 VAT changes, create OTHER ACC record accounting
7475: --in ar_distributions

Line 7481: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

7477:
7478: l_ae_doc_rec.source_id := l_ra_rec.receivable_application_id;
7479: l_ae_doc_rec.source_id_old := '';
7480: l_ae_doc_rec.other_flag := '';
7481: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
7482:
7483:
7484: /* Bug 4910860
7485: Check if the journals balance */

Line 9015: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);

9011: l_ae_doc_rec.source_id_old := '';
9012: l_ae_doc_rec.other_flag := '';
9013: l_ae_doc_rec.pay_sched_upd_yn := 'Y';
9014:
9015: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
9016:
9017: -- Return the new receivable_application_id
9018: p_out_rec_application_id := l_inv_ra_rec.receivable_application_id;
9019: