Search Results pay_assignment_actions
Overview
The PAY_ASSIGNMENT_ACTIONS table is a core data object within the Oracle E-Business Suite Payroll module (versions 12.1.1 and 12.2.2). It functions as a detailed audit and control ledger for payroll processing. Each row represents a specific instance of a payroll process, such as a QuickPay or a full payroll run, being executed for a single employee assignment. The table's primary role is to link a high-level payroll action (from PAY_PAYROLL_ACTIONS) to the individual assignments it processed, thereby creating a traceable record of what was calculated, when, and for whom. This linkage is fundamental for maintaining data integrity, supporting rollback operations, and enabling complex payroll calculations that depend on historical results.
Key Information Stored
The table's structure is centered on establishing relationships and recording processing status. Its primary key is the unique ASSIGNMENT_ACTION_ID. Critical foreign keys include PAYROLL_ACTION_ID, which links to the parent process in PAY_PAYROLL_ACTIONS, and ASSIGNMENT_ID, which identifies the specific employee assignment. Other significant columns include ACTION_STATUS, indicating whether the assignment process completed successfully or with errors, and SEQUENCE, which can define the order of processing. The table also holds dates (EFFECTIVE_DATE) and references to related entities like TAX_UNIT_ID and SOURCE_ACTION_ID, which are vital for retroactive and multi-jurisdictional payroll calculations.
Common Use Cases and Queries
This table is essential for troubleshooting, auditing, and custom reporting. A common use case is identifying all assignments processed in a specific payroll run to verify completeness or investigate errors. For example, to find assignments that errored during a payroll run, one might query: SELECT paa.assignment_id FROM pay_assignment_actions paa WHERE paa.payroll_action_id = :p_payroll_action_id AND paa.action_status = 'E';. Another critical scenario is tracing the chain of calculations for retroactive pay, which involves querying relationships between SOURCE_ACTION_ID and ASSIGNMENT_ACTION_ID. Developers also use this table when writing database triggers or custom logic that must execute only for assignments processed by a particular action.
Related Objects
As indicated by the extensive foreign key relationships in the metadata, PAY_ASSIGNMENT_ACTIONS is a central hub in the payroll schema. Key dependent tables include PAY_RUN_BALANCES, which stores calculated balance values for each assignment action, and PAY_COSTS, which holds costing results. It is referenced by PAY_ACTION_INTERLOCKS to manage dependencies between processes and by PAY_PRE_PAYMENTS for payment processing. Crucially, it has a bidirectional relationship with PAY_PAYROLL_ACTIONS, where PAY_ASSIGNMENT_ACTIONS provides the child-level detail for each parent payroll action. This network of relationships underscores its role as the foundational record linking payroll processes to their detailed financial and employee-level outcomes.
-
Table: PAY_ASSIGNMENT_ACTIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ASSIGNMENT_ACTIONS, object_name:PAY_ASSIGNMENT_ACTIONS, status:VALID, product: PAY - Payroll , description: Action or process results, showing which assignments have been processed by a specific payroll action, or process. , implementation_dba_data: HR.PAY_ASSIGNMENT_ACTIONS ,
-
Table: PAY_ASSIGNMENT_ACTIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ASSIGNMENT_ACTIONS, object_name:PAY_ASSIGNMENT_ACTIONS, status:VALID, product: PAY - Payroll , description: Action or process results, showing which assignments have been processed by a specific payroll action, or process. , implementation_dba_data: HR.PAY_ASSIGNMENT_ACTIONS ,
-
View: PAY_IE_EAR_DED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_EAR_DED_V, object_name:PAY_IE_EAR_DED_V, status:VALID, product: PAY - Payroll , description: Used in IE Payslip Advice Report , implementation_dba_data: APPS.PAY_IE_EAR_DED_V ,
-
View: PAYBV_CHECK_PAYMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_CHECK_PAYMENTS, object_name:PAYBV_CHECK_PAYMENTS, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_CHECK_PAYMENTS ,
-
View: PAY_JP_LAST_ACT_FOR_PYJPRLDA_V
12.2.2
product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: Not implemented in this database ,
-
View: PAY_IE_EAR_DED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_EAR_DED_V, object_name:PAY_IE_EAR_DED_V, status:VALID, product: PAY - Payroll , description: Used in IE Payslip Advice Report , implementation_dba_data: APPS.PAY_IE_EAR_DED_V ,
-
View: PAY_JP_LAST_ACT_FOR_PYJPRLDA_V
12.1.1
product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: Not implemented in this database ,
-
View: PAY_GB_PAY_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_PAY_VALUES_V, object_name:PAY_GB_PAY_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_PAY_VALUES_V ,
-
View: PAYBV_CHECK_PAYMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_CHECK_PAYMENTS, object_name:PAYBV_CHECK_PAYMENTS, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_CHECK_PAYMENTS ,
-
View: PAY_JP_PRE_ITAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V, object_name:PAY_JP_PRE_ITAX_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese Tax Entry form.This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_PRE_ITAX_V ,
-
View: PAY_GB_PAY_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_PAY_VALUES_V, object_name:PAY_GB_PAY_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_PAY_VALUES_V ,
-
View: PAY_JP_PRE_ITAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V, object_name:PAY_JP_PRE_ITAX_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese Tax Entry form.This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_PRE_ITAX_V ,
-
View: PAY_XLA_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_COSTS_V, object_name:PAY_XLA_COSTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_COSTS_V ,
-
View: PAY_US_PRE_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_PRE_PAYMENTS_V, object_name:PAY_US_PRE_PAYMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_PRE_PAYMENTS_V ,
-
View: PAY_XLA_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_COSTS_V, object_name:PAY_XLA_COSTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_COSTS_V ,
-
View: PAY_US_PRE_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_PRE_PAYMENTS_V, object_name:PAY_US_PRE_PAYMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_PRE_PAYMENTS_V ,
-
Table: PAY_ACTION_INTERLOCKS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ACTION_INTERLOCKS, object_name:PAY_ACTION_INTERLOCKS, status:VALID, product: PAY - Payroll , description: Assignment action interlock definitions to control rollback processing. , implementation_dba_data: HR.PAY_ACTION_INTERLOCKS ,
-
View: PAY_PAYGBBAL_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYGBBAL_VALUES_V, object_name:PAY_PAYGBBAL_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PAYGBBAL_VALUES_V ,
-
Table: PAY_ACTION_INTERLOCKS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ACTION_INTERLOCKS, object_name:PAY_ACTION_INTERLOCKS, status:VALID, product: PAY - Payroll , description: Assignment action interlock definitions to control rollback processing. , implementation_dba_data: HR.PAY_ACTION_INTERLOCKS ,
-
View: PAY_PAYROLL_ACTIONS_V5
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS_V5, object_name:PAY_PAYROLL_ACTIONS_V5, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PAYROLL_ACTIONS_V5 ,
-
View: PAY_EMP_PAYSLIP_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMP_PAYSLIP_ACTION_INFO_V, object_name:PAY_EMP_PAYSLIP_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMP_PAYSLIP_ACTION_INFO_V ,
-
View: PAY_PAYROLL_ACTIONS_V5
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS_V5, object_name:PAY_PAYROLL_ACTIONS_V5, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PAYROLL_ACTIONS_V5 ,
-
Table: PAY_PRE_PAYMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PRE_PAYMENTS, object_name:PAY_PRE_PAYMENTS, status:VALID, product: PAY - Payroll , description: Pre-Payment details for an assignment, including the currency, the amount and the specific payment method. , implementation_dba_data: HR.PAY_PRE_PAYMENTS ,
-
View: PAY_JP_ITAX_WITHHELD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITAX_WITHHELD_V, object_name:PAY_JP_ITAX_WITHHELD_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of GENSEN CHOSYU HYO. , implementation_dba_data: APPS.PAY_JP_ITAX_WITHHELD_V ,
-
View: PAY_JP_ITAX_WITHHELD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITAX_WITHHELD_V, object_name:PAY_JP_ITAX_WITHHELD_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of GENSEN CHOSYU HYO. , implementation_dba_data: APPS.PAY_JP_ITAX_WITHHELD_V ,
-
View: PAY_ZA_ASSIGNMENT_ACTIONS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ZA_ASSIGNMENT_ACTIONS_V2, object_name:PAY_ZA_ASSIGNMENT_ACTIONS_V2, status:VALID, product: PAY - Payroll , description: View for the ZA Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_ZA_ASSIGNMENT_ACTIONS_V2 ,
-
View: PAY_AU_ASG_PAY_RUNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_PAY_RUNS_V, object_name:PAY_AU_ASG_PAY_RUNS_V, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_PAY_RUNS_V ,
-
View: PAY_AU_ASG_PAY_RUNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_PAY_RUNS_V, object_name:PAY_AU_ASG_PAY_RUNS_V, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_PAY_RUNS_V ,
-
Table: PAY_PRE_PAYMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PRE_PAYMENTS, object_name:PAY_PRE_PAYMENTS, status:VALID, product: PAY - Payroll , description: Pre-Payment details for an assignment, including the currency, the amount and the specific payment method. , implementation_dba_data: HR.PAY_PRE_PAYMENTS ,
-
View: PAY_EMP_PAYSLIP_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMP_PAYSLIP_ACTION_INFO_V, object_name:PAY_EMP_PAYSLIP_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMP_PAYSLIP_ACTION_INFO_V ,
-
View: PAY_EMEA_TAX_DET_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMEA_TAX_DET_ACTION_INFO_V, object_name:PAY_EMEA_TAX_DET_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMEA_TAX_DET_ACTION_INFO_V ,
-
View: PAY_JP_PRE_ITAX_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V1, object_name:PAY_JP_PRE_ITAX_V1, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of PAYJPITT, PAYJPITW and PAYJPPRS and valueset. , implementation_dba_data: APPS.PAY_JP_PRE_ITAX_V1 ,
-
View: PAY_ZA_ASSIGNMENT_ACTIONS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ZA_ASSIGNMENT_ACTIONS_V2, object_name:PAY_ZA_ASSIGNMENT_ACTIONS_V2, status:VALID, product: PAY - Payroll , description: View for the ZA Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_ZA_ASSIGNMENT_ACTIONS_V2 ,
-
View: PAY_ASSIGNMENT_ACTIONS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASSIGNMENT_ACTIONS_V2, object_name:PAY_ASSIGNMENT_ACTIONS_V2, status:VALID, product: PAY - Payroll , description: View for the UK Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_ASSIGNMENT_ACTIONS_V2 ,
-
View: PAY_EMP_PAYMENT_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMP_PAYMENT_ACTION_INFO_V, object_name:PAY_EMP_PAYMENT_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMP_PAYMENT_ACTION_INFO_V ,
-
View: PAY_EMP_PAYMENT_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMP_PAYMENT_ACTION_INFO_V, object_name:PAY_EMP_PAYMENT_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMP_PAYMENT_ACTION_INFO_V ,
-
View: PAY_EMEA_TAX_DET_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMEA_TAX_DET_ACTION_INFO_V, object_name:PAY_EMEA_TAX_DET_ACTION_INFO_V, status:VALID, product: PAY - Payroll , description: Used to support online payslip , implementation_dba_data: APPS.PAY_EMEA_TAX_DET_ACTION_INFO_V ,
-
View: PAY_US_LOCALITY_W2C_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCALITY_W2C_V, object_name:PAY_US_LOCALITY_W2C_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCALITY_W2C_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 ,
-
View: PAY_XLA_PAYMENT_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_PAYMENT_COSTS_V, object_name:PAY_XLA_PAYMENT_COSTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_PAYMENT_COSTS_V ,
-
View: PAY_XLA_PAYMENT_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_PAYMENT_COSTS_V, object_name:PAY_XLA_PAYMENT_COSTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_PAYMENT_COSTS_V ,
-
View: PAY_XLA_COST_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_COST_ACTIONS_V, object_name:PAY_XLA_COST_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_COST_ACTIONS_V ,
-
View: PAY_ASSIGNMENT_ACTIONS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASSIGNMENT_ACTIONS_V2, object_name:PAY_ASSIGNMENT_ACTIONS_V2, status:VALID, product: PAY - Payroll , description: View for the UK Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_ASSIGNMENT_ACTIONS_V2 ,
-
View: PAY_GB_ASSIGNMENT_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_ASSIGNMENT_ACTIONS_V, object_name:PAY_GB_ASSIGNMENT_ACTIONS_V, status:VALID, product: PAY - Payroll , description: View for the UK Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_GB_ASSIGNMENT_ACTIONS_V ,
-
View: PAY_GB_ASSIGNMENT_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_ASSIGNMENT_ACTIONS_V, object_name:PAY_GB_ASSIGNMENT_ACTIONS_V, status:VALID, product: PAY - Payroll , description: View for the UK Pay Advice Report based on the PAY_ASSIGNMENT_ACTIONS table. , implementation_dba_data: APPS.PAY_GB_ASSIGNMENT_ACTIONS_V ,
-
View: PAY_JP_PRE_ITAX_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_ITAX_V1, object_name:PAY_JP_PRE_ITAX_V1, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of PAYJPITT, PAYJPITW and PAYJPPRS and valueset. , implementation_dba_data: APPS.PAY_JP_PRE_ITAX_V1 ,
-
View: PAY_EMP_OTHERS_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMP_OTHERS_ACTION_INFO_V, object_name:PAY_EMP_OTHERS_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMP_OTHERS_ACTION_INFO_V ,
-
View: PAY_US_LOCALITY_W2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCALITY_W2_V, object_name:PAY_US_LOCALITY_W2_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCALITY_W2_V ,
-
View: PAY_IN_ARCH_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IN_ARCH_ACTIONS_V, object_name:PAY_IN_ARCH_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_IN_ARCH_ACTIONS_V ,