DBA Data[Home] [Help]

APPS.PER_PQH_SHR dependencies on HR_ALL_ORGANIZATION_UNITS

Line 47: hr_all_organization_units

43: --
44: cursor c_organization(p_organization_id number) is
45: select business_group_id
46: from
47: hr_all_organization_units
48: where
49: organization_id = p_organization_id;
50: --
51: BEGIN