DBA Data[Home] [Help]

APPS.ARP_ETAX_UTIL dependencies on ARP_ACCT_MAIN

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

1434: RAISE;
1435: END tax_curr_round;
1436:
1437: /* init accounting structure */
1438: PROCEDURE init_ae_struct(p_ae_sys_rec IN OUT NOCOPY arp_acct_main.ae_sys_rec_type)
1439:
1440: IS
1441: BEGIN
1442: SELECT sob.set_of_books_id,

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

1474: /* 4607809 - The call to arp_det_dist_pkg requires that the RA row
1475: be present. However, in many cases, receipts do not have
1476: application rows when this is called. To facilitate that,
1477: I am removing the call from here and creating a new (separate)
1478: public function that can be called near ARP_ACCT_MAIN calls
1479: */
1480:
1481: /* 5677984 - Add p_ra_app_id parameter. For receipt UNAPPLY, we call
1482: with the same parameters as an APPLY and get a duplicate set of dists

Line 1506: l_ae_sys_rec arp_acct_main.ae_sys_rec_type;

1502: l_trx_rec ra_customer_trx%ROWTYPE;
1503: l_app_rec ar_receivable_applications%ROWTYPE;
1504: l_rows_inserted NUMBER;
1505: l_acct_meth ar_system_parameters.accounting_method%TYPE;
1506: l_ae_sys_rec arp_acct_main.ae_sys_rec_type;
1507: l_gt_passed BOOLEAN := FALSE;
1508:
1509: -- Added for Line Level Adjustment
1510: l_from_llca_call VARCHAR2(1);

Line 1801: l_ae_sys_rec arp_acct_main.ae_sys_rec_type;

1797: l_msg VARCHAR2(2000);
1798: l_trx_rec ra_customer_trx%ROWTYPE;
1799: l_app_rec ar_receivable_applications%ROWTYPE;
1800: l_acct_meth ar_system_parameters.accounting_method%TYPE;
1801: l_ae_sys_rec arp_acct_main.ae_sys_rec_type;
1802:
1803: BEGIN
1804: IF PG_DEBUG in ('Y', 'C') THEN
1805: arp_util.debug('arp_etax_util.distribute_recoverable()+');