Search Results pqh_budget_sets_uk
Overview
The PQH_BUDGET_SETS table is a core data object within the Oracle E-Business Suite Public Sector Human Resources (PQH) module. It serves as a fundamental structure for budget management by defining a grouping of compensation elements that share a common default distribution pattern. Its primary role is to act as a bridge between a specific budget period and a predefined template of budget elements, enabling the efficient setup and replication of budget configurations across different periods or scenarios. This table is essential for organizations that require structured and auditable budgeting processes for personnel costs.
Key Information Stored
The table's structure centers on linking a budget period to a default budget set template and uniquely identifying the resulting instance. The critical columns include:
- BUDGET_SET_ID: The primary key (PQH_BUDGET_SETS_PK) uniquely identifying each specific budget set instance.
- DFLT_BUDGET_SET_ID: A foreign key referencing the PQH_DFLT_BUDGET_SETS table. This links the instance to a reusable template defining the standard element grouping and distribution.
- BUDGET_PERIOD_ID: A foreign key referencing the PQH_BUDGET_PERIODS table. This anchors the budget set to a specific fiscal or calendar period for budgeting purposes.
A unique key constraint (PQH_BUDGET_SETS_UK) on DFLT_BUDGET_SET_ID and BUDGET_PERIOD_ID ensures that a default template is not duplicated for the same budget period.
Common Use Cases and Queries
This table is central to operations involving the creation, querying, and reporting of budget allocations. A common administrative task is to identify all active budget sets for a given period or to audit the template source for each set. For example, to list all budget sets with their associated period and default template name, a query would join to the related tables:
SELECT pbs.budget_set_id,
bp.budget_period_name,
dbs.dflt_budget_set_name
FROM pqh_budget_sets pbs,
pqh_budget_periods bp,
pqh_dflt_budget_sets dbs
WHERE pbs.budget_period_id = bp.budget_period_id
AND pbs.dflt_budget_set_id = dbs.dflt_budget_set_id
AND bp.budget_period_name = 'FY24-Q1';
Another critical use case is the generation of reports detailing the complete budget structure, which requires joining PQH_BUDGET_SETS to the child PQH_BUDGET_ELEMENTS table to list all individual elements within each set.
Related Objects
PQH_BUDGET_SETS sits at the center of a key relationship hierarchy within the PQH schema. It has direct foreign key dependencies and is referenced by other critical budget objects:
- PQH_DFLT_BUDGET_SETS: The source template table referenced via DFLT_BUDGET_SET_ID.
- PQH_BUDGET_PERIODS: The time period definition table referenced via BUDGET_PERIOD_ID.
- PQH_BUDGET_ELEMENTS: This child table holds the detailed element lines and references PQH_BUDGET_SETS via its BUDGET_SET_ID foreign key. This is the most significant relationship, as the budget set's primary purpose is to be a parent grouping for these elements.
-
Table: PQH_BUDGET_SETS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGET_SETS, object_name:PQH_BUDGET_SETS, status:VALID, product: PQH - Public Sector HR , description: Grouping of elements with default distribution , implementation_dba_data: HR.PQH_BUDGET_SETS ,
-
INDEX: HR.PQH_BUDGET_SETS_UK
12.1.1
owner:HR, object_type:INDEX, object_name:PQH_BUDGET_SETS_UK, status:VALID,
-
APPS.PQH_BST_SHD dependencies on PQH_BUDGET_SETS
12.1.1
-
APPS.PQH_BST_SHD dependencies on PQH_BUDGET_SETS
12.2.2
-
INDEX: HR.PQH_BUDGET_SETS_UK
12.2.2
owner:HR, object_type:INDEX, object_name:PQH_BUDGET_SETS_UK, status:VALID,
-
APPS.PQH_BST_SHD dependencies on HR_UTILITY
12.1.1
-
APPS.PQH_BST_SHD dependencies on HR_UTILITY
12.2.2
-
Table: PQH_BUDGET_SETS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGET_SETS, object_name:PQH_BUDGET_SETS, status:VALID, product: PQH - Public Sector HR , description: Grouping of elements with default distribution , implementation_dba_data: HR.PQH_BUDGET_SETS ,
-
TABLE: HR.PQH_BUDGET_SETS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGET_SETS, object_name:PQH_BUDGET_SETS, status:VALID,
-
TABLE: HR.PQH_BUDGET_SETS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_BUDGET_SETS, object_name:PQH_BUDGET_SETS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PQH_BST_SHD
12.1.1
-
PACKAGE BODY: APPS.PQH_BST_SHD
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - PQH Tables and Views
12.2.2
description: This is a Copy of PQH_WORKSHEET_PERIODS table populated by EFC (Euro as functinoal currency) process. ,
-
eTRM - PQH Tables and Views
12.1.1
description: This is a Copy of PQH_WORKSHEET_PERIODS table populated by EFC (Euro as functinoal currency) process. ,
-
eTRM - PQH Tables and Views
12.2.2
description: This is a Copy of PQH_WORKSHEET_PERIODS table populated by EFC (Euro as functinoal currency) process. ,
-
eTRM - PQH Tables and Views
12.1.1
description: This is a Copy of PQH_WORKSHEET_PERIODS table populated by EFC (Euro as functinoal currency) process. ,