GL_REQUEST_INFORMATION

This table contains request information for General Ledger scheduled processes that is used to determine a job's process flow when it restarts after encountering system failure.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

GL_REQUEST_INFORMATION_PK

ESS_REQUEST_ID, INFORMATION_TYPE_CODE

Columns

Name Datatype Length Precision Not-null Comments
ESS_REQUEST_ID NUMBER Yes Submitted job process request ID.
INFORMATION_TYPE_CODE VARCHAR2 30 Yes Request information classification type code.
INFORMATION1 VARCHAR2 100 Yes Request information 1 of the submitted job.
INFORMATION2 VARCHAR2 100 Request information 2 of the submitted job.
INFORMATION3 VARCHAR2 100 Request information 3 of the submitted job.
INFORMATION4 VARCHAR2 100 Request information 4 of the submitted job.
INFORMATION5 VARCHAR2 100 Request information 5 of the submitted job.
INFORMATION6 VARCHAR2 100 Request information 6 of the submitted job.
INFORMATION7 VARCHAR2 100 Request information 7 of the submitted job.
INFORMATION8 VARCHAR2 100 Request information 8 of the submitted job.
INFORMATION9 VARCHAR2 100 Request information 9 of the submitted job.
INFORMATION10 VARCHAR2 100 Request information 10 of the submitted job.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
GL_REQUEST_INFORMATION_U1 Unique Default ESS_REQUEST_ID, INFORMATION_TYPE_CODE