DBA Data[Home] [Help]

APPS.MRP_RELEASE_PK dependencies on HR_LOCATIONS

Line 328: FROM hr_locations loc,

324:
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: