Search Results pay_link_input_values_f
Overview
PAY_LINK_INPUT_VALUES_F is a datetracked (effective-dated) table owned by the HR schema within the Payroll (PAY) product module of Oracle E-Business Suite. It stores input value overrides that apply to a specific element link. In Oracle Payroll, an element is a compensation or deduction component, and an element link determines which employees are eligible to receive that element and how it is processed. When a link requires that certain input values be constrained, defaulted, or overridden at the link level, those rules are persisted in this table. The "_F" suffix denotes the base datetrack table, which is consistently paired with a "_VL" or "_V" view that provides the developer-facing interface.
From a Data Vault modeling perspective, the heuristic classification derived from the foreign-key structure is standalone. This suggests the table behaves as a self-contained reference structure rather than participating in the classic hub-and-link topology; its identity is defined by its own surrogate key and business keys rather than by relationships to other hubs. Modelers should treat it as an independent datetracked entity that can be referenced by, or joined loosely to, the surrounding payroll configuration model.
Key Information Stored
The table contains 16 documented columns. The most significant are described below.
- LINK_INPUT_VALUE_ID — the surrogate primary key, defined by PAY_LINK_INPUT_VALUES_F_PK together with the effective dates.
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — the datetrack date range that governs when the override is valid. These are part of both the primary key and the business key.
- ELEMENT_LINK_ID — identifies the element link to which this input value override applies; this is a key join column to the element link definition.
- INPUT_VALUE_ID — identifies the specific input value definition being overridden for that link.
- COSTED_FLAG — indicates whether the input value is costed for this link.
- DEFAULT_VALUE — the value applied when no explicit value is supplied at runtime.
- MAX_VALUE / MIN_VALUE — the permitted numeric boundaries for the input value.
- WARNING_OR_ERROR — controls whether a boundary violation raises a warning or a hard error.
- OBJECT_VERSION_NUMBER — optimistic locking column used by the OAF/ADF framework to detect concurrent updates.
- Audit columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, and CREATION_DATE provide standard "who/when" tracking.
The second unique index, PAY_LINK_INPUT_VALUES_F_U50, on (ELEMENT_LINK_ID, INPUT_VALUE_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE), establishes the business-key candidate: for any given element link and input value, only one override may exist per effective date range.
Common Use Cases and Queries
Typical usage centers on validating and reporting the constraints applied to element links. A common query retrieves the active overrides for a given link as of a specific date:
- SELECT input_value_id, default_value, min_value, max_value, warning_or_error FROM pay_link_input_values_f WHERE element_link_id = :link_id AND TRUNC(SYSDATE) BETWEEN effective_start_date AND effective_end_date;
- Discovery of all constrained inputs for an element via joining to PAY_ELEMENT_LINKS_F on element_link_id.
- Audit reporting that lists default values and boundary rules that changed between two effective dates.
- Validation of timecard and element entry screens where DEFAULT_VALUE and MIN/MAX_VALUE drive user entry restrictions.
Consumers should generally query the corresponding _VL view to obtain the correct datetrack context and translated display values rather than the base table.
Related Objects
Because the table is classified as standalone, it has no explicit foreign keys in the supplied metadata, but it logically references and is referenced by the following:
- PAY_ELEMENT_LINKS_F — joined on ELEMENT_LINK_ID; the link whose overrides are stored here.
- PAY_INPUT_VALUES_F — joined on INPUT_VALUE_ID; defines the input value being overridden.
- PAY_LINK_INPUT_VALUES_F_VL — the developer-facing datetrack view over this base table.
- PAY_ELEMENT_LINKS_VL — provides the effective-dated view of the related link for reporting joins.
- PAY_INPUT_VALUES_VL — supplies descriptive context for the input value.
- PAY_ELEMENTS_F — reached transitively via the element link; useful for element-level reporting.
- PAY_ELEMENT_ENTRY_VALUES_F — stores actual entry values validated against the constraints defined here.
-
Table: PAY_LINK_INPUT_VALUES_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_LINK_INPUT_VALUES_F, object_name:PAY_LINK_INPUT_VALUES_F, status:VALID, product: PAY - Payroll , description: Input value overrides for a specific element link. , implementation_dba_data: HR.PAY_LINK_INPUT_VALUES_F ,
-
Table: PAY_LINK_INPUT_VALUES_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_LINK_INPUT_VALUES_F, object_name:PAY_LINK_INPUT_VALUES_F, status:VALID, product: PAY - Payroll , description: Input value overrides for a specific element link. , implementation_dba_data: HR.PAY_LINK_INPUT_VALUES_F ,
-
APPS.PAY_LINK_INPUT_VALUES_PKG SQL Statements
12.1.1
-
APPS.PAY_LINK_INPUT_VALUES_PKG SQL Statements
12.2.2
-
APPS.PAY_LIV_SHD SQL Statements
12.1.1
-
APPS.PAY_LIV_SHD SQL Statements
12.2.2
-
VIEW: HR.PAY_LINK_INPUT_VALUES_F#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_LINK_INPUT_VALUES_F#, status:VALID,
-
SYNONYM: PUBLIC.PAY_LINK_INPUT_VALUES_F
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PAY_LINK_INPUT_VALUES_F, status:VALID,
-
VIEW: APPS.PAY_LINK_INPUT_VALUES_X
12.2.2
-
TRIGGER: APPS.PAY_LINK_INPUT_VALUES_F_OVN
12.2.2
-
VIEW: APPS.PAY_LINK_INPUT_VALUES_X
12.1.1
-
VIEW: APPS.PAYBV_LINK_INPUT_VALUES_F_V
12.1.1
-
VIEW: APPS.PAYBV_LINK_INPUT_VALUES_F_V
12.2.2
-
TRIGGER: APPS.PAY_LINK_INPUT_VALUES_F_OVN
12.1.1
-
VIEW: APPS.PAY_LINK_INPUT_VALUES
12.1.1
-
VIEW: HR.PAY_LINK_INPUT_VALUES_F#
12.2.2
-
TABLE: HR.PAY_LINK_INPUT_VALUES_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_LINK_INPUT_VALUES_F, object_name:PAY_LINK_INPUT_VALUES_F, status:VALID,
-
APPS.PAY_PAYJPGMT_XMLP_PKG SQL Statements
12.1.1
-
VIEW: APPS.PAY_LINK_INPUT_VALUES
12.2.2
-
VIEW: APPS.PAY_KR_SEP_TAX_WO_ADDR_V
12.1.1
-
VIEW: APPS.PAY_KR_SEP_TAX_WO_ADDR_V
12.2.2
-
APPS.PAY_PAYJPSMT_XMLP_PKG SQL Statements
12.1.1
-
APPS.GHR_ELT_TO_BEN_PKG SQL Statements
12.2.2
-
TABLE: HR.PAY_LINK_INPUT_VALUES_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_LINK_INPUT_VALUES_F, object_name:PAY_LINK_INPUT_VALUES_F, status:VALID,
-
TRIGGER: APPS.PAYLINKINPUTVALUESF_46U_DYT
12.2.2
-
TRIGGER: APPS.PAYLINKINPUTVALUESF_46U_DYT
12.1.1
-
View: PAY_KR_SEP_TAX_WO_ADDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_TAX_WO_ADDR_V, object_name:PAY_KR_SEP_TAX_WO_ADDR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEP_TAX_WO_ADDR_V ,
-
APPS.PAY_LIV_INS SQL Statements
12.2.2
-
View: PAY_KR_SEP_TAX_WO_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_TAX_WO_ADDR_V, object_name:PAY_KR_SEP_TAX_WO_ADDR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_KR_SEP_TAX_WO_ADDR_V ,
-
APPS.PAY_LIV_INS SQL Statements
12.1.1
-
APPS.GHR_ELT_TO_BEN_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PAY_LINK_INPUT_VALUES_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_LINK_INPUT_VALUES_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_LIV_SHD
12.1.1
-
PACKAGE BODY: APPS.PAY_LIV_SHD
12.2.2
-
VIEW: APPS.PAY_LINK_INPUT_VALUES_D
12.1.1
-
Table: PAY_LINK_INPUT_VALUES_F_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_LINK_INPUT_VALUES_F_EFC, object_name:PAY_LINK_INPUT_VALUES_F_EFC, status:VALID, product: PAY - Payroll , description: This is a copy of the PAY_LINK_INPUT_VALUES_F table which is populated by the EFC (Euro as a Functional Currency) process. , implementation_dba_data: HR.PAY_LINK_INPUT_VALUES_F_EFC ,
-
APPS.PAY_PAYWSLEE_PKG SQL Statements
12.1.1
-
VIEW: APPS.PAY_LINK_INPUT_VALUES_D
12.2.2
-
Table: PAY_LINK_INPUT_VALUES_F_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_LINK_INPUT_VALUES_F_EFC, object_name:PAY_LINK_INPUT_VALUES_F_EFC, status:VALID, product: PAY - Payroll , description: This is a copy of the PAY_LINK_INPUT_VALUES_F table which is populated by the EFC (Euro as a Functional Currency) process. , implementation_dba_data: HR.PAY_LINK_INPUT_VALUES_F_EFC ,
-
SYNONYM: APPS.PAY_LINK_INPUT_VALUES_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_LINK_INPUT_VALUES_F, status:VALID,
-
VIEW: APPS.PAY_PAYWSMEE_OVERRIDES
12.1.1
-
VIEW: APPS.PAY_PAYWSMEE_OVERRIDES
12.2.2
-
SYNONYM: APPS.PAY_LINK_INPUT_VALUES_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_LINK_INPUT_VALUES_F, status:VALID,
-
View: PAY_LINK_INPUT_VALUES_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_LINK_INPUT_VALUES_X, object_name:PAY_LINK_INPUT_VALUES_X, status:VALID, product: PAY - Payroll , description: Date-effective view. , implementation_dba_data: APPS.PAY_LINK_INPUT_VALUES_X ,
-
TRIGGER: APPS.PAY_LINK_INPUT_VALUES_F_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PAY_LINK_INPUT_VALUES_F_WHO, status:VALID,
-
View: PAY_LINK_INPUT_VALUES_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_LINK_INPUT_VALUES_X, object_name:PAY_LINK_INPUT_VALUES_X, status:VALID, product: PAY - Payroll , description: Date-effective view. , implementation_dba_data: APPS.PAY_LINK_INPUT_VALUES_X ,
-
APPS.PAY_PAYWSLEE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PAY_PAYWIEEH_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_PAYWIEEH_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_PAYWIEEH_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_PAYWIEEH_PKG, status:VALID,