Search Results pay_element_entries_f
Overview
The PAY_ELEMENT_ENTRIES_F table is a core data object within the Oracle E-Business Suite Payroll module (PAY). It functions as the master repository for all recurring and non-recurring element entries linked to employee assignments. An element entry represents the specific instance of a compensation or deduction element, such as a salary, bonus, or tax withholding, assigned to an employee. This table is date-tracked, as indicated by the "_F" suffix and the EFFECTIVE_START_DATE and EFFECTIVE_END_DATE columns, enabling the maintenance of a complete history of entry changes over time. Its primary role is to store the definitive list of active and historical earnings and deductions that are processed during payroll calculations, making it fundamental to the payroll engine's operation.
Key Information Stored
The table's structure is designed to manage the lifecycle and context of each element entry. The primary key is a composite of ELEMENT_ENTRY_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE, ensuring unique identification of each entry version. The ELEMENT_ENTRY_ID itself uniquely identifies the entry across all its date-effective versions. Critical foreign key columns establish essential relationships: the ASSIGNMENT_ID links the entry to a specific employee assignment in PER_ALL_ASSIGNMENTS_F, and the ELEMENT_LINK_ID connects it to the specific element and its eligibility rules defined in PAY_ELEMENT_LINKS_F. Other significant columns include the ENTRY_TYPE (e.g., 'E' for standard entry), the COST_ALLOCATION_KEYFLEX_ID for assigning costs, and the UPDATING_ACTION_ID, which tracks the payroll run or process that last modified the entry.
Common Use Cases and Queries
This table is central to payroll reporting, auditing, and data validation. Common use cases include generating a report of all element entries for an employee to verify compensation setup, auditing changes to specific entries over time, and identifying entries with certain characteristics (e.g., all entries of a particular element type) for mass updates or corrections. A typical query to retrieve current active entries for an assignment would join to PER_ALL_ASSIGNMENTS_F and PAY_ELEMENT_LINKS_F, filtering on SYSDATE between the effective dates.
SELECT pee.element_entry_id,
pee.assignment_id,
pel.element_type_id,
pee.effective_start_date,
pee.effective_end_date
FROM pay_element_entries_f pee,
pay_element_links_f pel
WHERE pee.assignment_id = :p_assignment_id
AND SYSDATE BETWEEN pee.effective_start_date AND pee.effective_end_date
AND pee.element_link_id = pel.element_link_id
AND SYSDATE BETWEEN pel.effective_start_date AND pel.effective_end_date;
Related Objects
PAY_ELEMENT_ENTRIES_F has integral relationships with several other key payroll tables, as indicated by its foreign key constraints. It is a primary child table of PAY_ASSIGNMENT_ACTIONS via the UPDATING_ACTION_ID column, linking each entry modification to a specific payroll calculation action. It also references PAY_COST_ALLOCATION_KEYFLEX through COST_ALLOCATION_KEYFLEX_ID for accounting cost distribution. Crucially, it is joined to PAY_ELEMENT_LINKS_F (on ELEMENT_LINK_ID) to retrieve the element type and rules, and to PER_ALL_ASSIGNMENTS_F (on ASSIGNMENT_ID) to get employee and assignment details. For processing, it feeds into tables like PAY_RUN_RESULTS which store the calculated values for each entry per payroll run.
-
Table: PAY_ELEMENT_ENTRIES_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_ENTRIES_F, object_name:PAY_ELEMENT_ENTRIES_F, status:VALID, product: PAY - Payroll , description: Element entry list for each assignment. , implementation_dba_data: HR.PAY_ELEMENT_ENTRIES_F ,
-
Table: PAY_ELEMENT_ENTRIES_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_ENTRIES_F, object_name:PAY_ELEMENT_ENTRIES_F, status:VALID, product: PAY - Payroll , description: Element entry list for each assignment. , implementation_dba_data: HR.PAY_ELEMENT_ENTRIES_F ,
-
View: PAY_GROSSUP_BAL_EXCL_V4
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GROSSUP_BAL_EXCL_V4, object_name:PAY_GROSSUP_BAL_EXCL_V4, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GROSSUP_BAL_EXCL_V4 ,
-
View: PAY_GROSSUP_BAL_EXCL_V4
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GROSSUP_BAL_EXCL_V4, object_name:PAY_GROSSUP_BAL_EXCL_V4, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GROSSUP_BAL_EXCL_V4 ,
-
View: PAY_GB_PEOPLE_SOE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_PEOPLE_SOE_V, object_name:PAY_GB_PEOPLE_SOE_V, status:VALID, product: PAY - Payroll , description: Used to support People section on the PUI SOE , implementation_dba_data: APPS.PAY_GB_PEOPLE_SOE_V ,
-
View: PAY_NZ_ASG_LEAVE_TAKEN_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_LEAVE_TAKEN_V2, object_name:PAY_NZ_ASG_LEAVE_TAKEN_V2, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_NZ_ASG_LEAVE_TAKEN_V2 ,
-
View: PAY_NZ_ASG_LEAVE_TAKEN_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_LEAVE_TAKEN_V2, object_name:PAY_NZ_ASG_LEAVE_TAKEN_V2, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_NZ_ASG_LEAVE_TAKEN_V2 ,
-
View: PAY_GB_PEOPLE_SOE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_PEOPLE_SOE_V, object_name:PAY_GB_PEOPLE_SOE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_PEOPLE_SOE_V ,
-
View: PAY_JP_UI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_UI_V, object_name:PAY_JP_UI_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of Unemployment Insurance Check List(PAYJPRUI) , implementation_dba_data: APPS.PAY_JP_UI_V ,
-
View: PAY_JP_UI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_UI_V, object_name:PAY_JP_UI_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of Unemployment Insurance Check List(PAYJPRUI) , implementation_dba_data: APPS.PAY_JP_UI_V ,
-
View: PAY_BALANCE_ADJUSTMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCE_ADJUSTMENTS_V, object_name:PAY_BALANCE_ADJUSTMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_BALANCE_ADJUSTMENTS_V ,
-
View: PAY_BALANCE_ADJUSTMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCE_ADJUSTMENTS_V, object_name:PAY_BALANCE_ADJUSTMENTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_BALANCE_ADJUSTMENTS_V ,
-
View: PAY_GB_COURT_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_COURT_ORDERS_V, object_name:PAY_GB_COURT_ORDERS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_COURT_ORDERS_V ,
-
View: PAY_GB_COURT_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_COURT_ORDERS_V, object_name:PAY_GB_COURT_ORDERS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_COURT_ORDERS_V ,
-
Table: PAY_COST_ALLOCATION_KEYFLEX
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_COST_ALLOCATION_KEYFLEX, object_name:PAY_COST_ALLOCATION_KEYFLEX, status:VALID, product: PAY - Payroll , description: Cost Allocation key flexfield combinations table. , implementation_dba_data: HR.PAY_COST_ALLOCATION_KEYFLEX ,
-
Table: PAY_COST_ALLOCATION_KEYFLEX
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_COST_ALLOCATION_KEYFLEX, object_name:PAY_COST_ALLOCATION_KEYFLEX, status:VALID, product: PAY - Payroll , description: Cost Allocation key flexfield combinations table. , implementation_dba_data: HR.PAY_COST_ALLOCATION_KEYFLEX ,
-
View: PAY_LIST_ELEMENT_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_LIST_ELEMENT_ENTRIES_V, object_name:PAY_LIST_ELEMENT_ENTRIES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_LIST_ELEMENT_ENTRIES_V ,
-
View: PAY_LIST_ELEMENT_ENTRIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_LIST_ELEMENT_ENTRIES_V, object_name:PAY_LIST_ELEMENT_ENTRIES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_LIST_ELEMENT_ENTRIES_V ,
-
View: PAY_SG_LEAVE_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_LEAVE_BALANCES_V, object_name:PAY_SG_LEAVE_BALANCES_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_LEAVE_BALANCES_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_SG_LEAVE_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_LEAVE_BALANCES_V, object_name:PAY_SG_LEAVE_BALANCES_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_LEAVE_BALANCES_V ,
-
View: PAY_AU_ASG_LEAVE_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_LEAVE_BALANCES_V, object_name:PAY_AU_ASG_LEAVE_BALANCES_V, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_LEAVE_BALANCES_V ,
-
View: PAY_AU_ASG_LEAVE_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_LEAVE_BALANCES_V, object_name:PAY_AU_ASG_LEAVE_BALANCES_V, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_LEAVE_BALANCES_V ,
-
View: PAY_FR_NET_CALC_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_FR_NET_CALC_RULES_V, object_name:PAY_FR_NET_CALC_RULES_V, status:VALID, product: PAY - Payroll , description: This View is Used in the View Accruals Form for displaying French Specific details , implementation_dba_data: APPS.PAY_FR_NET_CALC_RULES_V ,
-
View: PAY_NZ_ASG_LEAVE_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_LEAVE_BALANCES_V, object_name:PAY_NZ_ASG_LEAVE_BALANCES_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_ASG_LEAVE_BALANCES_V ,
-
View: PAY_AU_ASG_LEAVE_TAKEN_V5
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_LEAVE_TAKEN_V5, object_name:PAY_AU_ASG_LEAVE_TAKEN_V5, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_LEAVE_TAKEN_V5 ,
-
View: PAY_FR_NET_CALC_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_FR_NET_CALC_RULES_V, object_name:PAY_FR_NET_CALC_RULES_V, status:VALID, product: PAY - Payroll , description: This View is Used in the View Accruals Form for displaying French Specific details , implementation_dba_data: APPS.PAY_FR_NET_CALC_RULES_V ,
-
View: PAY_HK_ASG_LEAVE_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_ASG_LEAVE_BALANCES_V, object_name:PAY_HK_ASG_LEAVE_BALANCES_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_ASG_LEAVE_BALANCES_V ,
-
View: PAY_NZ_ASG_LEAVE_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_LEAVE_BALANCES_V, object_name:PAY_NZ_ASG_LEAVE_BALANCES_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_ASG_LEAVE_BALANCES_V ,
-
View: PAY_HK_ASG_LEAVE_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_ASG_LEAVE_BALANCES_V, object_name:PAY_HK_ASG_LEAVE_BALANCES_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_ASG_LEAVE_BALANCES_V ,
-
View: PAY_AU_ASG_LEAVE_TAKEN_V5
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_LEAVE_TAKEN_V5, object_name:PAY_AU_ASG_LEAVE_TAKEN_V5, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_LEAVE_TAKEN_V5 ,
-
View: PAY_GB_TAX_CREDITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_TAX_CREDITS_V, object_name:PAY_GB_TAX_CREDITS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_TAX_CREDITS_V ,
-
View: PAY_JP_GEPPEN_SANTEI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_GEPPEN_SANTEI_V, object_name:PAY_JP_GEPPEN_SANTEI_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of GEPPEN SANTEI. , implementation_dba_data: APPS.PAY_JP_GEPPEN_SANTEI_V ,
-
View: PAY_JP_GEPPEN_SANTEI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_GEPPEN_SANTEI_V, object_name:PAY_JP_GEPPEN_SANTEI_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of GEPPEN SANTEI. , implementation_dba_data: APPS.PAY_JP_GEPPEN_SANTEI_V ,
-
View: PAY_VIEW_ACCRUAL_PLANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_VIEW_ACCRUAL_PLANS_V, object_name:PAY_VIEW_ACCRUAL_PLANS_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_VIEW_ACCRUAL_PLANS_V ,
-
View: PAY_ELEMENT_ENTRY_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_ENTRY_VALUES_V, object_name:PAY_ELEMENT_ENTRY_VALUES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_ELEMENT_ENTRY_VALUES_V ,
-
View: PAY_VIEW_ACCRUAL_PLANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_VIEW_ACCRUAL_PLANS_V, object_name:PAY_VIEW_ACCRUAL_PLANS_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_VIEW_ACCRUAL_PLANS_V ,
-
View: PAY_GB_TAX_CREDITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_TAX_CREDITS_V, object_name:PAY_GB_TAX_CREDITS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_TAX_CREDITS_V ,
-
View: PAY_ELEMENT_ENTRY_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_ENTRY_VALUES_V, object_name:PAY_ELEMENT_ENTRY_VALUES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_ELEMENT_ENTRY_VALUES_V ,
-
View: PAY_PAYAUTAX_SPR_ENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYAUTAX_SPR_ENT_V PER.PAY_PAYAUTAX_SPR_ENT_V, object_name:PAY_PAYAUTAX_SPR_ENT_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PAYAUTAX_SPR_ENT_V ,
-
View: PAY_PAYAUTAX_SPR_ENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYAUTAX_SPR_ENT_V PER.PAY_PAYAUTAX_SPR_ENT_V, object_name:PAY_PAYAUTAX_SPR_ENT_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PAYAUTAX_SPR_ENT_V ,
-
View: PAY_KR_SEP_RESULT_TAX_PREV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_TAX_PREV_V, object_name:PAY_KR_SEP_RESULT_TAX_PREV_V, status:VALID, product: PAY - Payroll , description: This view returns Result for Previous Employer of Separation Pay Tax based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_TAX_PREV_V ,
-
View: PAY_JP_SOE_ADV_RET_SASSACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_ADV_RET_SASSACTS_V, object_name:PAY_JP_SOE_ADV_RET_SASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_ADV_RET_SASSACTS_V ,
-
View: PAY_LEE_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_LEE_VALUES_V, object_name:PAY_LEE_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_LEE_VALUES_V ,
-
View: PAY_KR_ASG_LEAVE_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_ASG_LEAVE_BALANCES_V, object_name:PAY_KR_ASG_LEAVE_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_ASG_LEAVE_BALANCES_V ,
-
View: PAY_ELEMENT_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_ENTRIES_V, object_name:PAY_ELEMENT_ENTRIES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_ELEMENT_ENTRIES_V ,
-
View: PAY_LEE_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_LEE_VALUES_V, object_name:PAY_LEE_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_LEE_VALUES_V ,
-
View: PAY_KR_SEP_RESULT_TAX_PREV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_TAX_PREV_V, object_name:PAY_KR_SEP_RESULT_TAX_PREV_V, status:VALID, product: PAY - Payroll , description: This view returns Result for Previous Employer of Separation Pay Tax based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_TAX_PREV_V ,
-
View: PAY_JP_SOE_ADV_RET_SASSACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_ADV_RET_SASSACTS_V, object_name:PAY_JP_SOE_ADV_RET_SASSACTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_ADV_RET_SASSACTS_V ,