[Home] [Help]
[Dependency Information]
Object Name: | HZ_GEO_NAME_REFERENCES |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores the mapping between location elements and Master Reference geography elements based on Geography Name Matching. The table is designed to store the mapping from any location table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HZ_GEO_NAME_REFERENCES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_ID | NUMBER | (15) | Yes | Unique identifier for location. |
GEOGRAPHY_ID | NUMBER | (15) | Yes | Unique identifier for geography that is mapped to a location component for each geography type. |
LOCATION_TABLE_NAME | VARCHAR2 | (30) | Yes | Stores the name of the table used to get the location information. |
OBJECT_VERSION_NUMBER | NUMBER | Yes | Object Version Number | |
GEOGRAPHY_TYPE | VARCHAR2 | (30) | Yes | Indicates the geography type of the geography that is mapped to the location component. |
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). | |
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 identifier login of 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). |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATION_ID
, GEOGRAPHY_ID
, LOCATION_TABLE_NAME
, OBJECT_VERSION_NUMBER
, GEOGRAPHY_TYPE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PROGRAM_ID
, PROGRAM_LOGIN_ID
, PROGRAM_APPLICATION_ID
, REQUEST_ID
FROM AR.HZ_GEO_NAME_REFERENCES;
AR.HZ_GEO_NAME_REFERENCES does not reference any database object
AR.HZ_GEO_NAME_REFERENCES is referenced by following:
|
|
|