DBA Data[Home] [Help] [Dependency Information]


TABLE: AR.HZ_GEO_STRUCTURE_LEVELS

Object Details
Object Name: HZ_GEO_STRUCTURE_LEVELS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_GEO_STRUCTURE_LEVELS
Subobject Name:
Status: VALID


Stores the geographical hierarchical structures. For example, the user can create the structure for US as 'Country-State-County-City-Postal Code'.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_GEO_STRUCTURE_LEVELS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnGEOGRAPHY_ID
ColumnGEOGRAPHY_TYPE
ColumnPARENT_GEOGRAPHY_TYPE
ColumnZD_EDITION_NAME
HZ_GEO_STRUCTURE_LEVELS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOUNTRY_CODE
ColumnRELATIONSHIP_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
GEOGRAPHY_ID NUMBER (15) Yes ID of the geography for which you are defining the structure
GEOGRAPHY_TYPE VARCHAR2 (30) Yes Stores geography type that participates in the structure
PARENT_GEOGRAPHY_TYPE VARCHAR2 (30) Yes Parent of the geography type
OBJECT_VERSION_NUMBER NUMBER
Yes Used for locking purposes.
RELATIONSHIP_TYPE_ID NUMBER (15) Yes ID of the row in HZ_RELATIONSHIP_TYPES which has subject_type= PARENT_GEOGRAPHY_TYPE and object_type=GEOGRAPHY_TYPE
COUNTRY_CODE VARCHAR2 (2) Yes Country code of the geography that owns the structure
GEOGRAPHY_ELEMENT_COLUMN VARCHAR2 (30) Yes Information about the Geography Type for the parent information, stored in HZ_GEOGRAPHIES\222 columns geography_element1...10, is stored in the column GEOGRAPHY_ELEMENT_COLUMN of the HZ_GEO_STRUCTURE_LEVELS table
CREATED_BY_MODULE VARCHAR2 (150) Yes Source application module that created this record.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
APPLICATION_ID NUMBER (15)
Unique identifier for the application that created this record. Foreign key to FND_APPLICATION table.
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_LOGIN_ID NUMBER (15)
Program login identifier of the last concurrent program to update this record.
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
ADDR_VAL_LEVEL VARCHAR2 (30)
Address validation level for a country
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT GEOGRAPHY_ID
,      GEOGRAPHY_TYPE
,      PARENT_GEOGRAPHY_TYPE
,      OBJECT_VERSION_NUMBER
,      RELATIONSHIP_TYPE_ID
,      COUNTRY_CODE
,      GEOGRAPHY_ELEMENT_COLUMN
,      CREATED_BY_MODULE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
,      ADDR_VAL_LEVEL
,      ZD_EDITION_NAME
FROM AR.HZ_GEO_STRUCTURE_LEVELS;

Dependencies

[top of page]

AR.HZ_GEO_STRUCTURE_LEVELS does not reference any database object

AR.HZ_GEO_STRUCTURE_LEVELS is referenced by following:

SchemaAR
ViewHZ_GEO_STRUCTURE_LEVELS#