DBA Data[Home] [Help]

APPS.MRP_SELECT_ALL_FOR_RELEASE_PUB dependencies on HR_LOCATIONS

Line 699: from hr_locations hr,

695: update mrp_recommendations mr
696: set implement_location_id =
697: (select
698: hr.location_id
699: from hr_locations hr,
700: hr_organization_units per
701: where per.organization_id = mr.organization_id
702: and per.location_id = hr.location_id)
703: where transaction_id IN