CAR_SEGMENT Table
Explanation
Contains car rental itinerary details from the World Travel booking and reservations system.
Common Uses
- Reporting on travel itinerary details as well as aggregated travel itinerary data.
Primary Key |
Indexed Data Elements |
Related Tables |
PNR_ID PNR_LAST_UPDATED_DATE
SEGMENT_NUMBER
|
DROPOFF_CITY_CODE DROPOFF_COUNTRY_CODE DROPOFF_DATE_TIME DROPOFF_LOCATION_CODE PICKUP_CITY_CODE PICKUP_COUNTRY_CODE PICKUP_DATE_TIME PICKUP_LOCATION_CODE PNR_ID PNR_LAST_UPDATED_DATE SEGMENT_NUMBER
|
PNR
|
Cautions
- There may be multiple CAR_SEGMENT records for a given itinierary.
- The CAR_SEGMENT table contains the change history for each itinerary so there may be multiple CAR_SEGMENT records for a given PNR_ID and SEGMENT_NUMBER.
- The most recent record for a given CAR_SEGMENT is the one with the most recent LAST_UPDATED_DATE_TIME. This record contains the current car rental detail information.
- Users granted access to the World Travel data collection may see all CAR_SEGMENT records.
Source
From the World Travel reservation and booking system (aka Concur) administered by the Travel Office.
World Travel reservation and booking system (aka Concur) is used to book travel reimbured by the University.
Questions about this page? Email us at da-staff@isc.upenn.edu
|