DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on HR_ORGANIZATION_UNITS

Line 3491: from hr_organization_units

3487:
3488: -- heali for bug 2771579
3489: CURSOR c_get_org_location(p_org_id NUMBER) IS
3490: select location_id
3491: from hr_organization_units
3492: where organization_id = p_org_id;
3493:
3494: l_org_location_id NUMBER;
3495: -- heali for bug 2771579