HZ_GEO_ZONES_INT
HZ_GEOGRAPHIES_INT is an interface table to load data to TCA zones data into tables such as HZ_GEOGRAPHIES, HZ_GEOGRAPHY_IDENTIFIERS ,HZ_RELATIONSHIPS and HZ_GEOGRAPHY_RANGES.This table is used for High Volume import.
Details
-
Schema: FUSION
-
Object owner: HZ
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
HZ_GEO_ZONES_INT_PK |
BATCH_ID, INTERFACE_ROW_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
BATCH_ID | NUMBER | 18 | Yes | Unique identifier for a geography zones import batch. | |
INTERFACE_ROW_ID | NUMBER | 18 | Yes | Unique identifier for this interface record. (internal use only) | |
ZONE_NAME | VARCHAR2 | 360 | Name of the zone | ||
ZONE_CODE | VARCHAR2 | 30 | Code of the zone. | ||
ZONE_TYPE | VARCHAR2 | 30 | Type of the zone. | ||
ZONE_TIMEZONE_CODE | VARCHAR2 | 64 | Time zone of the geography zone (Foreign key to FND_TIMEZONES_B.TIMZONE_CODE) | ||
ZONE_START_DATE | DATE | Start date from which this zone is valid for use. | |||
ZONE_END_DATE | DATE | Date from which this zone is no longer valid. | |||
ZONE_GEOGRAPHY_USE | VARCHAR2 | 30 | Usage of geography data. Value is from lookup type ORA_HZ_GEO_USAGE. Sample values are MASTER_REF, ORA_COMPENSATION, SHIPPING, TM, etc. | ||
ZONE_GEOGRAPHY_ID | NUMBER | 18 | Unique Identifier of the Zone Geography created. | ||
MASTER_GEOGRAPHY_ID | NUMBER | 18 | Unique geography identifier used in TCA geography tables (internal use only). | ||
MASTER_GEO_COUNTRY_CODE | VARCHAR2 | 2 | Country code of the Master geography record. | ||
MASTER_GEO_NAME | VARCHAR2 | 360 | Name of the master geography record. | ||
MASTER_GEO_TYPE | VARCHAR2 | 30 | Geography Type of the master geography record. | ||
MASTER_GEO_LEVEL | NUMBER | 2 | Geography Level of the master geography record. | ||
MASTER_GEO_ELEMENT1 | VARCHAR2 | 360 | Hierarchy of geography of the zone record. | ||
MASTER_GEO_ELEMENT2 | VARCHAR2 | 360 | Hierarchy of geography of the zone record. | ||
MASTER_GEO_ELEMENT3 | VARCHAR2 | 360 | Hierarchy of geography of the zone record. | ||
MASTER_GEO_ELEMENT4 | VARCHAR2 | 360 | Hierarchy of geography of the zone record. | ||
MASTER_GEO_ELEMENT5 | VARCHAR2 | 360 | Hierarchy of geography of the zone record. | ||
MASTER_GEO_ELEMENT6 | VARCHAR2 | 360 | Hierarchy of geography of the zone record. | ||
MASTER_GEO_ELEMENT7 | VARCHAR2 | 360 | Hierarchy of geography of the zone record. | ||
MASTER_GEO_ELEMENT8 | VARCHAR2 | 360 | Hierarchy of geography of the zone record | ||
MASTER_GEO_ELEMENT9 | VARCHAR2 | 360 | Hierarchy of geography of the zone record | ||
ZONE_RELATIONSHIP_ID | NUMBER | 18 | Identifier of the relationship record created for the zone. | ||
RELATIONSHIP_START_DATE | DATE | Start Date of the Relationship | |||
RELATIONSHIP_END_DATE | DATE | End Date of the Relationship. | |||
GEOGRAPHY_RANGE_ID | NUMBER | 18 | Identifier of the Geography range record. | ||
FROM_POSTAL_CODE | VARCHAR2 | 360 | Postal Code from which the zone starts. | ||
TO_POSTAL_CODE | VARCHAR2 | 360 | Postal Code till which the zone ends. | ||
POSTAL_CODE_START_DATE | DATE | Start date active of the Postal Code geography record | |||
POSTAL_CODE_END_DATE | DATE | End date active of the Postal Code geography record. | |||
GEOGRAPHY_IDENTIFIER_ID | NUMBER | 18 | Unique identifier for a geography in HZ_GEOGRAPHY_IDENTIFIERS table (internal use only) | ||
ZONE_COUNTRY_CODE | VARCHAR2 | 2 | Country Code of the zone created. | ||
LANGUAGE_CODE | VARCHAR2 | 4 | Stores the language in which identifier_value is stored. (Foreign key to FND_ LANGUAGES.LANGUAGE_CODE) | ||
CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||
CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||
LAST_UPDATE_DATE | TIMESTAMP | Who column: indicates the date and time of the last update of the row. | |||
LAST_UPDATED_BY | VARCHAR2 | 64 | 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. | |
FILE_RECORD_NUM | NUMBER | 10 | Import framework uses this column to relate records in this interface table to rows in a file. (internal use only) | ||
IMPORT_STATUS_CODE | VARCHAR2 | 30 | Import framework uses this status: I - In Progress, O - Obsolete(This would be the status of all the interface table records that were run before), E - Errored, S - Successful (internal use only) | ||
FILE_NAME_SYSTASK_ID | NUMBER | 18 | Stores systask id for each import csv file. | ||
INTERNAL_ACTION_CODE | VARCHAR2 | 30 | Indicates the action of insert(I),delete(D) or update(U) for internal use. | ||
ACTION_CODE | VARCHAR2 | 30 | Indicates the action code set by import flow. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HZ_GEO_ZONES_INT_N1 | Non Unique | FUSION_TS_INTERFACE | BATCH_ID, UPPER("ZONE_NAME"), ZONE_TYPE, ZONE_GEOGRAPHY_USE |
HZ_GEO_ZONES_INT_N2 | Non Unique | FUSION_TS_INTERFACE | BATCH_ID, IMPORT_STATUS_CODE, INTERNAL_ACTION_CODE |
HZ_GEO_ZONES_INT_N3 | Non Unique | FUSION_TS_INTERFACE | BATCH_ID, ZONE_GEOGRAPHY_ID, MASTER_GEOGRAPHY_ID, ZONE_RELATIONSHIP_ID |
HZ_GEO_ZONES_INT_U1 | Unique | FUSION_TS_INTERFACE | BATCH_ID, INTERFACE_ROW_ID |