DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on AR_SYSTEM_PARAMETERS

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

4364: or (AL1.lookup_code = 'E'
4365: and 'Y' = l_tax_use_exempt_flag))
4366: /* 4257557 - This logic is temporarily disabled
4367: or (AL1.lookup_code = 'O'
4368: and exists (select 1 from ar_system_parameters where tax_database_view_set in ('_V','_A') ))) */
4369: and tax_exempt_flag = lookup_code);
4370:
4371: -- now validate the reson code in case the exempt flag = 'E'
4372: -- if exempt flag is E then reason code must be supplied.

Line 5735: ar_system_parameters sys,

5731: SET ACCOUNTING_RULE_DURATION =
5732: (SELECT COUNT(*)
5733: FROM ar_periods gps,
5734: ra_rules rr2,
5735: ar_system_parameters sys,
5736: gl_sets_of_books gl
5737: WHERE
5738: rr2.rule_id = a.ACCOUNTING_RULE_ID
5739: AND rr2.frequency = gps.period_type