[Home] [Help]
[Dependency Information]
Object Name: | HZ_LOCATION_PROFILES |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The HZ_LOCATION_PROFILES table stores information, including a history of any changes and address validations for a subset of attributes from the HZ_LOCATIONS table. The stored information includes address lines, the date that the address was last validated, and the effective start and end dates for the location record
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HZ_LOCATION_PROFILES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
HZ_LOCATION_PROFILES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
HZ_LOCATION_PROFILES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_PROFILE_ID | NUMBER | (15) | Yes | The number that uniquely identifies this location profile |
LOCATION_ID | NUMBER | (15) | Yes | Foreign key to HZ_LOCATIONS |
ACTUAL_CONTENT_SOURCE | VARCHAR2 | (30) | Yes | Actual Content Source. This could represent a third party content source, or a location services vendor |
EFFECTIVE_START_DATE | DATE | Yes | Date this record became effective | |
EFFECTIVE_END_DATE | DATE | Date this record ceased to be effective | ||
VALIDATION_SST_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate if this record is denormalized into the HZ_LOCATIONS table as the single source of truth for validated address information |
VALIDATION_STATUS_CODE | VARCHAR2 | (30) | Standardized status code describing the results of the validation.Lookup: HZ_ADDR_VAL_STATUS | |
DATE_VALIDATED | DATE | Date the address was last validated | ||
ADDRESS1 | VARCHAR2 | (240) | Yes | First line of address |
ADDRESS2 | VARCHAR2 | (240) | Second line of address | |
ADDRESS3 | VARCHAR2 | (240) | Third line of address | |
ADDRESS4 | VARCHAR2 | (240) | Fourth line of address | |
CITY | VARCHAR2 | (60) | City or town | |
POSTAL_CODE | VARCHAR2 | (60) | Postal Code | |
PROV_STATE_ADMIN_CODE | VARCHAR2 | (60) | Country main administrative subdivision, such as a province or a state code | |
COUNTY | VARCHAR2 | (60) | County | |
COUNTRY | VARCHAR2 | (2) | Yes | Country |
OBJECT_VERSION_NUMBER | NUMBER | Yes | Version number for locking purposes | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
REQUEST_ID | NUMBER | (15) | Concurrent Program Who column. Request identifier of the program that last updated this row. Foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program Who column. Application identifier of the program that last updated this row. Foreign key to FND_APPLICATION.APPLICATION_ID | |
PROGRAM_ID | NUMBER | (15) | Concurrent Program Who column. Program identifier of the program that last updated this row. Foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID | |
PROGRAM_UPDATE_DATE | DATE | Program Who column. Date when a program last updated this row |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATION_PROFILE_ID
, LOCATION_ID
, ACTUAL_CONTENT_SOURCE
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, VALIDATION_SST_FLAG
, VALIDATION_STATUS_CODE
, DATE_VALIDATED
, ADDRESS1
, ADDRESS2
, ADDRESS3
, ADDRESS4
, CITY
, POSTAL_CODE
, PROV_STATE_ADMIN_CODE
, COUNTY
, COUNTRY
, OBJECT_VERSION_NUMBER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM AR.HZ_LOCATION_PROFILES;
AR.HZ_LOCATION_PROFILES does not reference any database object
AR.HZ_LOCATION_PROFILES is referenced by following:
|
|
|