DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on AR_SYSTEM_PARAMETERS

Line 4262: and exists (select 1 from ar_system_parameters where tax_database_view_set in ('_V','_A') ))) */

4258: or (AL1.lookup_code = 'E'
4259: and 'Y' = l_tax_use_exempt_flag))
4260: /* 4257557 - This logic is temporarily disabled
4261: or (AL1.lookup_code = 'O'
4262: and exists (select 1 from ar_system_parameters where tax_database_view_set in ('_V','_A') ))) */
4263: and tax_exempt_flag = lookup_code);
4264:
4265: -- now validate the reson code in case the exempt flag = 'E'
4266: -- if exempt flag is E then reason code must be supplied.

Line 5607: ar_system_parameters sys,

5603: SET ACCOUNTING_RULE_DURATION =
5604: (SELECT COUNT(*)
5605: FROM ar_periods gps,
5606: ra_rules rr2,
5607: ar_system_parameters sys,
5608: gl_sets_of_books gl
5609: WHERE
5610: rr2.rule_id = a.ACCOUNTING_RULE_ID
5611: AND rr2.frequency = gps.period_type