Search Results sui_er
Overview
APPS.PAY_US_STATE_LIABILITY_TYPES_V is a reporting view in the Oracle EBS Payroll (PAY) module that exposes United States state-level employer tax liability definitions. Its principal purpose is to correlate seeded payroll element types for state disability insurance and state unemployment insurance employer contributions with their corresponding tax type and tax balance configuration. The view is particularly relevant to queries involving the SUI employer element, since it explicitly filters for the SUI_ER element alongside SDI_ER.
Because the view joins tax type metadata, balance category configuration, and translated element names, it provides a consolidated, language-aware description of employer state liability tax types. It is commonly referenced in payroll reporting, statutory compliance analysis, and integration logic that must resolve a state tax type from its associated employer element.
Underlying Base Objects
The view is owned by APPS and is defined over four documented objects, all accessed through synonyms:
- PAY_ELEMENT_TYPES_F — the base element type definition, supplying element type identifier, effective dates, business group, processing priority, and legislation code.
- PAY_ELEMENT_TYPES_F_TL — the translated element name, restricted to the session language via
USERENV('LANG'). - PAY_US_TAX_TYPES — the US tax type definition, supplying tax type identifier, domain code, and limit tax flag.
- PAY_US_TAX_BALANCES — the tax balance configuration, supplying balance category, employer/employee indicator, and the user-facing reporting name.
The joins are driven by element type identifier, tax type identifier, and a derived match between the element name and the tax type code (the trailing _ER suffix is stripped). Only rows with a STATE tax domain, a LIABILITY balance category, and element names of SUI_ER or SDI_ER are returned.
Key Columns
- TAX_TYPE_ID — identifier for the state tax type.
- TAX_TYPE_CODE — code derived to match the element name with the
_ERsuffix removed (for example, SUI or SDI). - TAX_DOMAIN_CODE — constrained to STATE within this view.
- BALANCE_CATEGORY_CODE — constrained to LIABILITY.
- EE_OR_ER_CODE — identifies the employer or employee side of the tax balance.
- USER_REPORTING_NAME — display name used in reporting.
- LIMIT_TAX_FLAG — indicates whether the tax is subject to a wage limit.
- ELEMENT_NAME — translated element name (SDI_ER or SUI_ER).
- ELEMENT_TYPE_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, BUSINESS_GROUP_ID, PROCESSING_PRIORITY, LEGISLATION_CODE — element definition attributes controlling effective dating, prioritization, and legislative context.
Common Use Cases and Queries
Typical scenarios include retrieving the tax type and reporting name associated with the state unemployment employer element, auditing effective-dated element configuration, and supporting integration routines that must translate an element into its tax type. The following query isolates the SUI employer liability type:
SELECT tax_type_code, user_reporting_name, element_name, effective_start_date, effective_end_date, legislation_code FROM apps.pay_us_state_liability_types_v WHERE element_name = 'SUI_ER';- To list all state employer liability types subject to a wage limit:
SELECT tax_type_code, user_reporting_name, limit_tax_flag FROM apps.pay_us_state_liability_types_v WHERE limit_tax_flag = 'Y';
Because the view is language-aware and effective-dated, results reflect the session language and the current element definition rows, making it suitable for localized compliance reporting.
-
VIEW: APPS.PAY_US_STATE_LIABILITY_TYPES_V
12.2.2
-
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_STATE_ER_WAGE_TYPES_V
12.2.2
-
View: PAY_US_STATE_LIABILITY_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_STATE_LIABILITY_TYPES_V, object_name:PAY_US_STATE_LIABILITY_TYPES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_STATE_LIABILITY_TYPES_V ,
-
View: PAY_US_STATE_ER_WAGE_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_STATE_ER_WAGE_TYPES_V, object_name:PAY_US_STATE_ER_WAGE_TYPES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_STATE_ER_WAGE_TYPES_V ,
-
Lookup Type: PAY_US_TAX_TYPES
12.1.1
product: PER - Human Resources , meaning: PAY US TAX TYPES , description: Tax Types for Overlimit Report ,
-
View: PAY_US_STATE_LIABILITY_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_STATE_LIABILITY_TYPES_V, object_name:PAY_US_STATE_LIABILITY_TYPES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_STATE_LIABILITY_TYPES_V ,
-
View: PAY_US_STATE_ER_WAGE_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_STATE_ER_WAGE_TYPES_V, object_name:PAY_US_STATE_ER_WAGE_TYPES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_STATE_ER_WAGE_TYPES_V ,
-
APPS.PAY_US_TAX_INFO_PKG SQL Statements
12.1.1
-
APPS.PAY_US_TAX_INFO_PKG SQL Statements
12.2.2
-
Lookup Type: PAY_US_TAX_TYPES
12.2.2
product: PER - Human Resources , meaning: PAY US TAX TYPES , description: Tax Types for Overlimit Report ,
-
PACKAGE BODY: APPS.PAY_US_TAX_INFO_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_US_TAX_INFO_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_US_TAX_BALS_ADJ_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_US_TAX_BALS_ADJ_PKG
12.1.1
-
APPS.PAY_US_TAX_BAL_SUMMARY_PKG SQL Statements
12.2.2
-
APPS.PAY_US_TAX_BAL_SUMMARY_PKG SQL Statements
12.1.1
-
APPS.PAY_US_TAX_BALS_ADJ_PKG SQL Statements
12.1.1
-
APPS.PAY_US_TAX_BALS_ADJ_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PAY_US_TAX_BALS_ADJ_API
12.1.1
-
PACKAGE BODY: APPS.PAY_US_TAX_BALS_ADJ_API
12.2.2
-
PACKAGE BODY: APPS.PAY_US_TAX_BAL_SUMMARY_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_US_TAX_BAL_SUMMARY_PKG
12.2.2
-
APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on PAY_US_STATE_TAX_INFO_F
12.1.1
-
APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on PAY_US_STATE_TAX_INFO_F
12.2.2
-
APPS.PAY_US_TAX_BALS_ADJ_API dependencies on PAY_US_TAX_BALS_PKG
12.1.1
-
APPS.PAY_US_TAX_BALS_ADJ_API dependencies on PAY_US_TAX_BALS_PKG
12.2.2
-
APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on FND_NUMBER
12.1.1
-
APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on FND_NUMBER
12.2.2
-
APPS.PAY_US_TAX_BALS_ADJ_API dependencies on FND_NUMBER
12.1.1
-
APPS.PAY_US_TAX_BALS_ADJ_API dependencies on FND_NUMBER
12.2.2
-
APPS.PAY_US_TAX_BALS_ADJ_API dependencies on HR_UTILITY
12.1.1
-
APPS.PAY_US_TAX_BALS_ADJ_API dependencies on HR_UTILITY
12.2.2
-
APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on HR_UTILITY
12.2.2
-
APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on HR_UTILITY
12.1.1
-
PACKAGE BODY: APPS.PAY_GET_TAX_EXISTS_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_GET_TAX_EXISTS_PKG
12.1.1