MSF0P5
The MSF0P5 table holds the actual custom attribute values stored against the object where the custom attribute's PROP_DATA_TYPE is:
-
B—Boolean
-
C—Decimal
-
D—Date
-
F—File
-
I—Integer
-
L—List
-
P—Timestamp
-
R—Rich Text
-
S—String
-
T—Time
-
X—Text Area.
| Name | Type | Null | Comment |
|---|---|---|---|
| INSTANCE_ID | NUMBER 9 | NOT NULL | Unique sequence number. |
| ENTITY_KEY | VARCHAR2 1000 | NOT NULL |
Key of the entity associated with the custom attribute:
|
| ENTITY_TYPE | VARCHAR2 100 | NOT NULL |
The Service.Service.Object.CustomProperty. For example, CCQCTypeService.CCQCType.RULE. |
| PROPERTY_VALUE | VARCHAR2 1000 |
The property value, as a string, maximum 100 characters. Where the custom attribute's PROP_DATA_TYPE is:
|
|
|
PROPERTY_VALUE_NUMERIC |
FLOAT |
The property value, as a numeric. Where the custom attribute's PROP_DATA_TYPE is:
|
|
| PROPERTY_VALUE_TIMESTAMP | TIMESTAMP(6 |
The property value, as a timestamp. Where the custom attribute's PROP_DATA_TYPE is:
|
|
| LAST_MOD_TIME | CHAR 6 | NOT NULL | |
| LAST_MOD_USER | VARCHAR2 254 | NOT NULL | |
| LAST_MOD_DATE | CHAR 8 | NOT NULL | |
| LAST_MOD_EMP | CHAR 254 | NOT NULL |
