SBS_JOB_FILES

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

SBS_JOB_FILES_PK

JOB_FILE_ID

Columns

Name Datatype Length Precision Not-null Comments
JOB_FILE_ID NUMBER 18 Yes System generated ID
JOB_REQUEST_ID NUMBER 18 Yes FK to SBS_JOB_REQUESTS
JOB_EXECUTION_ID NUMBER 18 Yes FK to SBS_JOB_EXECUTIONS
FILE_TYPE VARCHAR2 30 Yes Example values: 'LOG', 'OUTPUT_TEXT', 'OUTPUT_BINARY'
FILE_NAME VARCHAR2 100 Yes Name of the file
FILE_METADATA BLOB Column to store the file metadata such as Bucket name, file location and etc
FILE_EXPIRY_DATE TIMESTAMP Column to store the file expiry date
FILE_STORAGE_OPTION VARCHAR2 30 Yes Sample values: FA-DB, SBS_OS, ESS, SERVICE_OS, CUSTOMER_OS
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
SBS_JOB_FILES_N1 Non Unique DEFAULT JOB_REQUEST_ID
SBS_JOB_FILES_N2 Non Unique DEFAULT JOB_EXECUTION_ID
SBS_JOB_FILES_U1 Unique DEFAULT JOB_FILE_ID
SBS_JOB_FILES_U2 Unique DEFAULT JOB_EXECUTION_ID, FILE_NAME