DBA Data[Home] [Help]

APPS.PAY_IE_PAYE_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 2227: FROM hr_organization_information

2223: ) return number is
2224:
2225: CURSOR csr_get_employer_info(p_tax_unit_id NUMBER) is
2226: SELECT org_information1, org_information2, org_information3, org_information4, org_information5
2227: FROM hr_organization_information
2228: WHERE organization_id = p_tax_unit_id
2229: and org_information_context = 'IE_EMPLOYER_INFO';
2230:
2231: BEGIN