Wiki·schema·schema/cm-stndtl-station-dtl.md

CM_STNDTL_STATION_DTL

This is a station master table that stores station master details. It provides static reference data for linking stations, and related attributes in transaction processing.

Process: MAINTPLANNING · Component: BASCm · Table type: Master Table Category: Stores station master details to link operational transactions with accurate organizational and locational data.

This table is the canonical store for the Station entity.

Primary key

STNDTL_STATION_NO, STNDTL_CREATED_OUINSTANCE

Columns (28)

#ColumnTypeDescription
1STNDTL_CREATED_OUINSTANCE 🔑varcharOrganization Unit instance where the station record was created
2STNDTL_STATION_NO 🔑varcharStation number
3STNDTL_STATION_DESCvarcharDescription of the station
4STNDTL_STATION_DESC_UPvarcharStation description in uppercase
5STNDTL_STATION_STATUSvarcharStatus of the station
6STNDTL_STATION_CODE_TYPEvarcharType of station code
7STNDTL_STATION_TIMEZONE_NO#N/AStation time zone number
8STNDTL_STATION_OUINSTANCEvarcharOrganization Unit instance associated with the station
9STNDTL_IATA_STATION_REFvarcharIATA (International Air Transport Association) station reference code
10STNDTL_ICAO_STATION_REFvarcharICAO (International Civil Aviation Organization) station reference code
11STNDTL_OTHERS_STATION_REFvarcharOther station reference code
12STNDTL_CITYvarcharCity where the station is located
13STNDTL_CITY_UPvarcharCity name in uppercase
14STNDTL_COUNTRYvarcharCountry where the station is located
15STNDTL_COUNTRY_UPvarcharCountry name in uppercase
16STNDTL_LONGEST_RUNWAYvarcharLength of the longest runway at the station
17STNDTL_RUNWAY_WIDTHvarcharWidth of the runway at the station
18STNDTL_LATITUDEvarcharLatitude coordinate of the station
19STNDTL_LONGITUDEvarcharLongitude coordinate of the station
20STNDTL_OVERLOAD_CAPABILITY#N/AOverload capability of the station
21STNDTL_TIMESTAMPvarcharTimestamp of the station record
22StnDtl_RegionvarcharRegion associated with the station
23STNDTL_CREATED_BYdatetimeUser who created the station record
24STNDTL_CREATED_DATEvarcharDate when the station record was created
25STNDTL_MODIFIED_BYdatetimeUser who last modified the station record
26STNDTL_MODIFIED_DATECharDate when the station record was last modified
27STNDTL_TAXREGIONCharTax region associated with the station
28STNDTL_OFFLINEUSAGE#N/AFlag indicating if the station is available for offline usage

Relationships (2)

  • AMEPackage (FLOG_TLGMN_TECH_LOG_HDR) → AT_STATION (this table is target)
    • Join: FLOG_TLGMN_TECH_LOG_HDR.TLGMN_FROM_STATION = CM_STNDTL_STATION_DTL.STNDTL_STATION
    • AME Package executed at station
  • STATION_HAS_TIMEZONETimezone (CM_TZDTL_TIMEZONE_DTL)
    • Join: CM_STNDTL_STATION_DTL.created_area_code = CM_TZDTL_TIMEZONE_DTL.created_area_code
    • Station has timezone

Sample rows (from live DB)

STNDTL_CREATED_OUINSTANCESTNDTL_STATION_NOSTNDTL_STATION_DESCSTNDTL_STATION_DESC_UPSTNDTL_STATION_STATUSSTNDTL_STATION_CODE_TYPE
2.00000TRTRTRTRAIA
2.000000101101AIA
2.000000111222KOVIKOVIAIA

Showing 3 of 113 rows.

See also