DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on HR_ORGANIZATION_INFORMATION

Line 5501: hr_organization_information hoi

5497:
5498: cursor csr_fed_or_def (p_tax_unit_id in number, p_state varchar2)is
5499: select hoi.org_information12
5500: from pay_us_states pus,
5501: hr_organization_information hoi
5502: where hoi.organization_id = p_tax_unit_id
5503: and hoi.org_information_context = 'State Tax Rules'
5504: and pus.state_code = p_state
5505: and hoi.org_information1 = pus.state_abbrev;