DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.HR_H2PI_US_CITY_NAMES_V

Object Details
Object Name: HR_H2PI_US_CITY_NAMES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HR_H2PI_US_CITY_NAMES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

[View Source]

Columns
Name Datatype Length Mandatory Comments
CITY_NAME VARCHAR2 (30) Yes City name.
STATE_CODE VARCHAR2 (2) Yes Foreign key to PAY_US_COUNTIES.
COUNTY_CODE VARCHAR2 (3) Yes Foreign key to PAY_US_COUNTIES.
CITY_CODE VARCHAR2 (4) Yes Foreign key to PAY_US_CITY_GEOCODES.
PRIMARY_FLAG VARCHAR2 (30)
Used when the geocode represents more than one city.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CITY_NAME
,      STATE_CODE
,      COUNTY_CODE
,      CITY_CODE
,      PRIMARY_FLAG
FROM APPS.HR_H2PI_US_CITY_NAMES_V;

Dependencies

[top of page]

APPS.HR_H2PI_US_CITY_NAMES_V references the following:

SchemaAPPS
SynonymPAY_US_CITY_NAMES

APPS.HR_H2PI_US_CITY_NAMES_V is not referenced by any database object