[Home] [Help]
[Dependency Information]
| Object Name: | CSC_HZ_LOCATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSC.CSC_HZ_LOCATIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOCATION_ID | NUMBER | (15) | Yes | Location Identifier |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| WH_UPDATE_DATE | DATE | Warehouse update date when record was recorded or changed | ||
| ORIG_SYSTEM_REFERENCE | VARCHAR2 | (240) | Yes | Address identifier from foreign system |
| COUNTRY | VARCHAR2 | (60) | Yes | FND_TERRITORY.TERRITORY_CODE |
| ADDRESS | VARCHAR2 | (963) | Partial address | |
| ADDRESS1 | VARCHAR2 | (240) | Yes | First line for address |
| ADDRESS2 | VARCHAR2 | (240) | Second line for address | |
| ADDRESS3 | VARCHAR2 | (240) | Third line for address | |
| ADDRESS4 | VARCHAR2 | (240) | Fourth line for address | |
| CITY | VARCHAR2 | (60) | City | |
| POSTAL_CODE | VARCHAR2 | (60) | Postal code | |
| STATE | VARCHAR2 | (60) | State | |
| PROVINCE | VARCHAR2 | (60) | Province | |
| COUNTY | VARCHAR2 | (60) | County | |
| ADDRESS_STYLE | VARCHAR2 | (30) | Used as context value for Flexible Address Format descriptive flexfield (do not use this column, join to fnd_territories via country = territory_code to retrieve the address style for the country) | |
| POSTAL_PLUS4_CODE | VARCHAR2 | (10) | Four digit extension to the United States Postal ZIP code. | |
| ADDRESS_EFFECTIVE_DATE | DATE | Date when the location is usable. | ||
| ADDRESS_EXPIRATION_DATE | DATE | Date when the location can no longer be used | ||
| CONTENT_SOURCE_TYPE | VARCHAR2 | (30) | Yes | Source of data content. |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATION_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, WH_UPDATE_DATE
, ORIG_SYSTEM_REFERENCE
, COUNTRY
, ADDRESS
, ADDRESS1
, ADDRESS2
, ADDRESS3
, ADDRESS4
, CITY
, POSTAL_CODE
, STATE
, PROVINCE
, COUNTY
, ADDRESS_STYLE
, POSTAL_PLUS4_CODE
, ADDRESS_EFFECTIVE_DATE
, ADDRESS_EXPIRATION_DATE
, CONTENT_SOURCE_TYPE
FROM APPS.CSC_HZ_LOCATIONS_V;
APPS
HZ_LOCATIONS
APPS.CSC_HZ_LOCATIONS_V is not referenced by any database object
|
|
|
|