DBA Data[Home] [Help]

APPS.PAY_US_MMREF_LOCAL dependencies on HR_ALL_ORGANIZATION_UNITS

Line 261: hr_all_organization_units hou

257: -- Cursor to get all the GREs belonging to the given business group
258: CURSOR c_get_gre IS
259: SELECT hou.organization_id gre
260: FROM hr_organization_information hoi,
261: hr_all_organization_units hou
262: WHERE hou.business_group_id = p_business_group_id AND
263: hoi.organization_id = hou.organization_id AND
264: hoi.org_information_context = 'CLASS' AND
265: hoi.org_information1 = 'HR_LEGAL' AND