[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 |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column | PAY_US_COUNTIES | ![]() |
![]() |
PAY_US_COUNTIES STATE_CODE |
![]() |
![]() |
PAY_US_COUNTIES |
PAY_US_CITY_GEOCODES
STATE_CODE
PAY_US_CITY_GEOCODES COUNTY_CODE |
![]() |
![]() |
PAY_US_COUNTIES |
PAY_US_COUNTY_SCHOOL_DSTS
STATE_CODE
PAY_US_COUNTY_SCHOOL_DSTS COUNTY_CODE |
![]() |
![]() |
PAY_US_COUNTIES |
PAY_US_EMP_COUNTY_TAX_RULES_F
STATE_CODE
PAY_US_EMP_COUNTY_TAX_RULES_F COUNTY_CODE |
---|
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. |
Cut, paste (and edit) the following text to query this object:
SELECT STATE_CODE
, COUNTY_CODE
, COUNTY_ABBREV
, COUNTY_NAME
FROM HR.PAY_US_COUNTIES;
HR.PAY_US_COUNTIES does not reference any database object
HR.PAY_US_COUNTIES is referenced by following:
|
|
|