Wiki·schema·schema/cm-tzdtl-timezone-dtl.md

CM_TZDTL_TIMEZONE_DTL

This is a station master table that stores timezone details for stations. 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 Timezone entity.

Primary key

TZDTL_TIMEZONE_NO, TZDTL_OUINSTANCE

Columns (14)

#ColumnTypeDescription
1TZDTL_OUINSTANCE 🔑varcharOrganization Unit instance for the time zone
2TZDTL_TIMEZONE_NO 🔑varcharUnique number identifying the time zone
3TZDTL_TIMEZONE_DESCvarcharDescription of the time zone
4TZDTL_TIMEZONE_DESC_UPvarcharTime zone description in uppercase
5TZDTL_TIMEZONE_STATUSfloatStatus of the time zone record
6TZDTL_GMT_CONV_FACTORfloatGMT conversion factor for the time zone
7TZDTL_DIFF_FROM_UTC#N/ADifference from UTC in hours
8TZDTL_DIFF_FROM_UTC_INMINvarcharDifference from UTC in minutes
9TZDTL_TIME_UNITCharTime unit used for the time zone
10TZDTL_CREATED_BYdatetimeCreated by user
11TZDTL_CREATED_DATECharCreation date of the record
12TZDTL_MODIFIED_BYdatetimeModified by user
13TZDTL_MODIFIED_DATE#N/AModification date of the record
14TZDTL_TIMESTAMP#N/ATimestamp of the record

Relationships (2)

  • Station (CM_STNDTL_STATION_DTL) → STATION_HAS_TIMEZONE (this table is target)
    • Join: CM_STNDTL_STATION_DTL.created_area_code = CM_TZDTL_TIMEZONE_DTL.created_area_code
    • Station has timezone
  • TIMEZONE_HAS_DSTDaylightSaving (CM_TZDLS_DAYLIGHTSAVING_DTL)
    • Join: CM_TZDTL_TIMEZONE_DTL.TZDTL_TIMEZONE_NO = CM_TZDLS_DAYLIGHTSAVING_DTL.TZDLS_TIMEZONE_NO
    • Timezone has daylight saving rules

Sample rows (from live DB)

TZDTL_OUINSTANCETZDTL_TIMEZONE_NOTZDTL_TIMEZONE_DESCTZDTL_TIMEZONE_DESC_UPTZDTL_TIMEZONE_STATUSTZDTL_GMT_CONV_FACTOR
2.0ACSTAUSTRALIA CENTRAL STANDARD …AUSTRALIA CENTRAL STANDARD …A
2.0AESTAustralian Eastern Standard…AUSTRALIAN EASTERN STANDARD…A
5.0ASTSaudi Arabia STSAUDI ARABIA STA

Showing 3 of 59 rows.

See also