Search Results pqp_configuration_values
Overview
PQP_CONFIGURATION_VALUES is a configuration repository owned by the HR schema and validated in Oracle EBS 12.1.1 and 12.2.2. It belongs to the PQP product family, Public Sector Payroll, and its documented purpose is to store all generic configuration details, both seeded by Oracle and defined by the customer. Rather than maintaining a separate physical table for each configurable behavior, Public Sector Payroll consolidates these settings into this single table so that legislation-specific and business-group-specific rules can be resolved at runtime without code changes.
The table is exposed as HR.PQP_CONFIGURATION_VALUES with a primary key constraint named PQP_CONFIGURATION_VALUES_PK on CONFIGURATION_VALUE_ID. From a Data Vault modeling perspective, the metadata classifies this object as standalone (no foreign keys to parent tables). This classification is a heuristic suggestion: the table behaves as an independent reference or configuration reference set, and could be modeled as a hub-like or reference structure rather than as a dependent satellite, because its rows are not subordinate to another entity in the documented FK graph.
Key Information Stored
The physical schema documented for 12.2.2 contains 53 columns. The principal columns include:
- CONFIGURATION_VALUE_ID — surrogate primary key, generated value that uniquely identifies each configuration row.
- CONFIGURATION_NAME — the logical name that identifies which configuration setting the row represents.
- PCV_INFORMATION_CATEGORY — the functional grouping or information category under which the configuration values are organized.
- LEGISLATION_CODE — the legislation for which the configuration applies, allowing the same configuration name to carry different values per country.
- BUSINESS_GROUP_ID — the business group (enterprise) scope of the configuration record.
- ZD_EDITION_NAME — editioning / edition column supporting EBS 12.2 online patching, so configuration can be versioned across editions.
- PCV_ATTRIBUTE_CATEGORY and PCV_ATTRIBUTE1 through PCV_ATTRIBUTE20 — a standard descriptive-flexfield-style attribute block for user-defined configuration metadata.
- PCV_INFORMATION1 through PCV_INFORMATION20 — twenty generic information columns that hold the actual configuration payload values.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, and OBJECT_VERSION_NUMBER provide standard who/when auditing and optimistic locking.
The documented business-key candidate is the unique index PQP_CONFIGURATION_VALUES_UI1, composed of CONFIGURATION_VALUE_ID, LEGISLATION_CODE, BUSINESS_GROUP_ID, PCV_INFORMATION_CATEGORY, and ZD_EDITION_NAME. In practice the combination of configuration name, category, legislation, and business group distinguishes one logical setting from another; the surrogate key remains the row identifier.
Common Use Cases and Queries
Typical uses include reporting on which configuration values are active for a given legislation or business group, comparing seeded values against customer overrides, and diagnosing payroll or public sector calculation behavior driven by configuration.
A representative query to retrieve a configuration value for a specific scope:
- SELECT configuration_name, pcv_information_category, legislation_code, business_group_id, pcv_information1 FROM hr.pqp_configuration_values WHERE configuration_name = :name AND legislation_code = :leg AND business_group_id = :bg;
- To find all seeded versus user-defined categories, group by PCV_INFORMATION_CATEGORY and count rows.
- To audit recent changes, filter LAST_UPDATE_DATE and LAST_UPDATED_BY.
Because the payload is spread across PCV_INFORMATION1 through 20 and PCV_ATTRIBUTE1 through 20, reporting queries should be built against the specific information column mapped to the configuration in use, determined by inspecting the seeded rows for that CONFIGURATION_NAME.
Related Objects
Given the standalone Data Vault classification, the documented metadata does not identify foreign-key parents or children. The object is referenced primarily through the PQP Public Sector Payroll code and configuration lookup mechanisms rather than through hard FK constraints, so dependent objects are functional rather than relational. Within the HR schema and PQP product family, the most significant related objects are the PQP payroll configuration and setup components that read these values at runtime, together with the HR business group and legislation reference data against which LEGISLATION_CODE and BUSINESS_GROUP_ID are resolved. Administrators and developers should treat HR.PQP_CONFIGURATION_VALUES as the authoritative, scope-aware configuration store for Public Sector Payroll and reference it directly when tracing configuration-driven behavior.
-
Table: PQP_CONFIGURATION_VALUES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_CONFIGURATION_VALUES, object_name:PQP_CONFIGURATION_VALUES, status:VALID, product: PQP - Public Sector Payroll , description: Table used for all generic configuration details, both seeded and user defined. , implementation_dba_data: HR.PQP_CONFIGURATION_VALUES ,
-
Table: PQP_CONFIGURATION_VALUES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_CONFIGURATION_VALUES, object_name:PQP_CONFIGURATION_VALUES, status:VALID, product: PQP - Public Sector Payroll , description: Table used for all generic configuration details, both seeded and user defined. , implementation_dba_data: HR.PQP_CONFIGURATION_VALUES ,
-
APPS.PQP_GB_SWF_ARCHIVE SQL Statements
12.2.2
-
APPS.PER_GB_PENSRV_SVPN SQL Statements
12.2.2
-
APPS.PQP_CONFIG_INFO_PKG SQL Statements
12.1.1
-
APPS.PQP_GB_SWF_VALIDATIONS SQL Statements
12.2.2
-
APPS.PQP_GB_CONFIGURATION_VALUE SQL Statements
12.2.2
-
APPS.PQP_CONFIG_INFO_PKG SQL Statements
12.2.2
-
APPS.PQP_PCV_BUS SQL Statements
12.1.1
-
SYNONYM: PUBLIC.PQP_CONFIGURATION_VALUES
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PQP_CONFIGURATION_VALUES, status:VALID,
-
APPS.PQP_FEDHR_USPAY_INT_UTILS SQL Statements
12.2.2
-
APPS.PQP_PCV_BUS SQL Statements
12.2.2
-
APPS.PQP_FEDHR_USPAY_INT_UTILS SQL Statements
12.1.1
-
TRIGGER: APPS.PQP_CONFIGURATION_VALUES+
12.2.2
-
PACKAGE: APPS.PQP_FEDHR_USPAY_INTG_PKG
12.1.1
-
PACKAGE: APPS.PQP_FEDHR_USPAY_INTG_PKG
12.2.2
-
APPS.PQP_PCV_SHD SQL Statements
12.1.1
-
APPS.PQP_FEDHR_USPAY_INTG_PKG SQL Statements
12.1.1
-
TRIGGER: APPS.PQP_CONFIGURATION_VALUES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PQP_CONFIGURATION_VALUES+, status:VALID,
-
VIEW: HR.PQP_CONFIGURATION_VALUES#
12.2.2
owner:HR, object_type:VIEW, object_name:PQP_CONFIGURATION_VALUES#, status:VALID,
-
APPS.PQP_FEDHR_USPAY_INTG_PKG SQL Statements
12.2.2
-
APPS.PQP_PCV_SHD SQL Statements
12.2.2
-
APPS.PQP_CAR_MILEAGE_FUNCTIONS SQL Statements
12.1.1
-
APPS.PQP_CAR_MILEAGE_FUNCTIONS SQL Statements
12.2.2
-
APPS.PER_GB_PENSRV_SVPN SQL Statements
12.1.1
-
APPS.PQP_GB_PENSRV_SVPN SQL Statements
12.2.2
-
APPS.PQP_GB_PENSRV_SVPN SQL Statements
12.1.1
-
SYNONYM: APPS.PQP_CONFIGURATION_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PQP_CONFIGURATION_VALUES, status:VALID,
-
FUNCTION: APPS.PQP_CONFIGURATION_VALUES=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.PQP_CONFIGURATION_VALUES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:PQP_CONFIGURATION_VALUES=, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.PQP_CONFIGURATION_VALUES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PQP_CONFIGURATION_VALUES, status:VALID,
-
VIEW: HR.PQP_CONFIGURATION_VALUES#
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: PQP_CONFIGURATION_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_CONFIGURATION_TYPES, object_name:PQP_CONFIGURATION_TYPES, status:VALID, product: PQP - Public Sector Payroll , description: Entity used to store the information types (configuration types) for each module stored in pqp_configuration_modules. Each row identifies one configuration type and the values for this type is stored in pqp_configuration_values table. , implementation_dba_data: HR.PQP_CONFIGURATION_TYPES ,
-
Table: PQP_CONFIGURATION_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_CONFIGURATION_TYPES, object_name:PQP_CONFIGURATION_TYPES, status:VALID, product: PQP - Public Sector Payroll , description: Entity used to store the information types (configuration types) for each module stored in pqp_configuration_modules. Each row identifies one configuration type and the values for this type is stored in pqp_configuration_values table. , implementation_dba_data: HR.PQP_CONFIGURATION_TYPES ,
-
PACKAGE: APPS.PQP_FEDHR_USPAY_INT_UTILS
12.1.1
-
PACKAGE: APPS.PQP_FEDHR_USPAY_INT_UTILS
12.2.2
-
PACKAGE BODY: APPS.PQP_CONFIG_INFO_PKG
12.1.1
-
PACKAGE BODY: APPS.PQP_CONFIG_INFO_PKG
12.2.2
-
TRIGGER: APPS.PQP_CONFIGURATION_VALUES_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:PQP_CONFIGURATION_VALUES_WHO, status:VALID,
-
PACKAGE BODY: APPS.PER_GB_PENSRV_SVPN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PER_GB_PENSRV_SVPN, status:VALID,
-
PACKAGE BODY: APPS.PQP_PCV_SHD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PQP_PCV_SHD, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.PAY_GB_ENROLL_PENSION
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PAY_GB_ENROLL_PENSION, status:VALID,
-
PACKAGE: APPS.PQP_BUDGET_MAINTENANCE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PQP_BUDGET_MAINTENANCE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.PQP_PCV_INS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PQP_GB_PENSRV_SVPN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PQP_GB_PENSRV_SVPN, status:VALID,