HWR_CTL_RSLT_TYP_MAP_B
This table is for types mapping (just like Xref table)
Details
-
Schema: FUSION
-
Object owner: HWR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
HWR_CTL_RSLT_TYP_MAP_B_PK |
TYPE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TYPE_ID | NUMBER | 18 | Yes | This column is the Id indicating the type of the post-control record | |
TYPE_NAME | VARCHAR2 | 80 | Yes | The column is the name of the post-control record | |
DESCRIPTION | VARCHAR2 | 1000 | This column is for the description of the post-control record | ||
DESCRIPTION_DETAIL | VARCHAR2 | 2000 | This column is for the additional details of any about the post-control record (like what tables are using it, etc) | ||
TYPE_ATTR_1 | VARCHAR2 | 80 | This column is for the type attribute 1 | ||
TYPE_ATTR_2 | VARCHAR2 | 80 | This column is for type attribute 2 | ||
TYPE_ATTR_3 | VARCHAR2 | 80 | This column is for type attribute 3 | ||
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_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 |
---|---|---|
hwr_gbl_prfl_mtor_rnk_b | hwr_ctl_rslt_typ_map_b | TYPE_OF_RECORD |
hwr_gbl_prfl_metrc_rep_b | hwr_ctl_rslt_typ_map_b | TYPE_OF_RECORD |
hwr_gbl_prfl_metrc_cmp_b | hwr_ctl_rslt_typ_map_b | TYPE_OF_RECORD |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HWR_CTL_RSLT_TYP_MAP_B_N1 | Non Unique | FUSION_TS_TX_DATA | TYPE_NAME |
HWR_CTL_RSLT_TYP_MAP_B_U1 | Unique | FUSION_TS_TX_DATA | TYPE_ID |