Search Results pay_us_states
Overview
The PAY_US_STATES table is a core reference table within the Oracle E-Business Suite (EBS) Payroll module, specifically for US implementations. Its primary function is to maintain a validated list of US states and their associated VERTEX geocodes. This table is essential for ensuring data integrity in address validation processes, particularly for payroll and tax calculations. It serves as a master source for state codes, enabling consistent data entry and linking across various payroll tax rule and reporting entities. The table is owned by the HR schema and is a VALID object in both EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to uniquely identify each state through two primary keys. The STATE_CODE column, which is the primary key for PAY_US_STATES_PK, typically holds a numeric or internal identifier. The STATE_ABBREV column, serving as the primary key for PAY_US_STATES_UK2, stores the standard two-letter postal abbreviation (e.g., CA, NY, TX). A critical piece of data is the VERTEX geocode, a numeric code used by the Vertex tax calculation engine to precisely identify the state for complex payroll and sales tax computations. Additional columns, while not explicitly listed in the provided metadata, commonly include the full state name and potentially effective date ranges for historical tracking.
Common Use Cases and Queries
The primary use case is the validation and lookup of state information during data entry for employee addresses, company locations, and tax authority definitions. It is heavily referenced during the setup and application of state-level payroll tax rules. Common SQL patterns include joining this table to employee tax rules or address tables to retrieve descriptive state information for reports. For example, a query to list all active states with their codes and abbreviations would be: SELECT state_code, state_abbrev, state_name FROM pay_us_states WHERE SYSDATE BETWEEN effective_start_date AND effective_end_date;. Another typical use is in validation logic for forms or interfaces, ensuring that any provided STATE_ABBREV exists in this master table before allowing a transaction to proceed.
Related Objects
As indicated by its foreign key relationships, PAY_US_STATES is a parent table to several key payroll tax rule tables. These dependencies underscore its central role in the tax configuration hierarchy:
PAY_US_COUNTIES: ReferencesSTATE_CODEto link counties to their correct state.PAY_US_EMP_CITY_TAX_RULES_F,PAY_US_EMP_COUNTY_TAX_RULES_F, andPAY_US_EMP_STATE_TAX_RULES_F: All referenceSTATE_CODEto anchor employee-specific tax rules to a state.PAY_US_EMP_FED_TAX_RULES_F: References the state viaSUI_STATE_CODEfor Federal Unemployment Tax Act (FUTA) and State Unemployment Insurance (SUI) calculations.
-
Table: PAY_US_STATES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_STATES, object_name:PAY_US_STATES, status:VALID, product: PAY - Payroll , description: US states and their VERTEX geocodes, used to validate US addresses. , implementation_dba_data: HR.PAY_US_STATES ,
-
Table: PAY_US_STATES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_STATES, object_name:PAY_US_STATES, status:VALID, product: PAY - Payroll , description: US states and their VERTEX geocodes, used to validate US addresses. , implementation_dba_data: HR.PAY_US_STATES ,
-
APPS.PAY_US_EMP_DT_TAX_RULES dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_MMREF_REPORTING1 dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_CA_EOY_ARCHIVE dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_US_ARCHIVE dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_GTNLOD_PKG dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_CA_CITY_PKG dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_CA_T4AEOY_ARCHIVE dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_US_OVER_LIMIT_PKG dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_US_1099R_MAG_REPORTING dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_STATE_TAX_RULE_API dependencies on PAY_US_STATES
12.2.2
-
APPS.HR_US_REPORTS dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_US_MMREF_LOCAL_XML dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_AC_UTILITY dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_US_TAX_API dependencies on PAY_US_STATES
12.2.2
-
APPS.PAYUSUNB_PKG dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on PAY_US_STATES
12.1.1
-
APPS.CSP_SHIP_TO_ADDRESS_PVT dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_MMREF_REPORTING dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_WEB_W4 dependencies on PAY_US_STATES
12.1.1
-
APPS.HR_PERSON_RECORD dependencies on PAY_US_STATES
12.1.1
-
APPS.HR_US_REPORTS dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_MMREF_LOCAL dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_MMREF_LOCAL_XML dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_1099R_PKG dependencies on PAY_US_STATES
12.1.1
-
APPS.GHR_SF52_DO_UPDATE dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_1099R_MAG_REPORTING dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_EMP_TAX_RULES_PKG dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_TAX_UDFS_PKG dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_TAX_INTERNAL dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_AC_TAXABILITY_CHK_ROW dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_FEDERAL_TAX_RULE_API dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_REPORTING_UTILS_PKG dependencies on PAY_US_STATES
12.1.1
-
APPS.HR_CA_FF_UDFS dependencies on PAY_US_STATES
12.1.1
-
APPS.PER_KAD_BUS dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_MMREF_REPORTING_MT dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_SQWL_ARCHIVE dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_GEOCODE_ENGINE_PKG dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_CA_T4AEOY_ARCHIVE dependencies on PAY_US_STATES
12.1.1
-
APPS.PQP_CPYTAXRUL dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_AC_TAXABILITY_WRAPPER dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_US_SQWL_ERROR dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_US_EMP_DT_TAX_RULES dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_US_WEB_W4 dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_US_SQWL_ARCHIVE dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_FEDERAL_TAX_RULE_API dependencies on PAY_US_STATES
12.2.2
-
APPS.PAY_YREND_REPORTS_PKG dependencies on PAY_US_STATES
12.1.1
-
APPS.PAY_ARCHIVER_REPORT_PKG dependencies on PAY_US_STATES
12.2.2