FFS_ACTIVITY_HISTORY
Contains an activity modification history to be shown on a corresponding screen.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ACTIVITY_ID | NUMBER | 10 | Yes | The unique identifier of the activity in Oracle Field Service. | |
| ACTION_ID | NUMBER | 19 | Yes | ID of a parent action_log record. | |
| ACTION_TIME | TIMESTAMP | Time of the action when it is retrieved by Oracle Field Server. Unix timestamp format. It may be later than the time when the action was actually performed by a user, for example if the action was performed in offline mode. | |||
| OPERATION_TIME | TIMESTAMP | Time when this operation is performed by user (GMT). | |||
| TRANSACTION_ID | NUMBER | 19 | Yes | Sequential ID of transaction that defines an order of operations inside of the system. | |
| INTERFACE | NUMBER | 3 | Yes | Integer code of an Interface the action is performed from. Possible values: 2 (API); 3 (Core Application); 5 (Inbound API); 8 (Routing); 31 (Android); 32 (iOS). | |
| SCREEN_ID | NUMBER | 10 | Yes | ID of the screen the action is performed from (reserved for a future use). | |
| USER_ID | NUMBER | 18 | ID of the user the operation is performed by. | ||
| OPERATION | VARCHAR2 | 20 | Identifier of the performed operation. | ||
| ROUTE_DATE | DATE | Date the activity is scheduled to. | |||
| USER_AGENT_ID | NUMBER | 8 | ID of the user agent info used to perform the action. | ||
| RESOURCE_ID | NUMBER | 8 | ID of the resource the activity is assigned to. | ||
| STATUS | VARCHAR2 | 32 | Status of the activity after performing the action. | ||
| ETA | TIMESTAMP | ETA of activity after this operation (GMT). | |||
| LENGTH | NUMBER | 6 | Duration of the activity after performing the action. | ||
| TRAVEL | NUMBER | 5 | Travel time from previous activity. | ||
| NEW_VALUE | CLOB | New values of affected fields and properties. | |||
| 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. | ||
| ACTIVITY_HISTORY_ID | NUMBER | 18 | Contains unique identifier of the row. System generated. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FFS_ACTIVITY_HISTORY_N1 | Non Unique | DATA | ACTIVITY_ID |
| FFS_ACTIVITY_HISTORY_U1 | Unique | DATA | ACTIVITY_HISTORY_ID |