DBA Data[Home] [Help]

APPS.PAY_US_YEAR_BEGIN_PROCESS dependencies on PAY_US_STATES

Line 912: pay_us_states pus

908: p_business_group varchar2) is
909: select pct.*
910: from pay_us_emp_city_tax_rules_f pct,
911: pay_state_rules psr,
912: pay_us_states pus
913: where psr.head_tax_period = 'A'
914: and psr.state_code = pus.state_abbrev
915: and pus.state_code = pct.state_code
916: and pct.ht_exempt is not null