FFS_FORM
Stores a complete list of forms configured in the system.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FFS_FORM_PK |
FORM_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
FORM_ID | NUMBER | 10 | Yes | Unique internal identificator of the form. | |
LABEL | VARCHAR2 | 160 | Unique label of the form. Used as external identificator . | ||
STATUS | VARCHAR2 | 8 | Status of the form ('active', 'inactive', 'deleted'). | ||
FIELDS | CLOB | List of used fields and properties separated by newline character. Each field is stored in format 'entity_id.field_name'. Each property is stored in format 'property_id'. Example: 809chr(38)n1.astatuschr(38)n5.srtype. | |||
UPDATED_AT | TIMESTAMP | Yes | Date and time of last modification. | ||
CREATED_AT | TIMESTAMP | Yes | Date and time of form creation. Example: 2019-02-22 16:46:59. | ||
MODIFIED_BY | NUMBER | 18 | Yes | ID of the user. Reference to the FFS_USER -> USER_ID. | |
VERSION | NUMBER | 10 | Yes | Version of form content. Value is updated after each modification of the form content. | |
TYPE | VARCHAR2 | 20 | Indicates type of screen model record form or flow. | ||
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. | ||
SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. | |
DELETED_FLAG | VARCHAR2 | 1 | Indicates whether the record is logically deleted (Y - soft deleted, N or NULL - active). | ||
APPLICATION_ID | NUMBER | 10 | Field for the relation to the FFS_APPLICATION.APP_ID value. | ||
FUSION_BUSINESS_OBJECT | VARCHAR2 | 256 | Field for fusion attachments business object. | ||
FUSION_CATEGORY_LABEL | VARCHAR2 | 30 | Field for fusion attachments category label. | ||
PDF_OPTIONS | NUMBER | 3 | Field for PDF generation options: generate (1), generate and save to Object Storage (2), generate and save to Fusion Attachments (3). | ||
HTML_TEMPLATE | CLOB | Field for the HTML template that will be used to generate PDF files. | |||
HTML_TEMPLATE_METADATA | CLOB | Field for the metadata of the HTML template that will be used to generate PDF files, JSON. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FFS_FORM_PK | Unique | DATA | FORM_ID, ORA_SEED_SET1 |
FFS_FORM_PK1 | Unique | DATA | FORM_ID, ORA_SEED_SET2 |