FFS_FIELD_SET
Contains fields and custom properties to be monitored.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_FIELD_SET_PK |
TYPE, ENTITY, FIELD, PROPERTY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TYPE | VARCHAR2 | 17 | Yes | Type of monitored record (Activity History monitored fields) and list of fields for Inventory Search. | |
ENTITY | NUMBER | 8 | Yes | Type of monitored record entity the field belongs to (activity, inventory etc.). | |
FIELD | VARCHAR2 | 128 | Yes | Name of a standard field included into this set. Or, the 'property' string is used for the case when it is a custom property. | |
PROPERTY_ID | NUMBER | 5 | Yes | Monitored record reference to custom property identifier. | |
SORTING_ORDER | NUMBER | 5 | Yes | It is an order to be used to sort the corresponding items in GUI. | |
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_FIELD_SET_PK | Unique | DATA | TYPE, ENTITY, FIELD, PROPERTY_ID |