DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_VALIDATIONS dependencies on WSH_TRIP_STOPS

Line 1: PACKAGE WSH_TRIP_STOPS_VALIDATIONS AUTHID CURRENT_USER as

1: PACKAGE WSH_TRIP_STOPS_VALIDATIONS AUTHID CURRENT_USER as
2: /* $Header: WSHSTVLS.pls 120.0.12000000.1 2007/01/16 05:50:53 appldev ship $ */
3:
4: --Harmonizing Project
5: TYPE StopActionsRec IS RECORD(

Line 6: status_code wsh_trip_stops.status_code%TYPE,

2: /* $Header: WSHSTVLS.pls 120.0.12000000.1 2007/01/16 05:50:53 appldev ship $ */
3:
4: --Harmonizing Project
5: TYPE StopActionsRec IS RECORD(
6: status_code wsh_trip_stops.status_code%TYPE,
7: caller VARCHAR2(100),
8: action_not_allowed VARCHAR2(100),
9: shipments_type_flag VARCHAR2(30)); -- J Inbound Logistics jckwok
10:

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 112: , p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType

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
115: , x_msg_data OUT NOCOPY VARCHAR2
116: , x_stop_rec OUT NOCOPY WSH_TRIP_STOPS_PVT.trip_stop_rec_type

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 (

Line 222: END WSH_TRIP_STOPS_VALIDATIONS;

218:
219: -- J-IB-NPARIKH-}
220:
221:
222: END WSH_TRIP_STOPS_VALIDATIONS;