DBA Data[Home] [Help]

APPS.PAY_ARCHIVER_REPORT_PKG dependencies on PAY_US_STATES

Line 185: pay_us_states pus

181:
182: SELECT hoi.org_information3
183: INTO l_state_ein
184: FROM hr_organization_information hoi,
185: pay_us_states pus
186: WHERE pus.state_code = pv_state_id
187: and hoi.organization_id = pv_tax_unit_id
188: and hoi.org_information_context = 'State Tax Rules'
189: and hoi.org_information1 = pus.state_abbrev;