FFS_PLUGIN_APPLICATION
Describes relation between plugin and application entities.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLUGIN_ID | NUMBER | 5 | Yes | Relation to FFS_PLUGIN.PLUGIN_ID value. | |
APPLICATION_ID | NUMBER | 10 | Relation to FFS_APPLICATION.APP_ID value. | ||
MESSAGE_AGENT_ID | NUMBER | 10 | Relation to FFS_MSG_AGENT.ID value. | ||
PLUGIN_APPLICATION_KEY | VARCHAR2 | 160 | Yes | String value which is used as a key to identify related application. | |
DESCRIPTION | VARCHAR2 | 1020 | Short description (comment) of the PLUGIN_APPLICATION_KEY. | ||
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_APPLICATION_U1 | Unique | DATA | PLUGIN_ID, PLUGIN_APPLICATION_KEY |