DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_VALIDATIONS dependencies on WSH_TRIP_STOPS_GRP

Line 11: p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType,

7: --3509004 :public api changes
8: PROCEDURE user_non_updatable_columns
9: (p_user_in_rec IN WSH_TRIP_STOPS_PVT.trip_stop_rec_type,
10: p_out_rec IN WSH_TRIP_STOPS_PVT.trip_stop_rec_type,
11: p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType,
12: x_return_status OUT NOCOPY VARCHAR2);
13:
14:
15: /*

Line 1288: , p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType

1284:
1285:
1286: PROCEDURE eliminate_displayonly_fields (
1287: p_stop_rec IN WSH_TRIP_STOPS_PVT.trip_stop_rec_type
1288: , p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType
1289: , x_stop_rec IN OUT NOCOPY WSH_TRIP_STOPS_PVT.trip_stop_rec_type
1290: )
1291: IS
1292: BEGIN

Line 1324: -- it will be re-sequenced in WSH_TRIP_STOPS_GRP.CREATE_UPDATE_STOP right after

1320: (WSH_TRIPS_ACTIONS.GET_STOP_SEQ_MODE = WSH_INTERFACE_GRP.G_STOP_SEQ_MODE_PAD))
1321: THEN
1322: -- csun stop sequence enhancement for 11.5.10, the stop sequence number for a
1323: -- trip stop is set to -99 initially since it is a required filed in the table,
1324: -- it will be re-sequenced in WSH_TRIP_STOPS_GRP.CREATE_UPDATE_STOP right after
1325: -- it is created.
1326: x_stop_rec.STOP_SEQUENCE_NUMBER := -99;
1327: -- but for mode = SSN, stop_sequence_number field would always have to be specified
1328: -- when creating a stop

Line 1986: , p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType

1982: --
1983: PROCEDURE Get_Disabled_List (
1984: p_stop_rec IN WSH_TRIP_STOPS_PVT.trip_stop_rec_type
1985: , p_parent_entity_id IN NUMBER
1986: , p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType
1987: , x_return_status OUT NOCOPY VARCHAR2
1988: , x_msg_count OUT NOCOPY NUMBER
1989: , x_msg_data OUT NOCOPY VARCHAR2
1990: , x_stop_rec OUT NOCOPY WSH_TRIP_STOPS_PVT.trip_stop_rec_type

Line 5243: p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType,

5239: --3509004:public api change
5240: PROCEDURE user_non_updatable_columns
5241: (p_user_in_rec IN WSH_TRIP_STOPS_PVT.trip_stop_rec_type,
5242: p_out_rec IN WSH_TRIP_STOPS_PVT.trip_stop_rec_type,
5243: p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType,
5244: x_return_status OUT NOCOPY VARCHAR2)
5245:
5246: IS
5247: l_attributes VARCHAR2(2500) ;