DBA Data[Home] [Help]

APPS.MRP_EXP_WF dependencies on HR_LOCATIONS

Line 1761: FROM hr_locations loc,

1757:
1758: BEGIN
1759: SELECT loc.location_id
1760: INTO l_location_id
1761: FROM hr_locations loc,
1762: hr_organization_units unit
1763: WHERE unit.organization_id = l_organization_id
1764: AND unit.location_id = loc.location_id;
1765: