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


TABLE: HR.PAY_US_STATES

Object Details
Object Name: PAY_US_STATES
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_US_STATES
Subobject Name:
Status: VALID


PAY_US_STATES holds the list of US states 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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_US_STATES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSTATE_CODE
ColumnZD_EDITION_NAME
PAY_US_STATES_UK2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSTATE_ABBREV
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
STATE_CODE VARCHAR2 (2) Yes State geocode.
STATE_ABBREV VARCHAR2 (2) Yes Abbreviation for state, eg. CA.
STATE_NAME VARCHAR2 (25) Yes State name.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT STATE_CODE
,      STATE_ABBREV
,      STATE_NAME
,      ZD_EDITION_NAME
FROM HR.PAY_US_STATES;

Dependencies

[top of page]

HR.PAY_US_STATES does not reference any database object

HR.PAY_US_STATES is referenced by following:

SchemaHR
ViewPAY_US_STATES#