[Home] [Help]
[Dependency Information]
Object Name: | HZ_GEO_STRUCT_MAP |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HZ_GEO_STRUCT_MAP_U1 | NORMAL | UNIQUE |
![]() |
![]() |
HZ_GEO_STRUCT_MAP_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
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). |
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;
AR.HZ_GEO_STRUCT_MAP does not reference any database object
AR.HZ_GEO_STRUCT_MAP is referenced by following:
|
|
|