DBA Data[Home] [Help]

APPS.PA_UTILS2 dependencies on HR_ALL_ORGANIZATION_UNITS

Line 2189: hr_all_organization_units ho

2185: ho.organization_id
2186: INTO
2187: x_business_group_id
2188: FROM
2189: hr_all_organization_units ho
2190: WHERE
2191: ho.name = P_Business_Group_Name
2192: AND
2193: ho.organization_id = ho.business_group_id; /* Added this clause for bug 1649495 */