SVC_OBJ_ARCHIVES
This table is used to store key attributes of archived object records.
Details
-
Schema: FUSION
-
Object owner: SVC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SVC_OBJ_ARCHIVES_PK |
ARCHIVE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| BULK_EXPORT_JOB_ID | NUMBER | 18 | Yes | Bulk Export Id generated by Export Job. | ||
| DOCUMENT_ID | NUMBER | 18 | Yes | Document Id provided by Export job. | ||
| DOWNLOAD_LINK | VARCHAR2 | 2000 | Link to download the Archived file. | |||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active | ||
| ARCHIVE_ID | NUMBER | 18 | Yes | Primary Key, Auto-generated number. | ||
| OBJ_TYPE | VARCHAR2 | 64 | Yes | Name of object that is archived, e.g., ServiceRequest, HRHelpDeskRequest, InternalServiceRequest. | ||
| OBJ_ID | NUMBER | 18 | Yes | Object Id, e.g.,SR_ID. | ||
| OBJ_PUID | VARCHAR2 | 30 | Object PUID, e.g., SR_NUMBER. | |||
| OBJ_CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the object. | |||
| OBJ_CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the object. | ||||
| OBJ_PRIMARY_CONTACT_PARTY_ID | NUMBER | 18 | Ongoing primary customer contact of the object. | |||
| OBJ_OWNER_PARTY_ID | NUMBER | 18 | Object Owner Party Id, e.g., Assignee id. | |||
| OBJ_TITLE | VARCHAR2 | 1500 | Title of the object id getting Archived, e.g.,SR Title. | |||
| OBJ_ATTR_CHAR01 | VARCHAR2 | 1500 | Place Holder Text Attribute 1. | |||
| OBJ_ATTR_CHAR02 | VARCHAR2 | 1500 | Place Holder Text Attribute 2. | |||
| OBJ_ATTR_CHAR03 | VARCHAR2 | 1500 | Place Holder Text Attribute 3. | |||
| OBJ_ATTR_CHAR04 | VARCHAR2 | 1500 | Place Holder Text Attribute 4. | |||
| OBJ_ATTR_CHAR05 | VARCHAR2 | 1500 | Place Holder Text Attribute 5. | |||
| OBJ_ATTR_NUM01 | NUMBER | 18 | Place Holder Number Attribute 1. | |||
| OBJ_ATTR_NUM02 | NUMBER | 18 | Place Holder Number Attribute 2. | |||
| OBJ_ATTR_NUM03 | NUMBER | 18 | Place Holder Number Attribute 3. | |||
| OBJ_ATTR_NUM04 | NUMBER | 18 | Place Holder Number Attribute 4. | |||
| OBJ_ATTR_NUM05 | NUMBER | 18 | Place Holder Number Attribute 5. | |||
| OBJ_ATTR_TIMESTAMP01 | TIMESTAMP | Place Holder DATETIME Attribute 1. | ||||
| OBJ_ATTR_TIMESTAMP02 | TIMESTAMP | Place Holder DATETIME Attribute 2. | ||||
| OBJ_ATTR_TIMESTAMP03 | TIMESTAMP | Place Holder DATETIME Attribute 3. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_OBJ_ARCHIVES_N1 | Non Unique | Default | OBJ_TITLE |
| SVC_OBJ_ARCHIVES_N2 | Non Unique | Default | UPPER("OBJ_TITLE") |
| SVC_OBJ_ARCHIVES_N3 | Non Unique | Default | BULK_EXPORT_JOB_ID |
| SVC_OBJ_ARCHIVES_N4 | Non Unique | Default | DOCUMENT_ID |
| SVC_OBJ_ARCHIVES_PK | Unique | Default | ARCHIVE_ID |
| SVC_OBJ_ARCHIVES_U1 | Unique | Default | OBJ_ID |