[Home] [Help]
[Dependency Information]
Object Name: | PAY_US_COUNTIES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_US_COUNTIES holds the list of US counties and the geocodes used by
the VERTEX tax module to identify tax jurisdictions. It is used to
validate US addresses and tax information only if US Payroll is
installed.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_US_COUNTIES_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
PAY_US_COUNTIES_UK2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
PAY_US_COUNTIES_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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. |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT STATE_CODE
, COUNTY_CODE
, COUNTY_ABBREV
, COUNTY_NAME
, ZD_EDITION_NAME
FROM HR.PAY_US_COUNTIES;
HR.PAY_US_COUNTIES does not reference any database object
HR.PAY_US_COUNTIES is referenced by following:
|
|
|