DBA Data[Home] [Help]

APPS.PAY_US_MMREF_REPORTING dependencies on HR_ALL_ORGANIZATION_UNITS

Line 334: hr_all_organization_units hou

330: -- Cursor to get all the GREs belonging to the given business group
331: CURSOR c_get_gre IS
332: SELECT hou.organization_id gre
333: FROM hr_organization_information hoi,
334: hr_all_organization_units hou
335: WHERE hou.business_group_id = p_business_group_id AND
336: hoi.organization_id = hou.organization_id AND
337: hoi.org_information_context = 'CLASS' AND
338: hoi.org_information1 = 'HR_LEGAL' AND