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

1280:
1281:
1282: PROCEDURE eliminate_displayonly_fields (
1283: p_stop_rec IN WSH_TRIP_STOPS_PVT.trip_stop_rec_type
1284: , p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType
1285: , x_stop_rec IN OUT NOCOPY WSH_TRIP_STOPS_PVT.trip_stop_rec_type
1286: )
1287: IS
1288: BEGIN

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

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

Line 1982: , p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType

1978: --
1979: PROCEDURE Get_Disabled_List (
1980: p_stop_rec IN WSH_TRIP_STOPS_PVT.trip_stop_rec_type
1981: , p_parent_entity_id IN NUMBER
1982: , p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType
1983: , x_return_status OUT NOCOPY VARCHAR2
1984: , x_msg_count OUT NOCOPY NUMBER
1985: , x_msg_data OUT NOCOPY VARCHAR2
1986: , x_stop_rec OUT NOCOPY WSH_TRIP_STOPS_PVT.trip_stop_rec_type

Line 5239: p_in_rec IN WSH_TRIP_STOPS_GRP.stopInRecType,

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