Search Results dflt_budget_set_id
Overview
The HR.PQH_DFLT_BUDGET_SETS table is a master data repository within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Human Resources (HR) module. It functions as a core configuration table for the Oracle Advanced Benefits (OAB) and Oracle HRMS Budgeting functionality. The table's primary role is to define and store named groupings of default budget elements and funding sources. These predefined budget sets serve as templates, enabling the efficient and consistent assignment of budget structures to various organizational entities, such as business groups, during the setup and maintenance of compensation and benefits plans.
Key Information Stored
The table stores the fundamental attributes required to identify and manage a default budget set. The DFLT_BUDGET_SET_ID is the unique, system-generated primary key identifier. The DFLT_BUDGET_SET_NAME provides the descriptive label for the budget set template. The BUSINESS_GROUP_ID column is a mandatory foreign key that links the budget set to a specific business group, enforcing data security at the Business Group level as per the Oracle HRMS multi-org architecture. Standard EBS "Who" columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) track audit information, while OBJECT_VERSION_NUMBER is used for optimistic locking and concurrency control in the application's middle-tier logic.
Common Use Cases and Queries
This table is central to configuration and reporting tasks related to benefits budgeting. Administrators use it to review or maintain the list of available default budget set templates. A common operational query involves fetching all budget sets for a specific business group to populate a list of values in the application interface. For troubleshooting or data validation, analysts may join this table with its child detail tables to verify the completeness of a budget set's configuration. A typical reporting query to list all budget sets with basic audit information is:
- SELECT dflt_budget_set_id, dflt_budget_set_name, business_group_id, creation_date, last_updated_by FROM hr.pqh_dflt_budget_sets WHERE business_group_id = :p_bg_id ORDER BY dflt_budget_set_name;
Another critical use case involves identifying which budget sets are actively referenced by transactional data, such as worksheets or active budget definitions.
Related Objects
The HR.PQH_DFLT_BUDGET_SETS table maintains several key foreign key relationships, positioning it as a parent record for detailed budget configuration. It is referenced by the following child tables, using DFLT_BUDGET_SET_ID as the join column:
- PQH_BUDGET_SETS: Links the default template to specific, defined budget sets.
- PQH_DFLT_BUDGET_ELEMENTS: Stores the individual budget elements (e.g., salary, bonus, stock) that constitute the default budget set.
- PQH_WORKSHEET_BUDGET_SETS: Associates the default budget set with compensation worksheets.
Furthermore, it references the HR_ALL_ORGANIZATION_UNITS table via the BUSINESS_GROUP_ID column to enforce business group context. The table also has associated database views (PQH_DFLT_BUDGET_SETS, PQH_DFLT_BUDGET_SETS_WHO) that provide application-level access and standardized audit column formatting.
-
TABLE: HR.PQH_DFLT_BUDGET_SETS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_DFLT_BUDGET_SETS, object_name:PQH_DFLT_BUDGET_SETS, status:VALID,
-
TABLE: HR.PQH_WORKSHEET_BUDGET_SETS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEET_BUDGET_SETS, object_name:PQH_WORKSHEET_BUDGET_SETS, status:VALID,
-
APPS.PQH_DST_SHD SQL Statements
12.1.1
-
APPS.PQH_DST_SHD SQL Statements
12.2.2
-
VIEW: HR.PQH_DFLT_BUDGET_ELEMENTS#
12.2.2
-
TABLE: HR.PQH_DFLT_BUDGET_SETS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_DFLT_BUDGET_SETS, object_name:PQH_DFLT_BUDGET_SETS, status:VALID,
-
VIEW: HR.PQH_DFLT_BUDGET_SETS#
12.2.2
-
APPS.PQH_DEL_SHD SQL Statements
12.1.1
-
VIEW: HR.PQH_BUDGET_SETS#
12.2.2
-
VIEW: HR.PQH_WORKSHEET_BUDGET_SETS#
12.2.2
-
VIEW: APPS.PQH_PSB_BUDGET_SETS
12.1.1
-
VIEW: HR.PQH_BUDGETS#
12.2.2
-
TABLE: HR.PQH_WORKSHEET_BUDGET_SETS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEET_BUDGET_SETS, object_name:PQH_WORKSHEET_BUDGET_SETS, status:VALID,
-
APPS.PQH_DST_SHD dependencies on PQH_DFLT_BUDGET_SETS
12.2.2
-
APPS.PQH_DST_SHD dependencies on PQH_DFLT_BUDGET_SETS
12.1.1
-
TABLE: HR.PQH_DFLT_BUDGET_ELEMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_DFLT_BUDGET_ELEMENTS, object_name:PQH_DFLT_BUDGET_ELEMENTS, status:VALID,
-
VIEW: HR.PQH_DFLT_BUDGET_SETS#
12.2.2
owner:HR, object_type:VIEW, object_name:PQH_DFLT_BUDGET_SETS#, status:VALID,
-
VIEW: APPS.PQH_PSB_DFLT_BUDGET_SETS
12.2.2
-
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,
-
VIEW: APPS.PQH_PSB_DFLT_BUDGET_ELEMENTS
12.1.1
-
VIEW: APPS.PQH_PSB_DFLT_BUDGET_ELEMENTS
12.2.2
-
TABLE: HR.PQH_DFLT_BUDGET_ELEMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_DFLT_BUDGET_ELEMENTS, object_name:PQH_DFLT_BUDGET_ELEMENTS, status:VALID,
-
VIEW: APPS.PQH_PSB_DFLT_BUDGET_SETS
12.1.1
-
APPS.PQH_DEL_INS dependencies on PQH_DFLT_BUDGET_ELEMENTS
12.1.1
-
APPS.PQH_WST_INS dependencies on PQH_WORKSHEET_BUDGET_SETS
12.2.2
-
APPS.PQH_DEL_INS SQL Statements
12.1.1
-
APPS.PQH_DEL_UPD SQL Statements
12.2.2
-
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,
-
APPS.PQH_DEL_SHD SQL Statements
12.2.2
-
APPS.PQH_WST_SHD SQL Statements
12.2.2
-
APPS.PQH_DEL_INS dependencies on PQH_DFLT_BUDGET_ELEMENTS
12.2.2
-
APPS.PQH_WST_SHD SQL Statements
12.1.1
-
APPS.PQH_BST_SHD SQL Statements
12.1.1
-
APPS.PQH_BST_SHD SQL Statements
12.2.2
-
VIEW: APPS.PQH_PSB_BUDGET_SETS
12.2.2
-
APPS.PQH_DEL_BUS dependencies on PQH_DFLT_BUDGET_ELEMENTS
12.1.1
-
APPS.PQH_WKS_ERROR_CHK dependencies on PQH_DFLT_BUDGET_SETS
12.1.1
-
VIEW: APPS.PQH_PSB_BUDGET_SETS
12.1.1
owner:APPS, object_type:VIEW, object_name:PQH_PSB_BUDGET_SETS, status:VALID,
-
APPS.PQH_DST_UPD dependencies on PQH_DFLT_BUDGET_SETS
12.1.1
-
APPS.PQH_DST_UPD dependencies on PQH_DFLT_BUDGET_SETS
12.2.2
-
APPS.PQH_BGT_SHD SQL Statements
12.1.1
-
APPS.PQH_DST_DEL dependencies on PQH_DFLT_BUDGET_SETS
12.1.1
-
APPS.PQH_BGT_SHD SQL Statements
12.2.2
-
APPS.PQH_WKS_BUDGET dependencies on PQH_DFLT_BUDGET_ELEMENTS
12.2.2
-
APPS.PQH_WKS_BUDGET dependencies on PQH_DFLT_BUDGET_ELEMENTS
12.1.1
-
APPS.PQH_DEL_BUS SQL Statements
12.2.2
-
APPS.PQH_DST_DEL dependencies on PQH_DFLT_BUDGET_SETS
12.2.2
-
VIEW: HR.PQH_DFLT_BUDGET_ELEMENTS#
12.2.2
owner:HR, object_type:VIEW, object_name:PQH_DFLT_BUDGET_ELEMENTS#, status:VALID,
-
APPS.PQH_DEL_BUS dependencies on HR_API
12.2.2
-
VIEW: APPS.PQH_PSB_DFLT_BUDGET_SETS
12.1.1
owner:APPS, object_type:VIEW, object_name:PQH_PSB_DFLT_BUDGET_SETS, status:VALID,