DBA Data[Home] [Help]

APPS.FTE_TP_GRP dependencies on WSH_TRIPS_PVT

Line 406: p_rec_attr_tab IN WSH_TRIPS_PVT.Trip_Attr_Tbl_Type)

402: x_return_status OUT NOCOPY VARCHAR2,
403: x_msg_count OUT NOCOPY NUMBER,
404: x_msg_data OUT NOCOPY VARCHAR2,
405: p_action_prms IN WSH_TRIPS_GRP.action_parameters_rectype,
406: p_rec_attr_tab IN WSH_TRIPS_PVT.Trip_Attr_Tbl_Type)
407: IS
408: --
409: l_module_name CONSTANT VARCHAR2(100) := 'fte.plsql.' || G_PKG_NAME || '.' || 'trip_callback';
410: --

Line 1105: WSH_TRIPS_PVT.lock_trip_no_compare(move.trip_id);

1101: -- This is used to delete these trips if necessary later.
1102: -- Only the trip_id is populated in the record.
1103: -- Lock the trip that might get deleted.
1104: BEGIN
1105: WSH_TRIPS_PVT.lock_trip_no_compare(move.trip_id);
1106: x_obsoleted_trip_moves(x_obsoleted_trip_moves.COUNT + 1).trip_id := move.trip_id;
1107: EXCEPTION
1108: WHEN OTHERS THEN
1109: -- Do nothing, if it is locked by another process,