SDM_INTEGRATION
This table stores integration profiles which allows import of dimensions from other products, for example, HFM.
Primary Key
Table 4-140 Primary Key Table
| Constraint Name | Columns |
|---|---|
| SDM_INTEGRATION_PK | INTEGRATION_ID |
Foreign Key
Table 4-141 Foreign Key Table
| Table | Foreign Table | Foreign Key Columns |
|---|---|---|
| SDM_INTEGRATION | SDM_CONNECTION | CONNECTION_ID |
Columns
Table 4-142 Column Details Table
| Name | Data Type | Length | Precision | Scale | Null Allowed | Comments |
|---|---|---|---|---|---|---|
| INTEGRATION_ID | NUMBER | 18 | 0 | No | Unique identifier of the record. | |
| NAME | VARCHAR2 | 80 | No | Name of the integration as entered by the user. | ||
| IMPORT_PERIOD_SETTING | CHAR | 1 | No | Indicates import option for frequencies, years and periods. Value is Y or N. | ||
| IMPORT_CURRENCY | CHAR | 1 | No | Indicates import option for Currencies. Value is Y or N. | ||
| DESCRIPTION | VARCHAR2 | 1000 | Yes | Description as entered by the user. | ||
| CONNECTION_ID | NUMBER | 18 | 0 | Yes | Connection, which should be used to import the data. Refers to CONNECTION_ID of SDM_CONNECTION table. | |
| IMPORT_SOURCE | VARCHAR2 | 20 | Yes | Indicates the source, from where, import is done, for example, HFM. | ||
| APP_ID | NUMBER | 1 | 0 | No | Identifier for the application to which the row corresponds to, for example, SDM:4. | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | 0 | No | 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. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 255 | Yes | Who column: indicates the session login associated to the user who last updated the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 255 | No | Who column: indicates the user who last updated the row. | ||
| LAST_UPDATE_DATE | DATE | No | Who column: indicates the date and time of the last update of the row. | |||
| CREATED_BY | VARCHAR2 | 255 | No | Who column: indicates the user who created the row. | ||
| CREATION_DATE | DATE | No | Who column: indicates the date and time of the creation of the row. |
Indexes
Table 4-143 Index Table
| Index | Uniqueness | Columns |
|---|---|---|
| SDM_INTEGRATION_PK | UNIQUE | INTEGRATION_ID |
| SDM_INTEGRATION_U1_NAME | NONUNIQUE | SYS_NC00015$, APP_ID |