FFS_PROPERTY_DESC

Record in this table describes one property.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FFS_PROPERTY_DESC_PK

PROPERTY_ID

Columns

Name Datatype Length Precision Not-null Comments
PROPERTY_ID NUMBER 5 Yes Custom property unique identifier.
ENTITY NUMBER 8 Yes Custom property entity Type (Appt,Inventory,resource,user,service request).
LABEL VARCHAR2 160 Label of custom activity/inventory/user/resource property.
TYPE VARCHAR2 11 Type of custom activity/inventory/user/resource property.
TEMPLATE VARCHAR2 4000 Regular expression for custom property value verification.
GUI VARCHAR2 19 GUI representation of custom activity/inventory/user/resource property.
LINE_COUNT NUMBER 3 Yes Custom property count of lines visible on the screen.
DUPLICATE NUMBER 10 Yes Custom property flag that defines whether Copy property value upon prework/reopen or not.
MIME_TYPES VARCHAR2 4000 Custom property type of file (for file properties).
OPTIONS NUMBER 10 Custom property bitmask set of options that define behaviour of this property.
MAX_IMAGE_SIZE_X NUMBER 10 Custom property maximum size of captured picture (X). (for image properties).
MAX_IMAGE_SIZE_Y NUMBER 10 Custom property maximum size of captured picture (Y). (for image properties).
XSL_REGEX VARCHAR2 4000 Custom property expression which is used to transform property value to Xml.
XSL_TRANSFORMATOR CLOB Custom property xslt expression which is used to transform Xml To Html.
FILE_SIZE_LIMIT VARCHAR2 3 Custom property file max size limit for file properties in Mb.
APPLICATION_LABEL VARCHAR2 256 Field for application label....
FUSION_BUSINESS_OBJECT VARCHAR2 256 Field for fusion attachments business object.
FUSION_CATEGORY_LABEL VARCHAR2 256 Field for fusion attachments category label.
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).

Indexes

Index Uniqueness Tablespace Columns
FFS_PROPERTY_DESC_PK Unique DATA PROPERTY_ID, ORA_SEED_SET1
FFS_PROPERTY_DESC_PK1 Unique DATA PROPERTY_ID, ORA_SEED_SET2