XLA_DATA_FILES
This table contains interim copies of data files uploaded into or extracted from Oracle Financial Accounting Hub.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
XLA_DATA_FILES_PK |
FILE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
FILE_ID | NUMBER | 18 | Yes | Unique identifier of the data file. | |
DOCUMENT_ID | NUMBER | 38 | Oracle Universal Content Management document identifier. | ||
FILE_NAME | VARCHAR2 | 100 | Yes | Name of the interim copy of the data file. | |
STORAGE_TYPE_CODE | VARCHAR2 | 30 | Yes | Indicates the file storage type. Valid values are BLOB, CLOB, NONE. | |
CONTENTS_CLOB | CLOB | Contents of the file that are imported or exported. | |||
CONTENTS_BLOB | BLOB | Contents of the file that are imported or exported. | |||
DIRECTION_CODE | VARCHAR2 | 30 | Yes | Indicates whether this is a file imported into Oracle Universal Content Management or a file exported from it. Valid values are IMPORT and EXPORT. | |
STATUS_CODE | VARCHAR2 | 30 | Yes | Status of the import or the export of the file. | |
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. | ||
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. | |
INFO1 | VARCHAR2 | 100 | Generic column used to record any additional information related to the file. | ||
INFO2 | VARCHAR2 | 200 | Generic column used to record any additional information related to the file. | ||
INFO3 | VARCHAR2 | 200 | Generic column used to record any additional information related to the file. | ||
INFO4 | VARCHAR2 | 200 | Generic column used to record any additional information related to the file. | ||
INFO5 | VARCHAR2 | 200 | Generic column used to record any additional information related to the file. | ||
INFO6 | VARCHAR2 | 500 | Generic column used to record any additional information related to the file. | ||
INFO7 | VARCHAR2 | 500 | Generic column used to record any additional information related to the file. | ||
INFO8 | VARCHAR2 | 500 | Generic column used to record any additional information related to the file. | ||
INFO9 | VARCHAR2 | 500 | Generic column used to record any additional information related to the file. | ||
INFO10 | VARCHAR2 | 500 | Generic column used to record any additional information related to the file. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
XLA_DATA_FILES_U1 | Unique | Default | FILE_ID |