SDM_TARGET
This table stores basic properties of the Target ERP system artifacts.
Primary Key
Table 4-189 Primary Key Table
Constraint Name | Columns |
---|---|
SDM_TARGET_PK | TARGET_ID |
Columns
Table 4-190 Column Details Table
Name | Data Type | Length | Precision | Scale | Null Allowed | Comments |
---|---|---|---|---|---|---|
TARGET_ID | NUMBER | 18 | 0 | No | Unique identifier of the record. | |
TARGET_DISPLAY_ID | VARCHAR2 | 80 | No | Stores the ID field value. | ||
TARGET_NAME | VARCHAR2 | 80 | No | Stores the unique name for the target. | ||
INTEGRATION_TYPE | VARCHAR2 | 20 | No | Type of the integration or posting type with target system. For example, CloudFinancial, Other | ||
POSTING_ENABLED | CHAR | 1 | No | Defines whether posting is enabled. YN | ||
DIRECT_INTEGRATION | CHAR | 1 | Yes | Defines whether to post the data directly to ERP using the connections and services exposed by the target. | ||
TARGET_DESC | VARCHAR2 | 500 | Yes | Description about the current target. | ||
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-191 Index Table
Index | Uniqueness | Columns |
---|---|---|
SDM_TARGET_PK | UNIQUE | TARGET_ID |
SDM_TRGT_U2_ID | UNIQUE | SYS_NC00016$, APP_ID |
SDM_TRGT_U1_NAME | UNIQUE | SYS_NC00015$, APP_ID |