Search Results pay_us_tax_types
Overview
PAY_US_TAX_TYPES is a reference (lookup) table owned by the HR schema and used within the Oracle E-Business Suite PAY – Payroll product. Its documented purpose is to store US Tax Types used by US Payroll Tax Balance reporting. In practice, it defines the distinct tax classifications that US Payroll balances are grouped and reported against — for example federal income tax, Social Security, Medicare, and state or local withholding categories — providing the authoritative list of tax type codes that downstream payroll tax reporting relies upon.
Because this is a small, slowly changing reference object with a stable surrogate key and descriptive attributes, the metadata's heuristic Data Vault classification of hub‑leaning is appropriate. That classification is offered as a modeling suggestion: the table behaves primarily as a hub of distinct tax types rather than as a transactional link or a high‑churn satellite. It is a low‑volume, code‑driven object whose main role is enumeration and validation rather than transaction capture.
Key Information Stored
The table contains six documented columns. The most important of these are summarized below, distinguishing the surrogate key from the business‑key candidates identified by the unique indexes.
TAX_TYPE_ID— Surrogate primary key defined by the unique indexPAY_US_TAX_TYPES_PK(withZD_EDITION_NAME). This value is the identifier referenced by foreign keys in dependent balance and tax tables.TAX_TYPE_CODE— The business‑facing code describing the tax type; defined as a business‑key candidate by unique indexPAY_US_TAX_TYPES_UK2(withZD_EDITION_NAME). This is the human‑readable identifier commonly used in reporting filters.ZD_EDITION_NAME— Editioning/versioning column that participates in both unique indexes, enabling edition‑aware access to the reference data.TAX_DOMAIN_CODE— Classifies the tax domain to which the tax type belongs (the jurisdiction or taxing authority grouping).EE_ER_CODE— Distinguishes the employee/employer designation of the tax type, indicating whose portion of the tax the type represents.LIMIT_TAX_FLAG— Flag indicating whether the tax type is subject to a wage or contribution limit, a key control for accurate tax balance reporting.
Common Use Cases and Queries
The primary use case is resolving tax type codes into descriptions for US Payroll Tax Balance reporting. A typical reporting join links balances to this lookup to produce readable output:
- Tax balance reporting: joining
PAY_US_TAX_BALANCEStoPAY_US_TAX_TYPESonTAX_TYPE_IDto display the tax type code and domain alongside aggregated balances. - Validation and reconciliation: confirming that every tax type appearing in balances has a corresponding definition, and that business keys remain unique across editions.
- Filtering by domain or limit: using
TAX_DOMAIN_CODEandLIMIT_TAX_FLAGto isolate taxes subject to wage limits for compliance monitoring.
A representative query pattern:
SELECT t.TAX_TYPE_CODE, t.TAX_DOMAIN_CODE, t.LIMIT_TAX_FLAG, b.BALANCE_AMOUNT FROM PAY_US_TAX_BALANCES b JOIN PAY_US_TAX_TYPES t ON b.TAX_TYPE_ID = t.TAX_TYPE_ID;
Related Objects
Several tables reference this object through the documented foreign keys, confirming its role as a central reference hub:
PAY_US_TAX_BALANCES.TAX_TYPE_ID— referencesPAY_US_TAX_TYPES; the principal consumer for tax balance reporting.JAI_CMN_TAX_TYPES_ALL.TAX_TYPE_ID— referencesPAY_US_TAX_TYPESthrough the common tax types structure.JAI_CMN_TAXES_ALL.TAX_TYPE_ID— referencesPAY_US_TAX_TYPES, linking tax calculations to the tax type definition.
The documented primary and unique indexes (PAY_US_TAX_TYPES_PK on TAX_TYPE_ID and PAY_US_TAX_TYPES_UK2 on TAX_TYPE_CODE) reinforce its function as a stable, code‑driven reference table within the US Payroll tax reporting model.
-
Table: PAY_US_TAX_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_TAX_TYPES, object_name:PAY_US_TAX_TYPES, status:VALID, product: PAY - Payroll , description: US Tax Types used by US Payroll Tax Balance reporting. , implementation_dba_data: HR.PAY_US_TAX_TYPES ,
-
Table: PAY_US_TAX_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_TAX_TYPES, object_name:PAY_US_TAX_TYPES, status:VALID, product: PAY - Payroll , description: US Tax Types used by US Payroll Tax Balance reporting. , implementation_dba_data: HR.PAY_US_TAX_TYPES ,
-
Lookup Type: PAY_US_TAX_TYPES
12.1.1
product: PER - Human Resources , meaning: PAY US TAX TYPES , description: Tax Types for Overlimit Report ,
-
Lookup Type: PAY_US_TAX_TYPES
12.2.2
product: PER - Human Resources , meaning: PAY US TAX TYPES , description: Tax Types for Overlimit Report ,
-
VIEW: HR.PAY_US_TAX_TYPES#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_US_TAX_TYPES#, status:VALID,
-
TABLE: HR.PAY_US_TAX_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_TAX_TYPES, object_name:PAY_US_TAX_TYPES, status:VALID,
-
SYNONYM: PUBLIC.PAY_US_TAX_TYPES
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PAY_US_TAX_TYPES, status:VALID,
-
SYNONYM: APPS.PAY_US_TAX_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_US_TAX_TYPES, status:VALID,
-
VIEW: APPS.PAYBV_US_TAX_TYPES_V
12.2.2
-
VIEW: HR.PAY_US_TAX_TYPES#
12.2.2
-
TRIGGER: APPS.PAY_US_TAX_TYPES+
12.2.2
-
VIEW: APPS.PAYBV_US_TAX_TYPES_V
12.1.1
-
SYNONYM: APPS.PAY_US_TAX_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_US_TAX_TYPES, status:VALID,
-
TRIGGER: APPS.PAY_US_TAX_TYPES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PAY_US_TAX_TYPES+, status:VALID,
-
TABLE: HR.PAY_US_TAX_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_TAX_TYPES, object_name:PAY_US_TAX_TYPES, status:VALID,
-
VIEW: APPS.PAY_US_STATE_LIABILITY_TYPES_V
12.2.2
-
VIEW: APPS.PAY_US_FED_LIABILITY_TYPES_V
12.2.2
-
VIEW: APPS.PAY_US_LOCAL_TAX_TYPES_V
12.1.1
-
VIEW: APPS.PAY_US_STATE_LIABILITY_TYPES_V
12.1.1
-
VIEW: APPS.PAY_US_STATE_ER_WAGE_TYPES_V
12.1.1
-
VIEW: APPS.PAY_US_LOCAL_EE_WAGE_TYPES_V
12.2.2
-
VIEW: APPS.PAY_US_FED_TAX_TYPES_V
12.2.2
-
VIEW: APPS.PAY_US_FED_ER_WAGE_TYPES_V
12.2.2
-
VIEW: APPS.PAY_US_FED_LIABILITY_TYPES_V
12.1.1
-
VIEW: APPS.PAY_US_FED_TAX_TYPES_V
12.1.1
-
VIEW: APPS.PAY_US_FED_ER_WAGE_TYPES_V
12.1.1
-
VIEW: APPS.PAY_US_LOCAL_EE_WAGE_TYPES_V
12.1.1
-
VIEW: APPS.PAY_US_LOCAL_TAX_TYPES_V
12.2.2
-
VIEW: APPS.PAY_US_FED_EE_WAGE_TYPES_V
12.1.1
-
VIEW: APPS.PAY_US_STATE_ER_WAGE_TYPES_V
12.2.2
-
VIEW: APPS.PAY_US_FED_EE_WAGE_TYPES_V
12.2.2
-
VIEW: APPS.PAY_US_STATE_TAX_TYPES_V
12.1.1
-
VIEW: APPS.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V
12.2.2
-
VIEW: APPS.PAY_US_STATE_EE_WAGE_TYPES_V
12.1.1
-
VIEW: APPS.PAY_US_STATE_EE_WAGE_TYPES_V
12.2.2
-
VIEW: APPS.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V
12.1.1
-
FUNCTION: APPS.PAY_US_TAX_TYPES=
12.2.2
-
VIEW: APPS.PAY_US_STATE_TAX_TYPES_V
12.2.2
-
TABLE: HR.PAY_US_TAX_BALANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_TAX_BALANCES, object_name:PAY_US_TAX_BALANCES, status:VALID,
-
View: PAY_US_ASG_RUN_LOCAL_TAX_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, object_name:PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V ,
-
Table: PAY_US_TAX_BALANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_TAX_BALANCES, object_name:PAY_US_TAX_BALANCES, status:VALID, product: PAY - Payroll , description: Tax balances used by US Payroll Tax balance reporting. , implementation_dba_data: HR.PAY_US_TAX_BALANCES ,
-
Table: PAY_US_TAX_BALANCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_TAX_BALANCES, object_name:PAY_US_TAX_BALANCES, status:VALID, product: PAY - Payroll , description: Tax balances used by US Payroll Tax balance reporting. , implementation_dba_data: HR.PAY_US_TAX_BALANCES ,
-
VIEW: APPS.PAY_US_LOCAL_TAXES_RBR_V
12.1.1
-
VIEW: APPS.PAY_US_LOCAL_TAXES_RBR_V
12.2.2
-
VIEW: APPS.PAY_US_ASG_RUN_STATE_TAX_RBR_V
12.1.1
-
View: PAY_US_ASG_RUN_LOCAL_TAX_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, object_name:PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V ,
-
View: PAYBV_US_TAX_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_US_TAX_TYPES_V, object_name:PAYBV_US_TAX_TYPES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_US_TAX_TYPES_V ,
-
View: PAYBV_US_TAX_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_US_TAX_TYPES_V, object_name:PAYBV_US_TAX_TYPES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_US_TAX_TYPES_V ,
-
FUNCTION: APPS.PAY_US_TAX_TYPES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:PAY_US_TAX_TYPES=, status:VALID,
-
VIEW: APPS.PAY_US_ASG_RUN_STATE_TAX_RBR_V
12.2.2