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


VIEW: APPS.PAYBV_US_COUNTIES_V

Object Details
Object Name: PAYBV_US_COUNTIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAYBV_US_COUNTIES_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view

[View Source]

Columns
Name Datatype Length Mandatory Comments
STATE_CODE VARCHAR2 (2) Yes State geocode.
COUNTY_CODE VARCHAR2 (3) Yes County geocode.
COUNTY_ABBREV VARCHAR2 (5)
Abbreviation of county name.
COUNTY_NAME VARCHAR2 (30) Yes County name.
Query Text

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


SELECT STATE_CODE
,      COUNTY_CODE
,      COUNTY_ABBREV
,      COUNTY_NAME
FROM APPS.PAYBV_US_COUNTIES_V;

Dependencies

[top of page]

APPS.PAYBV_US_COUNTIES_V references the following:

SchemaAPPS
SynonymPAY_US_COUNTIES

APPS.PAYBV_US_COUNTIES_V is not referenced by any database object