[Home] [Help]
[Dependency Information]
Object Name: | HZ_GEO_NAME_REFERENCE_LOG |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores the mapping log between location elements and Master Reference geography elements based on Geography Name Matching. The table is designed to store the mapping logs from any location table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HZ_GEO_NAME_REFERENCE_LOG_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_ID | NUMBER | (15) | Yes | Location identifier from location table |
LOCATION_TABLE_NAME | VARCHAR2 | (30) | Yes | Location table name |
REQUEST_ID | NUMBER | (15) | Yes | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
OBJECT_VERSION_NUMBER | NUMBER | Yes | Object version | |
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. | |
MAP_STATUS | VARCHAR2 | (30) | Yes | Mapping status |
MESSAGE_TEXT | VARCHAR2 | (2000) | Encoded error message text | |
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) | Standard Who column | |
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). | |
USAGE_CODE | VARCHAR2 | (30) | Code for address usage |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATION_ID
, LOCATION_TABLE_NAME
, REQUEST_ID
, OBJECT_VERSION_NUMBER
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, MAP_STATUS
, MESSAGE_TEXT
, LAST_UPDATE_LOGIN
, PROGRAM_ID
, PROGRAM_LOGIN_ID
, PROGRAM_APPLICATION_ID
, USAGE_CODE
FROM AR.HZ_GEO_NAME_REFERENCE_LOG;
AR.HZ_GEO_NAME_REFERENCE_LOG does not reference any database object
AR.HZ_GEO_NAME_REFERENCE_LOG is referenced by following:
|
|
|