ZOE_OL_FILEMAPPINGS
This table stores the mapping between client configuration XML file type and its XSD. The relationship is 1:1. As there are 9 XML types used by iCRM, this table has 9 rows.
Details
-
Schema: FUSION
-
Object owner: ZOE
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
ZOE_OL_FILEMAPPING_PK |
MAPPING_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MAPPING_ID | NUMBER | 18 | Yes | id of the XML file and XSD mapping. Primary key | |
| XSD_DOC_GUID | VARCHAR2 | 64 | Yes | XSD file id, foreign key to zoe_ol_cfgfiles.doc_guid | |
| XML_FILE_TYPE | VARCHAR2 | 30 | Yes | XML file type, mapping to zoe_ol_cfgfiles_doc_type | |
| XML_FILE_NAME | VARCHAR2 | 200 | Yes | XML file name, used by iCRM to download xml file, e.g. connection.xml | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ZOE_OL_FILEMAPPINGS | zoe_ol_cfgfiles | XSD_DOC_GUID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZOE_OL_FILEMAPPINGS_UK2 | Unique | Default | XSD_DOC_GUID |
| ZOE_OL_FILEMAPPING_PK | Unique | Default | MAPPING_ID |
| ZOE_OL_FILEMAPPING_UK1 | Unique | Default | XML_FILE_TYPE |