SBS_JOB_FILE_SEGMENTS
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
SBS_JOB_FILE_SEGMENTS_PK |
JOB_FILE_SEGMENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
JOB_FILE_SEGMENT_ID | NUMBER | 18 | Yes | System generated ID | |
JOB_FILE_ID | NUMBER | 18 | Yes | FK to SBS_JOB_FILES | |
SEGMENT_SEQUENCE | NUMBER | 9 | Yes | Sequence number for the given file segment | |
CONTENT_BLOB | BLOB | File content | |||
CONTENT_CLOB | CLOB | File content | |||
IS_COPIED_TO_FA | VARCHAR2 | 1 | Yes | Flag indicating whether the content has been copied over to FA-ESS or not | |
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_FILE_SEGMENTS_N1 | Non Unique | DEFAULT | JOB_FILE_ID |
SBS_JOB_FILE_SEGMENTS_U1 | Unique | DEFAULT | JOB_FILE_SEGMENT_ID |