DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on WSH_DEPARTURES

Line 249: from wsh_departures

245: BEGIN
246: if p_departure_id is null then return null; end if;
247: select actual_departure_date
248: into l_ret
249: from wsh_departures
250: where departure_id = p_departure_id;
251: return l_ret;
252:
253: EXCEPTION when others then return NULL;