FFS_CUST_MODULE
Keeps version and so on of custom modules implemented to product.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_CUST_MODULE_PK |
CUSTOM_MODULE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CUSTOM_MODULE_ID | NUMBER | 10 | Yes | Autoincrement Field. Unique internal identifier of the Custom Module. | |
CREATE_DATE | TIMESTAMP | Yes | Date and time of the creating or updating. | ||
LABEL | VARCHAR2 | 256 | Unique text identifier for the custom of module. | ||
STATUS | VARCHAR2 | 11 | Status Of Module. Values 'active' or 'inactive'. | ||
VERSION | VARCHAR2 | 256 | Version of the related Custom Module. | ||
BUILD | VARCHAR2 | 256 | The string of the package name. | ||
META | VARCHAR2 | 4000 | The JSON string with META-data. | ||
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_CUST_MODULE_N1 | Non Unique | DATA | LABEL |
FFS_CUST_MODULE_PK | Unique | DATA | CUSTOM_MODULE_ID |