GL_TRANSACTION_DATES

GL_TRANSACTION_DATES contains business day information users define using the Transaction Calendar form. Each row includes the date, the day of the week and a flag indicating if the day is a business day. There is a one to many relationship between the transaction calendars in GL_TRANSACTION_CALENDARS and the rows in this table.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

GL_TRANSACTION_DATES_PK

TRANSACTION_CALENDAR_ID, TRANSACTION_DATE

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
TRANSACTION_CALENDAR_ID NUMBER 18 Yes Transaction calendar identifier.
TRANSACTION_DATE DATE Yes Transaction date in a transaction calendar.
DAY_OF_WEEK VARCHAR2 3 Yes Week day of the transaction calendar date.
BUSINESS_DAY_FLAG VARCHAR2 1 Yes Indicates whether the transaction calendar date is a business day.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Dates (GL_TRANSACTION_DATES)
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
GL_TRANSACTION_DATES gl_transaction_calendar TRANSACTION_CALENDAR_ID

Indexes

Index Uniqueness Tablespace Columns
GL_TRANSACTION_DATES_U1 Unique Default TRANSACTION_CALENDAR_ID, TRANSACTION_DATE