Operation Details
Description: Reads the location ID for which a slot exist. Returns the location ID.
Sterotype: ns
SQL
SELECT
  DailySchedule.locationID
INTO
  :locationID 
FROM
  DailySchedule,
  Slot 
WHERE Slot.slotID = :slotID 
  AND DailySchedule.scheduleID = Slot.scheduleID