Search Results psb_gl_budget_sets
Overview
The PSB_GL_BUDGET_SETS table is a core data definition table within the Oracle E-Business Suite (EBS) module Public Sector Budgeting (PSB). It serves as the master repository for defining budget sets, which are logical groupings of budgets within a specific set of books. This table is fundamental for establishing the structural framework for budget creation, revision, and reporting in a public sector or other budgeting context. Its primary role is to link budget definitions to a specific financial ledger (set of books) and to act as a parent entity for detailed budget data and related transactional objects. It is important to note that the Public Sector Budgeting module is marked as obsolete in the provided documentation for EBS 12.1.1 and 12.2.2.
Key Information Stored
Based on the provided metadata, the table's structure centers on a unique identifier and a link to the general ledger. The primary key column, GL_BUDGET_SET_ID, uniquely identifies each budget set definition within the system. A critical foreign key column is SET_OF_BOOKS_ID, which references the GL_SETS_OF_BOOKS_11I table. This column anchors the budget set to a specific financial ledger, ensuring all budgets within the set adhere to the correct accounting structure, calendar, and currency. While specific descriptive columns like NAME or DESCRIPTION are not listed in the excerpt, a typical implementation would include such fields to provide a meaningful label for the budget set definition.
Common Use Cases and Queries
A primary use case is retrieving all budget sets defined for a particular ledger to support setup or reporting activities. A common query would join PSB_GL_BUDGET_SETS to GL_SETS_OF_BOOKS to list budget sets with their associated ledger name. Another critical scenario involves validating data integrity before budget entry by ensuring a budget set exists for a given ledger ID. For reporting, this table is often the starting point in a join hierarchy to aggregate budget data across all budgets within a set. A sample query pattern is:
- SELECT bg_set.GL_BUDGET_SET_ID, bg_set.SET_OF_BOOKS_ID, sob.NAME
FROM PSB_GL_BUDGET_SETS bg_set, GL_SETS_OF_BOOKS sob
WHERE bg_set.SET_OF_BOOKS_ID = sob.SET_OF_BOOKS_ID
AND sob.SET_OF_BOOKS_ID = :ledger_id;
The documentation's note "Not implemented in this database" suggests that in some deployments, this table and related PSB objects may be absent, indicating the module is not installed.
Related Objects
The PSB_GL_BUDGET_SETS table has defined relationships with several key transactional tables in the Public Sector Budgeting module, as documented by its foreign keys:
- Parent Table: GL_SETS_OF_BOOKS_11I, joined via PSB_GL_BUDGET_SETS.SET_OF_BOOKS_ID.
- Child Tables:
- PSB_BUDGET_REVISIONS, which references PSB_GL_BUDGET_SETS via the GL_BUDGET_SET_ID column to associate budget revisions with a specific budget set.
- PSB_GL_BUDGETS, which references PSB_GL_BUDGET_SETS via the GL_BUDGET_SET_ID column, making the budget set the parent container for individual budget definitions.
- PSB_WORKSHEETS, which references PSB_GL_BUDGET_SETS via the GL_BUDGET_SET_ID column to link budgeting worksheets to the overarching budget set.
These relationships create a hierarchy where a Set of Books contains one or more Budget Sets, which in turn contain specific Budgets, Revisions, and Worksheets.
-
Table: PSB_GL_BUDGET_SETS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Budget set definitions , implementation_dba_data: Not implemented in this database ,
-
Table: PSB_GL_BUDGET_SETS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_GL_BUDGET_SETS, object_name:PSB_GL_BUDGET_SETS, status:VALID, product: PSB - Public Sector Budgeting , description: Budget set definitions , implementation_dba_data: PSB.PSB_GL_BUDGET_SETS ,
-
APPS.PSB_GL_BUDGET_PVT dependencies on PSB_GL_BUDGET_SETS
12.1.1
-
APPS.PSB_WS_ACCT2 dependencies on PSB_GL_BUDGET_SETS
12.1.1
-
APPS.PSB_PSBOTGLR_XMLP_PKG dependencies on PSB_GL_BUDGET_SETS
12.1.1
-
APPS.PSB_GL_INTERFACE_PVT dependencies on PSB_GL_BUDGET_SETS
12.1.1
-
APPS.PSB_GL_BUDGET_SET_PVT dependencies on PSB_GL_BUDGET_SETS
12.1.1
-
VIEW: APPS.PSB_GL_BUDGET_SETS_DFV
12.1.1
-
SYNONYM: APPS.PSB_GL_BUDGET_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSB_GL_BUDGET_SETS, status:VALID,
-
VIEW: APPS.PSB_GL_BUDGET_SETS_V
12.1.1
-
APPS.PSB_GL_BUDGET_SET_PVT SQL Statements
12.1.1
-
VIEW: APPS.PSBFV_BUDGET_REVISIONS
12.1.1
-
TABLE: PSB.PSB_GL_BUDGET_SETS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_GL_BUDGET_SETS, object_name:PSB_GL_BUDGET_SETS, status:VALID,
-
VIEW: APPS.PSB_BUDGET_REVISION_SUMMARY_V
12.1.1
-
Table: PSB_BUDGET_REVISIONS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_REVISIONS, object_name:PSB_BUDGET_REVISIONS, status:VALID, product: PSB - Public Sector Budgeting , description: Budget revision header , implementation_dba_data: PSB.PSB_BUDGET_REVISIONS ,
-
Table: PSB_BUDGET_REVISIONS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Budget revision header , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_GL_BUDGET_SET_PVT dependencies on PSB_GL_BUDGET_SETS_S
12.1.1
-
Table: PSB_GL_BUDGETS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_GL_BUDGETS, object_name:PSB_GL_BUDGETS, status:VALID, product: PSB - Public Sector Budgeting , description: Names of GL budgets that belong to a budget set , implementation_dba_data: PSB.PSB_GL_BUDGETS ,
-
View: PSB_GL_BUDGET_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_GL_BUDGET_SETS_V, object_name:PSB_GL_BUDGET_SETS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_GL_BUDGET_SETS_V ,
-
APPS.PSB_WS_ACCT2 dependencies on PSB_GL_BUDGETS
12.1.1
-
Table: PSB_WORKSHEETS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_WORKSHEETS, object_name:PSB_WORKSHEETS, status:VALID, product: PSB - Public Sector Budgeting , description: Worksheet definitions , implementation_dba_data: PSB.PSB_WORKSHEETS ,
-
VIEW: APPS.PSB_GL_BUDGET_SETS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:PSB_GL_BUDGET_SETS_DFV, status:VALID,
-
VIEW: APPS.PSB_WORKSHEETS_V
12.1.1
-
Table: PSB_GL_BUDGETS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Names of GL budgets that belong to a budget set , implementation_dba_data: Not implemented in this database ,
-
Table: PSB_WORKSHEETS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Worksheet definitions , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSBFV_BUDGET_WORKSHEETS
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,
-
View: PSB_GL_BUDGET_SETS_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PSB_GL_BUDGET_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_GL_BUDGET_PVT, status:VALID,
-
PACKAGE BODY: APPS.PSB_GL_BUDGET_SET_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_GL_BUDGET_SET_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.PSB_PSBOTGLR_XMLP_PKG SQL Statements
12.1.1
-
View: PSBFV_BUDGET_REVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_BUDGET_REVISIONS, object_name:PSBFV_BUDGET_REVISIONS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_BUDGET_REVISIONS ,
-
View: PSBFV_BUDGET_REVISIONS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.PSB_WS_ACCT2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSB_WS_ACCT2, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
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_BUDGET_REVISION_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_REVISION_SUMMARY_V, object_name:PSB_BUDGET_REVISION_SUMMARY_V, status:VALID,
-
View: PSB_BUDGET_REVISION_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_REVISION_SUMMARY_V, object_name:PSB_BUDGET_REVISION_SUMMARY_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_BUDGET_REVISION_SUMMARY_V ,
-
View: PSB_BUDGET_REVISION_SUMMARY_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
View: PSBFV_BUDGET_WORKSHEETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_BUDGET_WORKSHEETS, object_name:PSBFV_BUDGET_WORKSHEETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_BUDGET_WORKSHEETS ,
-
View: PSBFV_BUDGET_WORKSHEETS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSB_WORKSHEETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WORKSHEETS_V, object_name:PSB_WORKSHEETS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_WORKSHEETS_V ,
-
View: PSB_WORKSHEETS_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSB_GL_BUDGET_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_GL_BUDGET_SETS_V, object_name:PSB_GL_BUDGET_SETS_V, status:VALID,
-
APPS.PSB_WS_ACCT2 dependencies on PSB_BUDGET_ACCOUNTS
12.1.1
-
PACKAGE BODY: APPS.PSB_GL_BUDGET_SET_PVT
12.1.1