HZ_STAGE_GEO_STRUCT_INT
HZ_STAGE_GEO_STRUCT_INT is a staging table to load country structure data to the interface table HZ_GEO_STRUCTURE_LEVELS_INT.
Details
-
Schema: FUSION
-
Object owner: HZ
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
HZ_STAGE_GEO_STRUCT_INT_PK |
STAGE_GEO_STRUCT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| STAGE_GEO_STRUCT_ID | NUMBER | 18 | Yes | Unique identifier for this interface record. (internal use only) | |
| COUNTRY_CODE | VARCHAR2 | 2 | Yes | Code of the Country to which the Geography belongs. | |
| GEOGRAPHY_TYPE | VARCHAR2 | 30 | Yes | Type of geography. | |
| LEVEL_NUMBER | NUMBER | 18 | Yes | Country structure level number. | |
| 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. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| HZ_STAGE_GEO_STRUCT_INT_PK | Unique | Default | STAGE_GEO_STRUCT_ID |