MSF0P6
The MSF0P6 table holds the image and CLOB/BLOB custom attribute values stored against the object where the custom attribute's PROP_DATA_TYPE is M—Image.
| Name | Type | Null | Comment |
|---|---|---|---|
| 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, CCJobService.CCJob.CUSTOM_IMAGE, or QCTypeService.CCQCType.RULE. |
| PROPERTY_VALUE | VARCHAR2 1000 |
The property value, as a string, maximum 100 characters. Where the custom attribute's PROP_DATA_TYPE is of a:
|
|
| VAL_DATA_DESC | For images only; the Description of the image, entered at time of file or image upload. | ||
| VAL_DATA_FILE_EXT | For images only; the extension of the selected file or image file, for example, 'png'. | ||
| VAL_DATA_NAME | For images only; the Name of the image or file, entered at time of file or image upload. | ||
| VAL_DATA_SIZE_BYTES | For images only; the size of the uploaded file. | ||
| 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 |
