DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on HR_ORGANIZATION_INFORMATION

Line 5577: hr_organization_information hoi

5573:
5574: cursor csr_fed_or_def (p_tax_unit_id in number, p_state varchar2)is
5575: select hoi.org_information12
5576: from pay_us_states pus,
5577: hr_organization_information hoi
5578: where hoi.organization_id = p_tax_unit_id
5579: and hoi.org_information_context = 'State Tax Rules'
5580: and pus.state_code = p_state
5581: and hoi.org_information1 = pus.state_abbrev;