Search Results psb_budget_groups
Overview
The PSB_BUDGET_GROUPS table is a core data object within the Oracle E-Business Suite (EBS) Public Sector Budgeting (PSB) module, versions 12.1.1 and 12.2.2. It serves as the master repository for defining and managing budget groups, which are fundamental organizational constructs for budgetary control and reporting. A budget group typically represents a distinct budgetary entity, such as a department, program, or fund, within a specific set of books (ledger). It is critical to note that the PSB module is documented as obsolete in the provided ETRM metadata, indicating it may be in a state of maintenance or sunset. The table's primary function is to act as a central hub, linking budget definitions to related configuration and transactional data across the budgeting lifecycle.
Key Information Stored
While the specific column list is not detailed in the provided excerpt, the primary and foreign key relationships define its critical structure. The primary key, BUDGET_GROUP_ID, uniquely identifies each budget group record. A crucial foreign key, SET_OF_BOOKS_ID, links each budget group to a specific ledger in the General Ledger (GL) module via the GL_SETS_OF_BOOKS_11I table, anchoring the budget group to a financial reporting entity. Other columns, though not listed, would typically store attributes such as the budget group name, description, status, effective dates, and configuration flags controlling its behavior within the PSB application.
Common Use Cases and Queries
This table is primarily accessed for setup, reporting, and integration purposes. A common administrative query would list all active budget groups for a given ledger to verify setup. For reporting, analysts often join PSB_BUDGET_GROUPS with transactional tables like PSB_BUDGET_REVISIONS to aggregate budget amounts by group. Given the module's obsolete status, a critical use case is data extraction for migration or archival. A foundational query to retrieve basic budget group information would be:
- SELECT bg.BUDGET_GROUP_ID, bg.NAME, bg.SET_OF_BOOKS_ID, sob.NAME AS LEDGER_NAME FROM PSB_BUDGET_GROUPS bg, GL_SETS_OF_BOOKS_11I sob WHERE bg.SET_OF_BOOKS_ID = sob.SET_OF_BOOKS_ID;
Related Objects
The PSB_BUDGET_GROUPS table has extensive relationships, acting as a parent to numerous child tables in the PSB schema. Based on the documented foreign keys:
- Parent Reference: GL_SETS_OF_BOOKS_11I (via SET_OF_BOOKS_ID).
- Child References: The table is referenced by BUDGET_GROUP_ID in:
- PSB_BUDGET_GROUP_CATEGORIES
- PSB_BUDGET_GROUP_RESP
- PSB_BUDGET_REVISIONS and PSB_BUDGET_REVISION_POSITIONS
- PSB_BUDGET_WORKFLOW_RULES (for both primary and review groups)
- PSB_DATA_EXTRACTS
- PSB_POSITION_ACCOUNTS
- PSB_SET_RELATIONS
- PSB_WORKSHEETS
- PSB_WS_DISTRIBUTION_RULES, PSB_WS_DISTRIBUTION_DETAILS, and PSB_WS_DISTRIBUTION_RULE_LINES
This network of relationships underscores the table's role as the anchor for budget group configuration, workflow, position control, worksheet distribution, and budget revision data.
-
Table: PSB_BUDGET_GROUPS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Budget group information , implementation_dba_data: Not implemented in this database ,
-
Table: PSB_BUDGET_GROUPS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_GROUPS, object_name:PSB_BUDGET_GROUPS, status:VALID, product: PSB - Public Sector Budgeting , description: Budget group information , implementation_dba_data: PSB.PSB_BUDGET_GROUPS ,
-
APPS.PSB_PSBRPWDS_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBRPPAL_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_BUDGET_GROUPS_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_WS_ACCT2 dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_DISTRIBUTE_WORKSHEET_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_WS_ACCT1 dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBBGASR_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_CREATE_BR_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_WS_ACCT1 dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBRPERR_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_WS_POS1 dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBRPPSV_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_ACCOUNT_POSITION_SET_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_WORKFLOW_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBWSSUB_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_WORKSHEET dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBRPFLX_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_WORKSHEET_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBRPBRT_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_WS_OPS_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBRPCON_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBRPPRM_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_VALIDATE_ACCT_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBRPBGH_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_SUBMIT_REVISION_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBRPACV_XMLP_PKG dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_WORKFLOW_PVT dependencies on PSB_WS_DISTRIBUTION_RULE_LINES
12.1.1
-
VIEW: APPS.PSBFV_BUDGET_GROUPS
12.1.1
-
APPS.PSB_PSBRPBRT_XMLP_PKG SQL Statements
12.1.1
-
VIEW: APPS.PSBFV_WS_ACCOUNT_LINES
12.1.1
-
VIEW: APPS.PSBBV_BUDGET_GROUPS
12.1.1
-
APPS.PSB_SUBMIT_REVISION_PVT dependencies on PSB_BUDGET_GROUP_RESP
12.1.1
-
APPS.PSB_PSBRPPRM_XMLP_PKG SQL Statements
12.1.1
-
APPS.PSB_PSBRPCON_XMLP_PKG SQL Statements
12.1.1
-
VIEW: APPS.PSBFV_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_PSBRPPAL_XMLP_PKG SQL Statements
12.1.1
-
APPS.PSB_VALIDATE_ACCT_PVT dependencies on PSB_ACCOUNT_POSITION_SETS
12.1.1
-
APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on PSB_BUDGET_GROUP_CATEGORIES
12.1.1
-
APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on PSB_BUDGET_GROUP_RESP
12.1.1
-
VIEW: APPS.PSB_BUDGET_WORKFLOW_RULES_V
12.1.1
-
APPS.PSB_WORKFLOW_PVT SQL Statements
12.1.1
-
VIEW: APPS.PSB_BUDGET_GROUPS_V
12.1.1