Search Results psb_budget_groups_v
Overview
PSB_BUDGET_GROUPS_V is an APPS-owned view in the Public Sector Budgeting (PSB) module of Oracle E-Business Suite, valid in releases 12.1.1 and 12.2.2. Its purpose is to present budget group definitions alongside the attributes of their parent and root budget groups, the associated general ledger set of books, and the owning organization. The view is principally a reporting and inquiry construct: forms, concurrent programs, and integration components within PSB reference it to resolve hierarchical relationships between budget groups without repeatedly joining the base table to itself.
The presence of the ROOT_REQUEST_ID column in user search patterns reflects the fact that budget group generation and hierarchy refresh are request-driven operations. The view exposes request identifiers inherited from the base table, allowing users to trace which concurrent request created or last affected a budget group record. In this sense the view functions as a denormalized presentation layer that simplifies hierarchy-aware reporting and audit queries.
Underlying Base Objects
The view text is defined over five documented base objects:
- PSB_BUDGET_GROUPS — aliased three times (BG, BGP, BGR) to supply the budget group itself, its parent, and its root.
- GL_SETS_OF_BOOKS — aliased RSOB, providing the set of books name, chart of accounts, and currency for the root budget group.
- HR_ALL_ORGANIZATION_UNITS_TL — aliased ORG, supplying the translated organization name for the organization_id on the budget group.
The join predicates restrict the first alias, BG, to records where NVL(BG.ROOT_BUDGET_GROUP,'N') = 'N', meaning the view primarily exposes top-level (root) budget group rows and their hierarchy context. Parent and root attributes are derived through the self-joins on PSB_BUDGET_GROUPS. The documented ETRM metadata lists no additional referenced base objects, so the view should be treated as a self-contained PSB reporting object anchored on the budget group table.
Key Columns
- BUDGET_GROUP_ID, NAME, SHORT_NAME — identity and display attributes of the budget group.
- PARENT_BUDGET_GROUP_ID, ROOT_BUDGET_GROUP, ROOT_BUDGET_GROUP_ID — hierarchical positioning within the budget group tree.
- REQUEST_ID — the concurrent request that created or processed the budget group; this is the column users pursue when searching for
root_request_idstyle traceability. - SET_OF_BOOKS_ID and RSOB.NAME, CHART_OF_ACCOUNTS_ID, CURRENCY_CODE — the ledger context inherited from GL_SETS_OF_BOOKS.
- FREEZE_HIERARCHY_FLAG — indicates whether the hierarchy is locked against modification.
- NUM_PROPOSED_YEARS, BUDGET_GROUP_TYPE, NARRATIVE_DESCRIPTION — budgeting scope and classification attributes.
- SEGMENT1_TYPE through SEGMENT30_TYPE — per-segment behavior flags controlling how account segments are handled in the budget group.
- EFFECTIVE_START_DATE, EFFECTIVE_END_DATE — date-range validity for the group.
- ORGANIZATION_ID and ORG.NAME — the owning organization and its translated name.
- ATTRIBUTE1–10, CONTEXT — descriptive flexfield values.
- Standard WHO columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
The view is typically queried to produce hierarchy-aware listings of budget groups for a ledger, to identify which concurrent request generated a given root budget group, or to feed downstream reporting and integration extracts. A representative query tracing root budget group request information is:
SELECT budget_group_id, name, root_budget_group_id, request_id, set_of_books_id FROM apps.psb_budget_groups_v WHERE request_id = :p_request_id;SELECT name, short_name, currency_code, organization_id FROM apps.psb_budget_groups_v WHERE set_of_books_id = :p_sob ORDER BY name;SELECT budget_group_id, name, freeze_hierarchy_flag, num_proposed_years FROM apps.psb_budget_groups_v WHERE root_budget_group = 'N';
Because the view restricts output to root-level records and aggregates parent, root, ledger, and organization attributes, it is well suited to ad hoc reporting in Oracle Reports, BI Publisher, and OAF-based inquiry pages where the underlying PSB_BUDGET_GROUPS self-referencing structure would otherwise require complex joins.
-
View: PSB_BUDGET_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_GROUPS_V, object_name:PSB_BUDGET_GROUPS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_BUDGET_GROUPS_V ,
-
View: PSB_BUDGET_GROUPS_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_COMMITMENTS_PVT SQL Statements
12.1.1
-
APPS.PSB_PSBRPVPR_XMLP_PKG SQL Statements
12.1.1
-
VIEW: APPS.PSB_WS_DISTRIBUTE_RULE_LINES_V
12.1.1
-
APPS.PSB_PSBOTGLR_XMLP_PKG SQL Statements
12.1.1
-
APPS.PSB_PSBRPPSA_XMLP_PKG SQL Statements
12.1.1
-
VIEW: APPS.PSB_WS_SUMMARY_V
12.1.1
-
SYNONYM: APPS.PSB_BUDGET_STAGE_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSB_BUDGET_STAGE_SETS, status:VALID,
-
PACKAGE BODY: APPS.PSB_PSBRPVPR_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_PSBRPVPR_XMLP_PKG, status:VALID,
-
APPS.PSB_PSBRPFHP_XMLP_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PSB_PSBOTGLR_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_PSBOTGLR_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.PSB_PSBRPFHP_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_PSBRPFHP_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.PSB_PSBRPPSA_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_PSBRPPSA_XMLP_PKG, status:VALID,
-
View: PSB_WS_DISTRIBUTE_RULE_LINES_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.PSB_COMMITMENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_COMMITMENTS_PVT, status:VALID,
-
View: PSB_WS_DISTRIBUTE_RULE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WS_DISTRIBUTE_RULE_LINES_V, object_name:PSB_WS_DISTRIBUTE_RULE_LINES_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_WS_DISTRIBUTE_RULE_LINES_V ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PSB_VALIDATE_ACCT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_VALIDATE_ACCT_PVT, status:VALID,
-
SYNONYM: APPS.PSB_ACCOUNT_POSITION_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSB_ACCOUNT_POSITION_SETS, status:VALID,
-
PACKAGE BODY: APPS.PSB_BUDGET_GROUPS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_BUDGET_GROUPS_PVT, status:VALID,
-
PACKAGE BODY: APPS.PSB_WS_POS3
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_WS_POS3, status:VALID,
-
PACKAGE BODY: APPS.PSB_WS_POS1
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_WS_POS1, status:VALID,
-
PACKAGE BODY: APPS.PSB_WS_POS2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_WS_POS2, status:VALID,
-
PACKAGE BODY: APPS.PSB_POSITION_PAY_DISTR_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_POSITION_PAY_DISTR_PVT, status:VALID,
-
PACKAGE BODY: APPS.PSB_WORKSHEET
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_WORKSHEET, status:VALID,
-
PACKAGE BODY: APPS.PSB_WS_ACCT2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_WS_ACCT2, status:VALID,
-
PACKAGE BODY: APPS.PSB_PSBRPVPR_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.PSB_EXCEL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_EXCEL_PVT, status:VALID,
-
PACKAGE BODY: APPS.PSB_POSITIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_POSITIONS_PVT, status:VALID,
-
View: PSB_WS_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WS_SUMMARY_V, object_name:PSB_WS_SUMMARY_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_WS_SUMMARY_V ,
-
PACKAGE BODY: APPS.PSB_GL_INTERFACE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_GL_INTERFACE_PVT, status:VALID,
-
VIEW: APPS.PSB_WS_DISTRIBUTE_RULE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WS_DISTRIBUTE_RULE_LINES_V, object_name:PSB_WS_DISTRIBUTE_RULE_LINES_V, status:VALID,
-
View: PSB_WS_SUMMARY_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.PSB_BUDGET_GROUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSB_BUDGET_GROUPS, status:VALID,
-
PACKAGE BODY: APPS.PSB_WORKSHEET_CONSOLIDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_WORKSHEET_CONSOLIDATE, status:VALID,
-
PACKAGE BODY: APPS.PSB_POSITION_CONTROL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_POSITION_CONTROL_PVT, status:VALID,
-
PACKAGE BODY: APPS.PSB_PSBRPPSA_XMLP_PKG
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.PSB_BUDGET_REVISIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_BUDGET_REVISIONS_PVT, status:VALID,
-
PACKAGE BODY: APPS.PSB_PSBOTGLR_XMLP_PKG
12.1.1
-
VIEW: APPS.PSB_WS_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WS_SUMMARY_V, object_name:PSB_WS_SUMMARY_V, status:VALID,
-
APPS.PSB_WS_ACCT2 SQL Statements
12.1.1
-
APPS.PSB_WS_POS3 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PSB_PSBRPFHP_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.PSB_COMMITMENTS_PVT
12.1.1
-
APPS.PSB_WORKSHEET SQL Statements
12.1.1
-
APPS.PSB_BUDGET_GROUPS_PVT SQL Statements
12.1.1
-
APPS.PSB_VALIDATE_ACCT_PVT SQL Statements
12.1.1