FOD_STAGE_GEO_STRUCTURES

FOD_STAGE_GEO_STRUCTURES is a master table that stores the geography structure provided by Navteq.

Details

  • Schema: FUSION

  • Object owner: FOD

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FOD_STAGE_GEO_STRUCTURES_PK

GEO_STRUCTURE_NUM

Columns

Name Datatype Length Precision Not-null Comments Status
GEO_STRUCTURE_NUM NUMBER 18 Yes Unique identifier for this record (internal use only). Active
COUNTRY_CODE VARCHAR2 2 Yes Code of the Country to which the Geography belongs. Active
LEVEL_NUMBER NUMBER 2 Yes Country structure level number. Active
GEOGRAPHY_TYPE VARCHAR2 30 Yes Type of geography. Active
STATUS_FLAG VARCHAR2 1 Yes Flag to soft delete this record. Values are A: Active, I: Inactive Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns Status
FOD_STAGE_GEO_STRUCTURES_U1 Unique FUSION_TS_SEED GEO_STRUCTURE_NUM, ORA_SEED_SET1 Active
FOD_STAGE_GEO_STRUCTURES_U11 Unique FUSION_TS_SEED GEO_STRUCTURE_NUM, ORA_SEED_SET2