OSS_LEGAL_ENTITY_TIMEZONE_T

Contains data for legal entity timezone

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

OSS_LEGAL_ENTITY_TIMEZONE_PK

LEGAL_ENTITY_TIMEZONE_ID

Columns

Name Datatype Length Precision Not-null Comments
LEGAL_ENTITY_TIMEZONE_ID NUMBER 18 Yes System generated unique identifier.Primary key column of the table.
JOB_NAME VARCHAR2 30 Yes Identifies the process that initializes the data.
LEGAL_ENTITY_ID NUMBER 30 Yes Unique identifier of the legal entity.
LEGAL_ENTITY_SYS_DATE DATE Yes Identifies current system date for respective legal entity.
LEGAL_ENTITY_SYS_DATE_TIME TIMESTAMP Yes Identifies current system date and time for respective legal entity.
LEGAL_ENTITY_TIMEZONE VARCHAR2 50 Yes Identifies timezone for respective legal entity.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
OSS_LEGAL_ENTITY_TIMEZONE_T_PK Unique Default LEGAL_ENTITY_TIMEZONE_ID
OSS_LEGAL_ENTITY_TIMEZONE_T_U1 Unique Default JOB_NAME, LEGAL_ENTITY_ID