APPS.MRP_RELEASE_PK dependencies on HR_ORGANIZATION_UNITS
Line 329: hr_organization_units unit
325: BEGIN
326: SELECT loc.location_id
327: INTO var_location_id
328: FROM hr_locations loc, 329: hr_organization_units unit 330: WHERE unit.organization_id = var_org_id
331: AND unit.location_id = loc.location_id;
332:
333: EXCEPTION