DBA Data[Home] [Help]

APPS.PAY_US_YEAR_BEGIN_PROCESS dependencies on PAY_US_STATES

Line 476: pay_us_states pus

472: p_business_group varchar2) is
473: select pct.*
474: from pay_us_emp_city_tax_rules_f pct,
475: pay_state_rules psr,
476: pay_us_states pus
477: where psr.head_tax_period = 'A'
478: and psr.state_code = pus.state_abbrev
479: and pus.state_code = pct.state_code
480: and pct.ht_exempt is not null