Search Results pay_action_contexts
Overview
The PAY_ACTION_CONTEXTS table is a core data object within the Oracle E-Business Suite Payroll module (PAY). It functions as a repository for assignment action contexts, which are critical for linking specific payroll processing actions to the contextual data required for their execution. This table acts as a junction, associating a payroll assignment action with the specific context values (such as a time period, legislative group, or other processing parameter) that define the scope and rules for that action. Its role is essential for ensuring payroll calculations and processes are performed with the correct legislative and business rules in a given context.
Key Information Stored
The table's primary key is a composite of four columns, indicating the granularity of the data stored. The key columns are ASSIGNMENT_ACTION_ID, CONTEXT_VALUE, CONTEXT_ID, and ASSIGNMENT_ID. The ASSIGNMENT_ACTION_ID links to a specific payroll process run for an assignment. The CONTEXT_ID is a foreign key to FF_CONTEXTS, which defines the type of context (e.g., 'PAYROLL', 'TAX UNIT', 'DATE_EARNED'). The CONTEXT_VALUE holds the actual data for that context type, such as a specific payroll ID or a date. The ASSIGNMENT_ID provides a direct reference to the employee assignment. Together, these columns store the complete set of contextual parameters that qualify a payroll assignment action.
Common Use Cases and Queries
A primary use case is auditing or troubleshooting payroll runs to understand the exact context under which elements were calculated. For example, to retrieve all context information for a specific assignment action, a developer or analyst might use a query joining to FF_CONTEXTS for descriptive context names. Another common scenario is in the development of custom payroll reports or integrations, where extracting data for a specific payroll period or tax unit requires filtering via this table. A sample SQL pattern to find contexts for a processed assignment action would be:
- SELECT pac.assignment_action_id, fc.context_name, pac.context_value
- FROM pay_action_contexts pac, ff_contexts fc
- WHERE pac.context_id = fc.context_id
- AND pac.assignment_action_id = :p_assact_id;
Related Objects
PAY_ACTION_CONTEXTS has documented foreign key relationships with two key tables in the HR/Payroll schema, as per the provided metadata. It references the PAY_ASSIGNMENT_ACTIONS table via the ASSIGNMENT_ACTION_ID column. This is the primary parent relationship, as every context record must be associated with a specific payroll processing action. Secondly, it references the FF_CONTEXTS table via the CONTEXT_ID column. This relationship provides the definition and meaning (the "what") for the stored CONTEXT_VALUE (the "data"). These relationships are fundamental for any join query involving payroll action contexts.
-
Table: PAY_ACTION_CONTEXTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ACTION_CONTEXTS, object_name:PAY_ACTION_CONTEXTS, status:VALID, product: PAY - Payroll , description: Assignment Action Contexts. , implementation_dba_data: HR.PAY_ACTION_CONTEXTS ,
-
Table: PAY_ACTION_CONTEXTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ACTION_CONTEXTS, object_name:PAY_ACTION_CONTEXTS, status:VALID, product: PAY - Payroll , description: Assignment Action Contexts. , implementation_dba_data: HR.PAY_ACTION_CONTEXTS ,
-
View: PAY_BALANCE_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCE_VALUES_V, object_name:PAY_BALANCE_VALUES_V, status:VALID, product: PAY - Payroll , description: sales ADS DISCO workbook req , implementation_dba_data: APPS.PAY_BALANCE_VALUES_V ,
-
View: PAY_BALANCE_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCE_VALUES_V, object_name:PAY_BALANCE_VALUES_V, status:VALID, product: PAY - Payroll , description: sales ADS DISCO workbook req , implementation_dba_data: APPS.PAY_BALANCE_VALUES_V ,
-
View: PAYBV_ACTION_CONTEXT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_ACTION_CONTEXT, object_name:PAYBV_ACTION_CONTEXT, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_ACTION_CONTEXT ,
-
View: PAYBV_ACTION_CONTEXT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_ACTION_CONTEXT, object_name:PAYBV_ACTION_CONTEXT, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_ACTION_CONTEXT ,
-
View: PAY_IE_BALANCE_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_BALANCE_VALUES_V, object_name:PAY_IE_BALANCE_VALUES_V, status:VALID, product: PAY - Payroll , description: Used for displaying Balance values in IE SOE Form , implementation_dba_data: APPS.PAY_IE_BALANCE_VALUES_V ,
-
View: PAY_IE_BALANCE_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_BALANCE_VALUES_V, object_name:PAY_IE_BALANCE_VALUES_V, status:VALID, product: PAY - Payroll , description: Used for displaying Balance values in IE SOE Form , implementation_dba_data: APPS.PAY_IE_BALANCE_VALUES_V ,
-
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 ,
-
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 ,
-
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 ,
-
View: PAY_HK_IR56_QUARTERS_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_IR56_QUARTERS_ACTIONS_V, object_name:PAY_HK_IR56_QUARTERS_ACTIONS_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_IR56_QUARTERS_ACTIONS_V ,
-
View: PAY_HK_IR56_QUARTERS_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_IR56_QUARTERS_ACTIONS_V, object_name:PAY_HK_IR56_QUARTERS_ACTIONS_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_IR56_QUARTERS_ACTIONS_V ,
-
View: PAY_SG_BALANCES_BY_DATE_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_BALANCES_BY_DATE_V2, object_name:PAY_SG_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_BALANCES_BY_DATE_V2 ,
-
View: PAY_PAYGBBAL_VALUES_V
12.2.2
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 ,
-
View: PAY_SG_BALANCES_BY_DATE_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_BALANCES_BY_DATE_V2, object_name:PAY_SG_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_BALANCES_BY_DATE_V2 ,
-
View: PAY_CA_WCB_GRP_LEVEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_WCB_GRP_LEVEL_V, object_name:PAY_CA_WCB_GRP_LEVEL_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_WCB_GRP_LEVEL_V ,
-
View: PAY_CA_WCB_GRP_LEVEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_WCB_GRP_LEVEL_V, object_name:PAY_CA_WCB_GRP_LEVEL_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_WCB_GRP_LEVEL_V ,
-
View: PAY_CA_PMED_WCB_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PMED_WCB_BALANCES_V, object_name:PAY_CA_PMED_WCB_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PMED_WCB_BALANCES_V ,
-
View: PAY_CA_PMED_WCB_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PMED_WCB_BALANCES_V, object_name:PAY_CA_PMED_WCB_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PMED_WCB_BALANCES_V ,
-
View: PAY_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCES_V, object_name:PAY_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_BALANCES_V ,
-
View: PAY_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCES_V, object_name:PAY_BALANCES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_BALANCES_V ,
-
View: PAY_HK_BALANCES_BY_DATE_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_BALANCES_BY_DATE_V2, object_name:PAY_HK_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_BALANCES_BY_DATE_V2 ,
-
View: PAY_HK_BALANCES_BY_DATE_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_BALANCES_BY_DATE_V2, object_name:PAY_HK_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_BALANCES_BY_DATE_V2 ,
-
View: PAY_JP_PAYJPBAL_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PAYJPBAL_VALUES_V, object_name:PAY_JP_PAYJPBAL_VALUES_V, status:VALID, product: PAY - Payroll , description: This is a balance view. This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_PAYJPBAL_VALUES_V ,
-
View: PAY_JP_PAYJPBAL_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PAYJPBAL_VALUES_V, object_name:PAY_JP_PAYJPBAL_VALUES_V, status:VALID, product: PAY - Payroll , description: This is a balance view. This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_PAYJPBAL_VALUES_V ,
-
View: PAY_SG_PAYSGNSL_BAL_BY_DATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_PAYSGNSL_BAL_BY_DATE_V, object_name:PAY_SG_PAYSGNSL_BAL_BY_DATE_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_PAYSGNSL_BAL_BY_DATE_V ,
-
View: PAY_SG_PAYSGNSL_BAL_BY_DATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_PAYSGNSL_BAL_BY_DATE_V, object_name:PAY_SG_PAYSGNSL_BAL_BY_DATE_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_PAYSGNSL_BAL_BY_DATE_V ,
-
View: PAY_JP_PAYJPDMW_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PAYJPDMW_VALUES_V, object_name:PAY_JP_PAYJPDMW_VALUES_V, status:VALID, product: PAY - Payroll , description: This is a balance view. This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_PAYJPDMW_VALUES_V ,
-
View: PAY_JP_PAYJPDMW_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PAYJPDMW_VALUES_V, object_name:PAY_JP_PAYJPDMW_VALUES_V, status:VALID, product: PAY - Payroll , description: This is a balance view. This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_PAYJPDMW_VALUES_V ,