DBA Data[Home] [Help]

APPS.PAY_ARCHIVER_REPORT_PKG dependencies on PAY_US_STATES

Line 229: pay_us_states pus

225:
226: SELECT hoi.org_information3
227: INTO l_state_ein
228: FROM hr_organization_information hoi,
229: pay_us_states pus
230: WHERE pus.state_code = pv_state_id
231: and hoi.organization_id = pv_tax_unit_id
232: and hoi.org_information_context = 'State Tax Rules'
233: and hoi.org_information1 = pus.state_abbrev;