Search Results pay_element_links_f
Overview
The PAY_ELEMENT_LINKS_F table is a core data structure within the Oracle E-Business Suite Payroll module (PAY). It serves as the master repository for defining eligibility rules for element types. An element link establishes the specific conditions under which a payroll element, such as an earnings or deduction, becomes available for assignment to an employee. This table is date-effective, as indicated by the '_F' suffix and the EFFECTIVE_START_DATE and EFFECTIVE_END_DATE columns, allowing eligibility rules to be maintained and tracked over time. Its primary role is to control the population of the PAY_ELEMENT_ENTRIES_F table, ensuring that only eligible elements can be entered for an employee.
Key Information Stored
The table stores the criteria that determine element eligibility. Its primary key is a composite of ELEMENT_LINK_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE. The ELEMENT_LINK_ID uniquely identifies a specific link instance. Crucially, the table contains numerous foreign key columns that define the link's scope. These include BUSINESS_GROUP_ID, ORGANIZATION_ID, JOB_ID, POSITION_ID, GRADE_ID, LOCATION_ID, PEOPLE_GROUP_ID, and PAY_BASIS_ID. By populating these columns, a link can be restricted to specific organizational units, jobs, grades, or other assignment attributes. The ELEMENT_SET_ID allows for linking to a predefined group of elements. The COST_ALLOCATION_KEYFLEX_ID and BALANCING_KEYFLEX_ID columns store default accounting flexfield structures for costing and balancing purposes associated with the element link.
Common Use Cases and Queries
A primary use case is auditing and reporting on element eligibility. System administrators often query this table to understand why an element is or is not available for a given employee. A common diagnostic query involves joining to PER_ALL_ASSIGNMENTS_F to check an employee's assignment attributes against the criteria of a specific element link. For implementation support, a frequent task is to identify all links for a particular element type to review or modify their eligibility rules. Sample SQL to retrieve active links for a specific element type would be:
- SELECT pel.element_link_id, pel.effective_start_date, pel.effective_end_date, pel.organization_id, pel.job_id
- FROM pay_element_links_f pel
- WHERE pel.element_type_id = &element_type_id
- AND SYSDATE BETWEEN pel.effective_start_date AND pel.effective_end_date;
Another critical use case is during payroll processing, where the engine references this table to validate element entries and apply the correct default costing rules.
Related Objects
PAY_ELEMENT_LINKS_F has extensive relationships with other key HR and Payroll tables. It is centrally linked to PAY_ELEMENT_TYPES_F via the ELEMENT_TYPE_ID. The table references numerous dimension tables to define its eligibility criteria, including PER_JOBS, PER_ALL_POSITIONS, PER_GRADES, HR_ALL_ORGANIZATION_UNITS, HR_LOCATIONS_ALL, and PAY_PEOPLE_GROUPS. It also links to PAY_ELEMENT_SETS and PER_PAY_BASES. For costing, it references PAY_COST_ALLOCATION_KEYFLEX. The most direct dependent object is PAY_ELEMENT_ENTRIES_F, as entries are created based on valid links. Key APIs, such as those in the PAY_ELEMENT_LINK_API package, provide the programmatic interface for creating and maintaining records in this table.
-
Table: PAY_ELEMENT_LINKS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_LINKS_F, object_name:PAY_ELEMENT_LINKS_F, status:VALID, product: PAY - Payroll , description: Eligibility rules for an element type. , implementation_dba_data: HR.PAY_ELEMENT_LINKS_F ,
-
Table: PAY_ELEMENT_LINKS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_LINKS_F, object_name:PAY_ELEMENT_LINKS_F, status:VALID, product: PAY - Payroll , description: Eligibility rules for an element type. , implementation_dba_data: HR.PAY_ELEMENT_LINKS_F ,
-
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: PAYBV_ELEMENT_LINK_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_ELEMENT_LINK_DETAIL_V, object_name:PAYBV_ELEMENT_LINK_DETAIL_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_ELEMENT_LINK_DETAIL_V ,
-
View: PAYBV_ELEMENT_LINK_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_ELEMENT_LINK_DETAIL_V, object_name:PAYBV_ELEMENT_LINK_DETAIL_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_ELEMENT_LINK_DETAIL_V ,
-
Table: PAY_ASSIGNMENT_LINK_USAGES_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ASSIGNMENT_LINK_USAGES_F, object_name:PAY_ASSIGNMENT_LINK_USAGES_F, status:VALID, product: PAY - Payroll , description: Intersection between PAY_ELEMENT_LINKS_F and PER_ALL_ASSIGNMENTS_F. , implementation_dba_data: HR.PAY_ASSIGNMENT_LINK_USAGES_F ,
-
Table: PAY_ASSIGNMENT_LINK_USAGES_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ASSIGNMENT_LINK_USAGES_F, object_name:PAY_ASSIGNMENT_LINK_USAGES_F, status:VALID, product: PAY - Payroll , description: Intersection between PAY_ELEMENT_LINKS_F and PER_ALL_ASSIGNMENTS_F. , implementation_dba_data: HR.PAY_ASSIGNMENT_LINK_USAGES_F ,
-
Table: PAY_PEOPLE_GROUPS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PEOPLE_GROUPS, object_name:PAY_PEOPLE_GROUPS, status:VALID, product: PAY - Payroll , description: People group flexfield information. , implementation_dba_data: HR.PAY_PEOPLE_GROUPS ,
-
Table: PAY_PEOPLE_GROUPS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PEOPLE_GROUPS, object_name:PAY_PEOPLE_GROUPS, status:VALID, product: PAY - Payroll , description: People group flexfield information. , implementation_dba_data: HR.PAY_PEOPLE_GROUPS ,
-
Table: PAY_ELEMENT_SETS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_SETS, object_name:PAY_ELEMENT_SETS, status:VALID, product: PAY - Payroll , description: Groups elements to restrict payroll runs, customize windows, or as a distribution set for costs. , implementation_dba_data: HR.PAY_ELEMENT_SETS ,
-
Table: PAY_ELEMENT_SETS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_SETS, object_name:PAY_ELEMENT_SETS, status:VALID, product: PAY - Payroll , description: Groups elements to restrict payroll runs, customize windows, or as a distribution set for costs. , implementation_dba_data: HR.PAY_ELEMENT_SETS ,
-
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 ,
-
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 ,
-
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.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_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_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_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_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_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_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_KR_ASG_LEAVE_BALANCES_V
12.2.2
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.2.2
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_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_ELEMENT_LINKS_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_LINKS_D, object_name:PAY_ELEMENT_LINKS_D, status:VALID, product: PAY - Payroll , description: Used by DateTrack History , implementation_dba_data: APPS.PAY_ELEMENT_LINKS_D ,
-
View: PAY_ELEMENT_LINKS_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_LINKS_D, object_name:PAY_ELEMENT_LINKS_D, status:VALID, product: PAY - Payroll , description: Used by DateTrack History , implementation_dba_data: APPS.PAY_ELEMENT_LINKS_D ,
-
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_ELEMENT_LINKS_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_LINKS_X, object_name:PAY_ELEMENT_LINKS_X, status:VALID, product: PAY - Payroll , description: Date-effective view. , implementation_dba_data: APPS.PAY_ELEMENT_LINKS_X ,
-
View: PAY_ELEMENT_LINKS_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_LINKS_X, object_name:PAY_ELEMENT_LINKS_X, status:VALID, product: PAY - Payroll , description: Date-effective view. , implementation_dba_data: APPS.PAY_ELEMENT_LINKS_X ,
-
View: PAY_PAYWSMEE_ADJUSTMENT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYWSMEE_ADJUSTMENT, object_name:PAY_PAYWSMEE_ADJUSTMENT, status:VALID, product: PAY - Payroll , description: List of element entries that are an adjustment of another element entry. , implementation_dba_data: APPS.PAY_PAYWSMEE_ADJUSTMENT ,
-
View: PAY_PAYWSMEE_ADJUSTMENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYWSMEE_ADJUSTMENT, object_name:PAY_PAYWSMEE_ADJUSTMENT, status:VALID, product: PAY - Payroll , description: List of element entries that are an adjustment of another element entry. , implementation_dba_data: APPS.PAY_PAYWSMEE_ADJUSTMENT ,
-
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_ELEMENT_LINKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_LINKS, object_name:PAY_ELEMENT_LINKS, status:VALID, product: PAY - Payroll , description: Date-effective view. , implementation_dba_data: APPS.PAY_ELEMENT_LINKS ,
-
View: PAY_ELEMENT_LINKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_LINKS, object_name:PAY_ELEMENT_LINKS, status:VALID, product: PAY - Payroll , description: Date-effective view. , implementation_dba_data: APPS.PAY_ELEMENT_LINKS ,
-
View: PAY_IN_FORM_24Q_WEB_ADI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IN_FORM_24Q_WEB_ADI_V, object_name:PAY_IN_FORM_24Q_WEB_ADI_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_IN_FORM_24Q_WEB_ADI_V ,
-
View: PAY_IN_FORM_24Q_WEB_ADI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IN_FORM_24Q_WEB_ADI_V, object_name:PAY_IN_FORM_24Q_WEB_ADI_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_IN_FORM_24Q_WEB_ADI_V ,
-
View: PAY_PAYWSMEE_OVERRIDES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYWSMEE_OVERRIDES, object_name:PAY_PAYWSMEE_OVERRIDES, status:VALID, product: PAY - Payroll , description: List of element entries that override other element entries within a payroll period. , implementation_dba_data: APPS.PAY_PAYWSMEE_OVERRIDES ,
-
View: PAY_KR_HI_PREM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_HI_PREM_V, object_name:PAY_KR_HI_PREM_V, status:VALID, product: PAY - Payroll , description: This view returns entry value of 'Health Ins Prem' element based on assignment_id and session_date. , implementation_dba_data: APPS.PAY_KR_HI_PREM_V ,
-
View: PAY_PAYWSMEE_OVERRIDES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYWSMEE_OVERRIDES, object_name:PAY_PAYWSMEE_OVERRIDES, status:VALID, product: PAY - Payroll , description: List of element entries that override other element entries within a payroll period. , implementation_dba_data: APPS.PAY_PAYWSMEE_OVERRIDES ,
-
View: PAY_KR_HI_PREM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_HI_PREM_V, object_name:PAY_KR_HI_PREM_V, status:VALID, product: PAY - Payroll , description: This view returns entry value of 'Health Ins Prem' element based on assignment_id and session_date. , implementation_dba_data: APPS.PAY_KR_HI_PREM_V ,