DBA Data[Home] [Help]

APPS.ARP_ETAX_UTIL dependencies on ARP_ACCT_MAIN

Line 1374: PROCEDURE init_ae_struct(p_ae_sys_rec IN OUT NOCOPY arp_acct_main.ae_sys_rec_type)

1370: RAISE;
1371: END tax_curr_round;
1372:
1373: /* init accounting structure */
1374: PROCEDURE init_ae_struct(p_ae_sys_rec IN OUT NOCOPY arp_acct_main.ae_sys_rec_type)
1375:
1376: IS
1377: BEGIN
1378: SELECT sob.set_of_books_id,

Line 1414: public function that can be called near ARP_ACCT_MAIN calls

1410: /* 4607809 - The call to arp_det_dist_pkg requires that the RA row
1411: be present. However, in many cases, receipts do not have
1412: application rows when this is called. To facilitate that,
1413: I am removing the call from here and creating a new (separate)
1414: public function that can be called near ARP_ACCT_MAIN calls
1415: */
1416:
1417: /* 5677984 - Add p_ra_app_id parameter. For receipt UNAPPLY, we call
1418: with the same parameters as an APPLY and get a duplicate set of dists

Line 1442: l_ae_sys_rec arp_acct_main.ae_sys_rec_type;

1438: l_trx_rec ra_customer_trx%ROWTYPE;
1439: l_app_rec ar_receivable_applications%ROWTYPE;
1440: l_rows_inserted NUMBER;
1441: l_acct_meth ar_system_parameters.accounting_method%TYPE;
1442: l_ae_sys_rec arp_acct_main.ae_sys_rec_type;
1443: l_gt_passed BOOLEAN := FALSE;
1444:
1445: -- Added for Line Level Adjustment
1446: l_from_llca_call VARCHAR2(1);

Line 1737: l_ae_sys_rec arp_acct_main.ae_sys_rec_type;

1733: l_msg VARCHAR2(2000);
1734: l_trx_rec ra_customer_trx%ROWTYPE;
1735: l_app_rec ar_receivable_applications%ROWTYPE;
1736: l_acct_meth ar_system_parameters.accounting_method%TYPE;
1737: l_ae_sys_rec arp_acct_main.ae_sys_rec_type;
1738:
1739: BEGIN
1740: IF PG_DEBUG in ('Y', 'C') THEN
1741: arp_util.debug('arp_etax_util.distribute_recoverable()+');