FFS_SERVICE_REQUEST

Contains submitted service requests.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_SERVICE_REQUEST_PK

SERVICE_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
SERVICE_REQUEST_ID NUMBER 10 Yes Unique identifier for the support request.
TYPE_ID NUMBER 10 Submitted service request type ID.
USER_ID NUMBER 18 Link to the related user ID - FFS_USER->USER_ID.
RESOURCE_ID NUMBER 8 Link to the related resource ID - FFS_RESOURCE->RESOURCE_ID.
REQUEST_DATE DATE Date of the submit of the service request.
ACTIVITY_ID NUMBER 10 Link to the related activity ID - FFS_ACTIVITY->ACTIVITY_ID.
CREATED TIMESTAMP Creation date and time of the service request.
INVENTORY_ID NUMBER 10 Reference to the related inventory ID - FFS_INVENTORY->INVENTORY_ID.
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
FFS_SERVICE_REQUEST_N1 Non Unique DATA ACTIVITY_ID
FFS_SERVICE_REQUEST_N2 Non Unique DATA RESOURCE_ID, REQUEST_DATE
FFS_SERVICE_REQUEST_PK Unique DATA SERVICE_REQUEST_ID