DBA Data[Home] [Help]

APPS.PA_UTILS2 dependencies on HR_ALL_ORGANIZATION_UNITS

Line 2206: hr_all_organization_units ho

2202: ho.organization_id
2203: INTO
2204: x_business_group_id
2205: FROM
2206: hr_all_organization_units ho
2207: WHERE
2208: ho.name = P_Business_Group_Name
2209: AND
2210: ho.organization_id = ho.business_group_id; /* Added this clause for bug 1649495 */