DBA Data[Home] [Help]

APPS.PAY_US_MMREF_REPORTING dependencies on HR_ALL_ORGANIZATION_UNITS

Line 319: hr_all_organization_units hou

315: -- Cursor to get all the GREs belonging to the given business group
316: CURSOR c_get_gre IS
317: SELECT hou.organization_id gre
318: FROM hr_organization_information hoi,
319: hr_all_organization_units hou
320: WHERE hou.business_group_id = p_business_group_id AND
321: hoi.organization_id = hou.organization_id AND
322: hoi.org_information_context = 'CLASS' AND
323: hoi.org_information1 = 'HR_LEGAL' AND