FOD_STAGE_GEOGRAPHIES

FOD_STAGE_GEOGRAPHIES is a master table that stores the geography hierarchy data provided by Navteq.

Details

  • Schema: FUSION

  • Object owner: FOD

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FOD_STAGE_GEOGRAPHIES_PK

GEOGRAPHY_NUM

Columns

Name Datatype Length Precision Not-null Comments Status
GEOGRAPHY_NUM NUMBER 18 Yes Unique identifier for this record (internal use only). Active
GEO_STRUCTURE_NUM NUMBER 18 Yes Key to FOD_STAGE_GEO_STRUCTURES (GEO_STRUCTURE_NUM) Active
GEOGRAPHY_NAME VARCHAR2 360 Yes Name of the geography as provided by Nokia. Active
PARENT_GEOGRAPHY_NUM NUMBER 18 User identifier of parent geography. Active
STATUS_FLAG VARCHAR2 1 Yes Flag to soft delete this record. Values are A: Active, I: Inactive Active
LANGUAGE_CODE VARCHAR2 4 Yes Stores the language in which identifier_value is stored. (Foreign key to FND_ LANGUAGES. LANGUAGE_CODE) 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
ALIASES VARCHAR2 4000 Aliases for Geography name in different languages.
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_GEOGRAPHIES_N1 Non Unique Default GEO_STRUCTURE_NUM
FOD_STAGE_GEOGRAPHIES_U1 Unique FUSION_TS_SEED GEOGRAPHY_NUM, ORA_SEED_SET1 Active
FOD_STAGE_GEOGRAPHIES_U11 Unique FUSION_TS_SEED GEOGRAPHY_NUM, ORA_SEED_SET2