ZCA_EXP_MAP_DETAILS
The table contains mapping details for objects being exported.
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
ZCA_EXP_MAP_DETAILS_PK |
MAP_DTLS_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MAP_DTLS_ID | NUMBER | 18 | Yes | Primary key of the table which has the map details id. | |
| COLUMN_NAME | VARCHAR2 | 100 | This column has details of the column name of the attribute | ||
| STAGE_COLUMN | VARCHAR2 | 100 | corresponding column in staging table where the info is stored | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| 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. | |
| PARENT_ATTRIBUTE | VARCHAR2 | 100 | Name of the FK attribute in parent | ||
| EXPORT_MAP_ID | NUMBER | 18 | Yes | Represents export_map_id for whcih details are stored. | |
| PARENT_NAME | VARCHAR2 | 128 | This column has details regarding the name of the parent object | ||
| OBJECT_CODE | VARCHAR2 | 128 | Yes | This column has details regarding the Name of the object | |
| ROW_TYPE | VARCHAR2 | 20 | specifies the type of info the row will store | ||
| KEY_SEQ | NUMBER | 18 | specifies the sequence of info type | ||
| ATTRIBUTE_NAME | VARCHAR2 | 100 | specifies the FK attribute name |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ZCA_EXP_MAP_DETAILS | zca_exp_maps | EXPORT_MAP_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCA_EXP_MAP_DETAILS_N1 | Non Unique | Default | EXPORT_MAP_ID, OBJECT_CODE |
| ZCA_EXP_MAP_DETAILS_U1 | Unique | Default | MAP_DTLS_ID |