Search Results trial balances
The PAY_US_ASG_REPORTING
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 plays a critical role in payroll reporting, particularly for U.S. legislative compliance. This table stores assignment-level reporting information required for tax filings, wage reporting, and other statutory requirements. Below is a detailed analysis of its structure, purpose, and integration within Oracle HRMS and Payroll modules.
Overview and Purpose
ThePAY_US_ASG_REPORTING
table is part of Oracle's U.S. localization framework, designed to capture assignment-specific data necessary for federal and state reporting. It acts as a repository for supplemental payroll information that isn't stored in core HR tables like PER_ALL_ASSIGNMENTS_F
. Key reporting elements include:
- Tax jurisdiction details (state, local, and federal)
- Wage type classifications for W-2, 1099, and other forms
- Special tax exemptions or overrides
- Multi-state taxation flags
Table Structure
The table's columns can be categorized into:- Key Fields:
ASSIGNMENT_ID
: Links toPER_ALL_ASSIGNMENTS_F
REPORTING_TYPE
: Classifies reporting context (e.g., 'W2', '1099')JURISDICTION_CODE
: Identifies tax jurisdictions
- Data Fields:
REPORTING_VALUE
: Stores actual values (e.g., tax codes)EFFECTIVE_START_DATE
/EFFECTIVE_END_DATE
: Time-sensitive validity
- Control Fields:
CREATED_BY
,LAST_UPDATE_DATE
: Audit tracking
Integration with Oracle EBS
The table integrates with multiple components:- Payroll Processing: During payroll runs, data from this table is referenced for tax calculations and withholding.
- Year-End Reporting: Forms like W-2 and 1099 pull jurisdiction and wage classification data from this table.
- Tax Updates: When applying legislative tax updates, this table may be modified to reflect new jurisdiction requirements.
Technical Considerations
- Indexing: Typically indexed on
ASSIGNMENT_ID
andREPORTING_TYPE
for performance. - Partitioning: In large implementations, may be partitioned by
EFFECTIVE_START_DATE
. - API Access: Oracle provides PL/SQL APIs (
PAY_US_REPORTING_UTILS
) for safe data manipulation.
Common Use Cases
- Multi-State Taxation: Stores primary/secondary jurisdiction flags for employees working across state lines.
- Special Wage Reporting: Identifies non-standard wage components (e.g., statutory sick pay) for accurate W-2 Box 12 coding.
- Third-Party Sick Pay: Flags assignments subject to third-party payer reporting under IRS Section 3121(a).
Data Maintenance
Best practices include:- Using Oracle's "U.S. Reporting Information" form (Navigation: Payroll > Reporting > US) for updates.
- Scheduling periodic audits to ensure data aligns with current tax laws.
- Validating effective date ranges to prevent reporting gaps.
Limitations
- Historical data retention requires custom solutions as older records may be purged.
- Complex multi-jurisdictional scenarios may necessitate custom extensions.
PAY_US_ASG_REPORTING
serves as a pivotal component in Oracle EBS for U.S. payroll compliance, bridging assignment data with statutory reporting requirements. Proper configuration and maintenance of this table are essential for accurate tax filings and avoidance of regulatory penalties.
-
Lookup Type: PSD WAGE LISTING RPT BALANCES
12.2.2
product: PAY - Payroll , meaning: PSD WAGE LISTING RPT BALANCES , description: List of balances archived for 'PSD Periodic Wage Listing Report' ,
-
Lookup Type: YE_ARCH_REPORTS_BAL_ATTRIBUTES
12.1.1
product: PAY - Payroll , meaning: Year End Archive Reports Balance Attributes , description: Balance Attributes For Year End Archive Reports ,
-
Lookup Type: YE_ARCH_REPORTS_BAL_ATTRIBUTES
12.2.2
product: PAY - Payroll , meaning: Year End Archive Reports Balance Attributes , description: Balance Attributes For Year End Archive Reports ,
-
Concurrent Program: PYUSYRNEG
12.2.2
execution_filename: PAYUSYNG , product: PAY - Payroll , user_name: USYRNEG , description: Year End Negative Balances , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PYUSYRNEG
12.1.1
execution_filename: PAYUSYNG , product: PAY - Payroll , user_name: USYRNEG , description: Year End Negative Balances , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PYUSCW2BOX
12.2.2
execution_filename: pay_us_w2_box_bal.insert_w2_box_balances , product: PAY - Payroll , user_name: PYUSW2BOX_BAL , description: Create W2 Box codes and balances , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: RB_GEN
12.1.1
execution_filename: PYUGEN , product: PAY - Payroll , user_name: PYUGEN , description: Generic Payroll Execution Process , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: PYAUPSALW
12.2.2
execution_filename: pay_au_paysum_allowance.upgrade_allowance_bar , product: PAY - Payroll , user_name: PYAUPSALW , description: Maintain EOY Allowance Balance , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: RB_GEN
12.2.2
execution_filename: PYUGEN , product: PAY - Payroll , user_name: PYUGEN , description: Generic Payroll Execution Process , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: PYUSDEFB
12.1.1
execution_filename: pay_us_userra.insert_userra_balances , product: PAY - Payroll , user_name: PYUSUSERRA_PROC , description: Creates USERRA data for W2 Reports , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PYUSDEFB
12.2.2
execution_filename: pay_us_userra.insert_userra_balances , product: PAY - Payroll , user_name: PYUSUSERRA_PROC , description: Creates USERRA data for W2 Reports , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PAYUSNEG
12.1.1
execution_filename: PYUGEN , product: PAY - Payroll , user_name: PYUGEN , description: Generic Payroll Execution Process , argument_method: Database fetch , enabled: No , execution_method: Spawned ,
-
Concurrent Program: PAYUSNEG
12.2.2
execution_filename: PYUGEN , product: PAY - Payroll , user_name: PYUGEN , description: Generic Payroll Execution Process , argument_method: Database fetch , enabled: No , execution_method: Spawned ,
-
View: PAY_RUN_BALANCE_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_RUN_BALANCE_STATUS_V, object_name:PAY_RUN_BALANCE_STATUS_V, status:VALID, product: PAY - Payroll , description: Holds details about defined balances that are marked to store run balances , implementation_dba_data: APPS.PAY_RUN_BALANCE_STATUS_V ,
-
View: PAY_RUN_BALANCE_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_RUN_BALANCE_STATUS_V, object_name:PAY_RUN_BALANCE_STATUS_V, status:VALID, product: PAY - Payroll , description: Holds details about defined balances that are marked to store run balances , implementation_dba_data: APPS.PAY_RUN_BALANCE_STATUS_V ,
-
View: PAY_IE_EMEA_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_EMEA_BAL_V, object_name:PAY_IE_EMEA_BAL_V, status:VALID, product: PAY - Payroll , description: Used in IE Payslip Advice Report , implementation_dba_data: APPS.PAY_IE_EMEA_BAL_V ,
-
View: PAY_IE_EMEA_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_EMEA_BAL_V, object_name:PAY_IE_EMEA_BAL_V, status:VALID, product: PAY - Payroll , description: Used in IE Payslip Advice Report , implementation_dba_data: APPS.PAY_IE_EMEA_BAL_V ,
-
Table: PAY_US_ASG_REPORTING
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_ASG_REPORTING, object_name:PAY_US_ASG_REPORTING, status:VALID, product: PAY - Payroll , description: Denormalised performance table for accessing balances. , implementation_dba_data: HR.PAY_US_ASG_REPORTING ,
-
Table: PAY_US_ASG_REPORTING
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_ASG_REPORTING, object_name:PAY_US_ASG_REPORTING, status:VALID, product: PAY - Payroll , description: Denormalised performance table for accessing balances. , implementation_dba_data: HR.PAY_US_ASG_REPORTING ,
-
Table: PAY_ZA_IRP5_BAL_CODES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ZA_IRP5_BAL_CODES, object_name:PAY_ZA_IRP5_BAL_CODES, status:VALID, product: PAY - Payroll , description: Table holds codes for IRP5 balances , implementation_dba_data: HR.PAY_ZA_IRP5_BAL_CODES ,
-
Table: PAY_BALANCE_SETS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_SETS, object_name:PAY_BALANCE_SETS, status:VALID, product: PAY - Payroll , description: Allows related balances to be grouped for reporting purposes. , implementation_dba_data: HR.PAY_BALANCE_SETS ,
-
Table: PAY_ZA_IRP5_BAL_CODES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ZA_IRP5_BAL_CODES, object_name:PAY_ZA_IRP5_BAL_CODES, status:VALID, product: PAY - Payroll , description: Table holds codes for IRP5 balances , implementation_dba_data: HR.PAY_ZA_IRP5_BAL_CODES ,
-
Table: PAY_BALANCE_CATEGORIES_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_CATEGORIES_F, object_name:PAY_BALANCE_CATEGORIES_F, status:VALID, product: PAY - Payroll , description: Holds seeded categories for balances. , implementation_dba_data: HR.PAY_BALANCE_CATEGORIES_F ,
-
Table: PAY_BALANCE_SETS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_SETS, object_name:PAY_BALANCE_SETS, status:VALID, product: PAY - Payroll , description: Allows related balances to be grouped for reporting purposes. , implementation_dba_data: HR.PAY_BALANCE_SETS ,
-
Table: PAY_BALANCE_CATEGORIES_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_CATEGORIES_F, object_name:PAY_BALANCE_CATEGORIES_F, status:VALID, product: PAY - Payroll , description: Holds seeded categories for balances. , implementation_dba_data: HR.PAY_BALANCE_CATEGORIES_F ,
-
Lookup Type: W2_BOX_NUMBERS
12.2.2
product: PAY - Payroll , meaning: W2 Box number used for the process Create W2 Box Balances ,
-
Table: PAY_ASSIGNMENT_LATEST_BALANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ASSIGNMENT_LATEST_BALANCES, object_name:PAY_ASSIGNMENT_LATEST_BALANCES, status:VALID, product: PAY - Payroll , description: Denormalised assignment level latest balances. , implementation_dba_data: HR.PAY_ASSIGNMENT_LATEST_BALANCES ,
-
Table: PAY_US_TAX_REPORT_BALANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_TAX_REPORT_BALANCES, object_name:PAY_US_TAX_REPORT_BALANCES, status:VALID, product: PAY - Payroll , description: Identifies tax balances for US Payroll Tax Summary Listing report. , implementation_dba_data: HR.PAY_US_TAX_REPORT_BALANCES ,
-
Table: PAY_RUN_BALANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_BALANCES, object_name:PAY_RUN_BALANCES, status:VALID, product: PAY - Payroll , description: Store of run level balances. , implementation_dba_data: HR.PAY_RUN_BALANCES ,
-
Table: PAY_US_TAX_REPORT_BALANCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_TAX_REPORT_BALANCES, object_name:PAY_US_TAX_REPORT_BALANCES, status:VALID, product: PAY - Payroll , description: Identifies tax balances for US Payroll Tax Summary Listing report. , implementation_dba_data: HR.PAY_US_TAX_REPORT_BALANCES ,
-
Table: PAY_RUN_BALANCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_BALANCES, object_name:PAY_RUN_BALANCES, status:VALID, product: PAY - Payroll , description: Store of run level balances. , implementation_dba_data: HR.PAY_RUN_BALANCES ,
-
Table: PAY_ASSIGNMENT_LATEST_BALANCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ASSIGNMENT_LATEST_BALANCES, object_name:PAY_ASSIGNMENT_LATEST_BALANCES, status:VALID, product: PAY - Payroll , description: Denormalised assignment level latest balances. , implementation_dba_data: HR.PAY_ASSIGNMENT_LATEST_BALANCES ,
-
Lookup Type: US_STATE_1099R_LIVE_ARCHIVE
12.1.1
product: PAY - Payroll , meaning: US_STATE_1099R_LIVE_ARCHIVE , description: List of all State 1099R boxes whose balances are available for Year End Archive Reconciliation Report ,
-
Lookup Type: US_STATE_1099R_LIVE_ARCHIVE
12.2.2
product: PAY - Payroll , meaning: US_STATE_1099R_LIVE_ARCHIVE , description: List of all State 1099R boxes whose balances are available for Year End Archive Reconciliation Report ,
-
Table: PAY_SHADOW_DEFINED_BALANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_SHADOW_DEFINED_BALANCES, object_name:PAY_SHADOW_DEFINED_BALANCES, status:VALID, product: PAY - Payroll , description: Element Template Shadow Defined Balances , implementation_dba_data: HR.PAY_SHADOW_DEFINED_BALANCES ,
-
Table: PAY_SHADOW_DEFINED_BALANCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_SHADOW_DEFINED_BALANCES, object_name:PAY_SHADOW_DEFINED_BALANCES, status:VALID, product: PAY - Payroll , description: Element Template Shadow Defined Balances , implementation_dba_data: HR.PAY_SHADOW_DEFINED_BALANCES ,
-
Table: PAY_BACKPAY_RULES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BACKPAY_RULES, object_name:PAY_BACKPAY_RULES, status:VALID, product: PAY - Payroll , description: Balances to be recalculated by a RetroPay process. , implementation_dba_data: HR.PAY_BACKPAY_RULES ,
-
View: PAY_APAC_PAYSLIP_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_APAC_PAYSLIP_BALANCES_V, object_name:PAY_APAC_PAYSLIP_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_APAC_PAYSLIP_BALANCES_V ,
-
View: PAY_APAC_PAYSLIP_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_APAC_PAYSLIP_BALANCES_V, object_name:PAY_APAC_PAYSLIP_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_APAC_PAYSLIP_BALANCES_V ,
-
Table: PAY_BALANCE_ATTRIBUTES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_ATTRIBUTES, object_name:PAY_BALANCE_ATTRIBUTES, status:VALID, product: PAY - Payroll , description: Holds mappings between attributes and defined balances. , implementation_dba_data: HR.PAY_BALANCE_ATTRIBUTES ,
-
Table: PAY_BALANCE_ATTRIBUTES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_ATTRIBUTES, object_name:PAY_BALANCE_ATTRIBUTES, status:VALID, product: PAY - Payroll , description: Holds mappings between attributes and defined balances. , implementation_dba_data: HR.PAY_BALANCE_ATTRIBUTES ,
-
Concurrent Program: RB_ADJD
12.1.1
execution_filename: PYUGEN , product: PAY - Payroll , user_name: PYUGEN , description: Generic Payroll Execution Process , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: RB_ADJD
12.2.2
execution_filename: PYUGEN , product: PAY - Payroll , user_name: PYUGEN , description: Generic Payroll Execution Process , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Table: PAY_BACKPAY_RULES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BACKPAY_RULES, object_name:PAY_BACKPAY_RULES, status:VALID, product: PAY - Payroll , description: Balances to be recalculated by a RetroPay process. , implementation_dba_data: HR.PAY_BACKPAY_RULES ,
-
Table: PAY_BAL_ATTRIBUTE_DEFINITIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BAL_ATTRIBUTE_DEFINITIONS, object_name:PAY_BAL_ATTRIBUTE_DEFINITIONS, status:VALID, product: PAY - Payroll , description: Balance attributes help to identify which balances should be usedin which reports. , implementation_dba_data: HR.PAY_BAL_ATTRIBUTE_DEFINITIONS ,
-
View: PAY_APAC_PAYSLIP_BALANCES2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_APAC_PAYSLIP_BALANCES2_V, object_name:PAY_APAC_PAYSLIP_BALANCES2_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_APAC_PAYSLIP_BALANCES2_V ,
-
View: PAY_APAC_PAYSLIP_BALANCES2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_APAC_PAYSLIP_BALANCES2_V, object_name:PAY_APAC_PAYSLIP_BALANCES2_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_APAC_PAYSLIP_BALANCES2_V ,
-
Table: PAY_BAL_ATTRIBUTE_DEFINITIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BAL_ATTRIBUTE_DEFINITIONS, object_name:PAY_BAL_ATTRIBUTE_DEFINITIONS, status:VALID, product: PAY - Payroll , description: Balance attributes help to identify which balances should be usedin which reports. , implementation_dba_data: HR.PAY_BAL_ATTRIBUTE_DEFINITIONS ,
-
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 ,