ZCA_FILE_STORAGE_INT

This table is used to store the Import framework files for internal processing after the NFS mandate

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

ZCA_FILE_STORAGE_INT_PK

BATCH_ID, FILE_STORAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
FILE_STORAGE_ID NUMBER 18 Yes This is the primary key for the table
BATCH_ID NUMBER 18 Yes This stores the ID value for the Import/Export batch for which the file is stored
FILE_CATEGORY VARCHAR2 100 This stores the file category of the file
FILE_NAME VARCHAR2 200 This contains the name of the file
FILE_CONTENT BLOB This contains the zipped stream of the file
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of 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.
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
ZCA_FILE_STORAGE_INT_U2 Unique Default BATCH_ID, FILE_STORAGE_ID