XLA_ONLINE_ACCTING_REQS
This table contains Online Accounting Requests.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
XLA_ONLINE_ACCTING_REQS_PK |
OAR_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
OAR_ID | NUMBER | 18 | Yes | Identifier of the online accounting request. | |
CLIENT_LANGUAGE | VARCHAR2 | 4 | Name of the language at client side. | ||
APPLICATION_ID | NUMBER | 18 | Yes | Functional area within a software suite of products. For example, Financials or Payroll. | |
ACCOUNTING_MODE | VARCHAR2 | 30 | Yes | Accounting Mode. D: Draft, T: Test, F: Final. | |
CALLING_MODE | VARCHAR2 | 30 | Yes | Online accounting calling mode. | |
LOW_PRIORITY_FLAG | VARCHAR2 | 1 | Low priority indicator in online accounting processing. | ||
TIMEOUT | NUMBER | Yes | Timeout value for online accounting processing. | ||
RETURN_MSG | VARCHAR2 | 2000 | Return message in online accounting processing. | ||
CLIENT_TIMEOUT_FLAG | VARCHAR2 | 1 | Client timeout indicator in online accounting processing. | ||
CLIENT_READ_FLAG | VARCHAR2 | 1 | Client read indicator in online accounting processing. | ||
OAR_STATUS | VARCHAR2 | 30 | Yes | Online accounting request status. | |
PROC_CRID | NUMBER | 18 | Identifier of a process request in online accounting processing. | ||
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. | |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
XLA_ONLINE_ACCTING_REQS_U1 | Unique | FUSION_TS_TX_DATA | OAR_ID |