DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on HR_ORGANIZATION_UNITS

Line 4426: FROM hr_organization_units hou,

4422: x_return_status := FND_API.G_RET_STS_SUCCESS;
4423: UPDATE inl_ship_headers_int sh
4424: SET sh.location_id = (
4425: SELECT hou.location_id
4426: FROM hr_organization_units hou,
4427: hr_locations hl
4428: WHERE hl.location_id = hou.location_id
4429: AND hl.receiving_site_flag = 'Y'
4430: AND hou.organization_id = sh.organization_id