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


TABLE: AR.HZ_GEO_STRUCT_MAP_DTL

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


The HZ_GEO_STRUCT_MAP_DTL table stores the actual mapping of location component and geography type for the details defined in the HZ_GEO_STRUCT_MAP table. The HZ_GEO_STRUCT_MAP_DTL is a detail table that also holds the mapping of individual location components to geography types, as well as the columns in the HZ_GEOGRAPHIES table that store the denormalized geography corresponding to this geography type.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_GEO_STRUCT_MAP_DTL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMAP_ID
ColumnLOC_SEQ_NUM
HZ_GEO_STRUCT_MAP_DTL_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMAP_ID
ColumnLOC_COMPONENT
HZ_GEO_STRUCT_MAP_DTL_U3 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMAP_ID
ColumnGEOGRAPHY_TYPE
Columns
Name Datatype Length Mandatory Comments
MAP_ID NUMBER (15) Yes Map identifier
LOC_SEQ_NUM NUMBER (15) Yes Sequence number by which location component is mapped. Defines hierarchy in which location components are mapped to a geography type
LOC_COMPONENT VARCHAR2 (30) Yes Location component name from location table
GEOGRAPHY_TYPE VARCHAR2 (30) Yes Geography type
GEO_ELEMENT_COL VARCHAR2 (30) Yes Column in HZ_GEOGRAPHIES table with which location component is mapped
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).
Query Text

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


SELECT MAP_ID
,      LOC_SEQ_NUM
,      LOC_COMPONENT
,      GEOGRAPHY_TYPE
,      GEO_ELEMENT_COL
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM AR.HZ_GEO_STRUCT_MAP_DTL;

Dependencies

[top of page]

AR.HZ_GEO_STRUCT_MAP_DTL does not reference any database object

AR.HZ_GEO_STRUCT_MAP_DTL is referenced by following:

SchemaAPPS
SynonymHZ_GEO_STRUCT_MAP_DTL