ZOE_OL_PIM_MAPPINGS
defines mapping between the Outlook (native) object ID and the CRM object ID for PIM objects
Details
-
Schema: FUSION
-
Object owner: ZOE
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZOE_OL_PIM_MAPPINGS_PK |
REF_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REF_ID | NUMBER | 18 | Yes | mapping id for the CRM object and native client object . Primary key of the table. | |
| OBJECT_TYPE | VARCHAR2 | 30 | Yes | PIM object type, for example OPTY in Fusion Apps. | |
| SOURCE_PIM | VARCHAR2 | 30 | Yes | Source PIM System(outlook, Lotus, etc.) | |
| PIM_OBJECT_ID | VARCHAR2 | 64 | Yes | Object ID used in the native client | |
| FUSION_OBJECT_ID | NUMBER | 18 | Object ID in the CRM system, for example opportunity id in Fusion Apps. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZOE_OL_PIM_MAPPINGS_PK | Unique | Default | REF_ID |
| ZOE_OL_PIM_MAPPINGS_UK1 | Unique | Default | OBJECT_TYPE, PIM_OBJECT_ID |
| ZOE_OL_PIM_MAPPINGS_UK2 | Unique | Default | OBJECT_TYPE, FUSION_OBJECT_ID |