DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_VALIDATIONS dependencies on WSH_TRIP_STOPS_PVT

Line 110: p_stop_rec IN WSH_TRIP_STOPS_PVT.trip_stop_rec_type

106: --
107: -- Bug 2678363 - Added p_in_rec as a parameter instead of p_action
108: --
109: PROCEDURE Get_Disabled_List (
110: p_stop_rec IN WSH_TRIP_STOPS_PVT.trip_stop_rec_type
111: , p_parent_entity_id IN NUMBER
112: , p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType
113: , x_return_status OUT NOCOPY VARCHAR2
114: , x_msg_count OUT NOCOPY NUMBER

Line 116: , x_stop_rec OUT NOCOPY WSH_TRIP_STOPS_PVT.trip_stop_rec_type

112: , p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType
113: , x_return_status OUT NOCOPY VARCHAR2
114: , x_msg_count OUT NOCOPY NUMBER
115: , x_msg_data OUT NOCOPY VARCHAR2
116: , x_stop_rec OUT NOCOPY WSH_TRIP_STOPS_PVT.trip_stop_rec_type
117: );
118:
119:
120: PROCEDURE Init_Stop_Actions_Tbl (