Search Results psb_budget_revisions
Overview
The PSB_BUDGET_REVISIONS table is a core data object within the Oracle E-Business Suite Public Sector Budgeting (PSB) module, specifically for releases 12.1.1 and 12.2.2. It functions as the primary header or master table for recording budget revision transactions. A budget revision is a formal process to adjust previously approved budget amounts, and this table serves as the central repository for the metadata and control information of each revision request. Its role is critical for maintaining audit trails, workflow status, and the overall integrity of the budget adjustment process within the PSB application.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is documented as BUDGET_REVISION_ID, which uniquely identifies each revision transaction. Based on its role as a header table and standard PSB design patterns, it typically stores high-level attributes for a revision. This includes references to the associated budget group (via BUDGET_GROUP_ID) and the General Ledger budget set (via GL_BUDGET_SET_ID). Other common columns would capture the revision number, description, current status (e.g., Draft, In-Process, Approved, Posted), effective dates, the person who initiated the request, and timestamps for creation and last update. The table acts as the parent record for all detailed line-item adjustments.
Common Use Cases and Queries
This table is central to reporting and integration tasks related to budget revisions. Common use cases include generating audit reports of all revisions within a date range, tracking the status of pending revisions for management review, and extracting revision header data for integration with external financial systems. A fundamental query involves joining to related tables to get a complete view of a revision.
- Basic Revision Header Report:
SELECT budget_revision_id, revision_number, description, status_code, creation_date FROM psb_budget_revisions WHERE budget_group_id = :p_group AND creation_date >= SYSDATE - 30; - Join to Budget Groups for Context: Queries frequently join PSB_BUDGET_REVISIONS to PSB_BUDGET_GROUPS via BUDGET_GROUP_ID to include budget group names and other attributes in reports.
- Workflow Monitoring: Application screens and custom reports query this table to display a list of revisions filtered by status, such as all revisions currently in an 'Approval' or 'Pending Posting' state.
Related Objects
The PSB_BUDGET_REVISIONS table has defined relationships with several key PSB tables, forming the backbone of the budget revision data model.
- Referenced (Parent) Tables:
- PSB_BUDGET_GROUPS: Joined via BUDGET_REVISIONS.BUDGET_GROUP_ID. Links the revision to its controlling budget group.
- PSB_GL_BUDGET_SETS: Joined via BUDGET_REVISIONS.GL_BUDGET_SET_ID. Links the revision to the specific General Ledger budget set being adjusted.
- Referencing (Child) Tables:
- PSB_BUDGET_REVISION_LINES: References via BUDGET_REVISION_ACCT_LINE_ID. Contains the detailed account-level adjustments (amounts, accounts) for the revision.
- PSB_BUDGET_REVISION_POS_LINES: References via BUDGET_REVISION_ID. Contains position-related budget adjustments.
- PSB_POSITION_ACCOUNTS, PSB_POSITION_COSTS, PSB_POSITION_FTE: Each references via BUDGET_REVISION_ID. These tables store detailed position budgeting data tied to the specific revision header.
-
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_WORKFLOW_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_GL_INTERFACE_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_PSBRPBRS_XMLP_PKG dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_SUBMIT_REVISION_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_COMMITMENTS_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_PSBOTGLR_XMLP_PKG dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_ENTITY_SET_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_BUDGET_GROUPS_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_WORKFLOW_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_GL_BUDGET_SET_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_CREATE_BR_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_POSITION_PAY_DISTR_PVT dependencies on PSB_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_COMMITMENTS_PVT SQL Statements
12.1.1
-
APPS.PSB_SUBMIT_REVISION_PVT SQL Statements
12.1.1
-
Table: PSB_BUDGET_REVISION_POS_LINES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_REVISION_POS_LINES, object_name:PSB_BUDGET_REVISION_POS_LINES, status:VALID, product: PSB - Public Sector Budgeting , description: Matrix between PSB_BUDGET_REVISIONS and PSB_BUDGET_REVISION_POSITIONS , implementation_dba_data: PSB.PSB_BUDGET_REVISION_POS_LINES ,
-
Table: PSB_BUDGET_REVISION_POS_LINES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Matrix between PSB_BUDGET_REVISIONS and PSB_BUDGET_REVISION_POSITIONS , implementation_dba_data: Not implemented in this database ,
-
Table: PSB_BUDGET_REVISION_LINES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Matrix between PSB_BUDGET_REVISIONS and PSB_BUDGET_REVISION_ACCOUNTS , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_CREATE_BR_PVT SQL Statements
12.1.1
-
VIEW: APPS.PSB_BUDGET_REVISIONS_DFV
12.1.1
-
Table: PSB_BUDGET_REVISION_LINES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_REVISION_LINES, object_name:PSB_BUDGET_REVISION_LINES, status:VALID, product: PSB - Public Sector Budgeting , description: Matrix between PSB_BUDGET_REVISIONS and PSB_BUDGET_REVISION_ACCOUNTS , implementation_dba_data: PSB.PSB_BUDGET_REVISION_LINES ,
-
VIEW: APPS.PSBFV_POSITION_FTE
12.1.1
-
APPS.PSB_COMMITMENTS_PVT dependencies on PSB_BUDGET_GROUPS_V
12.1.1
-
VIEW: APPS.PSBFV_BUDGET_REVISION_POSITION
12.1.1
-
VIEW: APPS.PSBFV_POSITION_COSTS
12.1.1
-
VIEW: APPS.PSB_WORKFLOW_PROCESSES_V
12.1.1
-
VIEW: APPS.PSBFV_POSITION_ACCOUNTS
12.1.1
-
View: PSB_BUDGET_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_REVISIONS_V, object_name:PSB_BUDGET_REVISIONS_V, status:VALID, product: PSB - Public Sector Budgeting , description: PSB_BUDGET_REVISIONS_V is a view on PSB_BUDGET_REVISIONS and provides information about budget revisions. , implementation_dba_data: APPS.PSB_BUDGET_REVISIONS_V ,
-
VIEW: APPS.PSBFV_BUDGET_REVISIONS
12.1.1
-
SYNONYM: APPS.PSB_BUDGET_REVISIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSB_BUDGET_REVISIONS, status:VALID,
-
VIEW: APPS.PSBFV_BUDGET_REVISION_ACCOUNTS
12.1.1
-
VIEW: APPS.PSBBV_BUDGET_REVISIONS
12.1.1
-
APPS.PSB_SUBMIT_REVISION_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
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 ,
-
View: PSB_BUDGET_REVISIONS_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: PSB_BUDGET_REVISIONS_V is a view on PSB_BUDGET_REVISIONS and provides information about budget revisions. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSB_BUDGET_REVISIONS_V
12.1.1
-
VIEW: APPS.PSB_BUDGET_REVISION_SUMMARY_V
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on FND_ATTACHED_DOCUMENTS2_PKG
12.1.1
-
APPS.PSB_PSBRPBRS_XMLP_PKG SQL Statements
12.1.1
-
Table: PSB_POSITION_FTE
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_POSITION_FTE, object_name:PSB_POSITION_FTE, status:VALID, product: PSB - Public Sector Budgeting , description: Position control FTE information , implementation_dba_data: PSB.PSB_POSITION_FTE ,
-
Table: PSB_POSITION_COSTS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_POSITION_COSTS, object_name:PSB_POSITION_COSTS, status:VALID, product: PSB - Public Sector Budgeting , description: Position Control costs , implementation_dba_data: PSB.PSB_POSITION_COSTS ,
-
PACKAGE: APPS.PSB_WORKFLOW_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PSB_WORKFLOW_PVT, status:VALID,
-
APPS.PSB_SUBMIT_REVISION_PVT dependencies on FND_USER
12.1.1
-
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 ,
-
APPS.PSB_WORKFLOW_PVT SQL Statements
12.1.1