Jump to: navigation, search

In the Column List:

  • P = Primary key
  • M = Mandatory field
  • F = Foreign key

Table G_TIMECODE


This table expands the timecode values, referenced in other tables as *_TCODE, into specific time value entities, such as month name, day of the week, day of the month, and so on. The table should be pre-populated before using it.

Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.

Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.

Column List

Legend

Column Data Type P M F Description
ID INTEGER X The timecode value. This corresponds to *_TCODE fields, such as CREATED_TCODE, ADDED_TCODE, DELETED_TCODE, and LASTCHANGE_TCODE in other tables.
TC_MIN INTEGER X The number of minutes corresponding to this timecode.
TC_HOUR INTEGER X The number of hours corresponding to this timecode.
TC_DAY INTEGER X The day of the month corresponding to this timecode.
TC_WEEKDAY INTEGER Reserved
TC_WEEK INTEGER Reserved
TC_MONTH INTEGER X The month number corresponding to this timecode.
TC_YEAR INTEGER X The year value corresponding to this timecode.
TC_DAYNAME VARCHAR2(20) Reserved
TC_WEEKNAME VARCHAR2(30) Reserved
TC_MONTHNAME VARCHAR2(20) Reserved
TC_H INTEGER The hour corresponding to this timecode.
TC_Q INTEGER The quarter in which this timecode falls.
This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!