DBA Data[Home] [Help]

APPS.PAY_US_GET_ITEM_DATA_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 536: from hr_organization_information hoi

532: /* Philadelphi Locality Company Id */
533: CURSOR get_locality_company_id(c_tax_unit_id hr_organization_units.organization_id%type)
534: IS
535: select org_information2
536: from hr_organization_information hoi
537: WHERE hoi.organization_id = c_tax_unit_id
538: and hoi.org_information_context = 'Local Tax Rules'
539: AND hoi.org_information1 = '39-101-3000';
540: