FFS_PLUGIN_HOSTED
Contains a list of hosted plugins configured in the system.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_PLUGIN_HOSTED_PK |
PLUGIN_HOSTED_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLUGIN_HOSTED_ID | NUMBER | 5 | Yes | Unique Identifier of Hosted Plugin (Plugin Archive), automatically populated by the system. | |
SALT | VARCHAR2 | 16 | Salt will be added to the path to prevent guessing of other plugins by ID. | ||
NAME | VARCHAR2 | 1020 | Hosted Plugin Label. The same as FFS_ACTION_LINK.ACTION_LINK_ID value. | ||
CURRENT_PLUGIN_HOSTED_VER_ID | NUMBER | 5 | Current version of Hosted Plugin (Plugin Archive) that is used. | ||
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_PLUGIN_HOSTED_PK | Unique | DATA | PLUGIN_HOSTED_ID |
FFS_PLUGIN_HOSTED_U1 | Unique | DATA | SALT |