DBA Data[Home] [Help]

APPS.FTE_TENDER_WF dependencies on WSH_CALENDAR_ACTIONS

Line 31: WSH_CALENDAR_ACTIONS.Get_Shift_Times

27: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
28: l_location_id := p_loc_id;
29: l_date := p_tender_date;
30:
31: WSH_CALENDAR_ACTIONS.Get_Shift_Times
32: (p_location_id => l_location_id,
33: p_date => l_date,
34: x_from_time => l_from_time,
35: x_to_time => l_to_time,