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


TABLE: AR.HZ_GEO_STRUCT_MAP

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


The HZ_GEO_STRUCT_MAP table stores the map attributes for which a mapping of location components and geography types are defined. A mapping can be defined for a country, location table name, and address style.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_GEO_STRUCT_MAP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMAP_ID
HZ_GEO_STRUCT_MAP_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOUNTRY_CODE
ColumnLOC_TBL_NAME
ColumnADDRESS_STYLE
Columns
Name Datatype Length Mandatory Comments
MAP_ID NUMBER (15) Yes Map Identifier
COUNTRY_CODE VARCHAR2 (2) Yes Country Code
LOC_TBL_NAME VARCHAR2 (30) Yes Location table name that mapping applies to
ADDRESS_STYLE VARCHAR2 (30)
Address style for this mapping
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
,      COUNTRY_CODE
,      LOC_TBL_NAME
,      ADDRESS_STYLE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM AR.HZ_GEO_STRUCT_MAP;

Dependencies

[top of page]

AR.HZ_GEO_STRUCT_MAP does not reference any database object

AR.HZ_GEO_STRUCT_MAP is referenced by following:

SchemaAR
ViewHZ_GEO_STRUCT_MAP#