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_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 ,
-
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 ,
-
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 ,
-
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 ,
-
Table: PSB_POSITION_ACCOUNTS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_POSITION_ACCOUNTS, object_name:PSB_POSITION_ACCOUNTS, status:VALID, product: PSB - Public Sector Budgeting , description: Position Control account distributions , implementation_dba_data: PSB.PSB_POSITION_ACCOUNTS ,
-
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 ,
-
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 ,
-
View: PSBFV_POSITION_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITION_COSTS, object_name:PSBFV_POSITION_COSTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_POSITION_COSTS ,
-
View: PSB_WORKFLOW_PROCESSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WORKFLOW_PROCESSES_V, object_name:PSB_WORKFLOW_PROCESSES_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_WORKFLOW_PROCESSES_V ,
-
View: PSBBV_BUDGET_REVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_BUDGET_REVISIONS, object_name:PSBBV_BUDGET_REVISIONS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_BUDGET_REVISIONS ,
-
View: PSBFV_BUDGET_REVISION_POSITION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_BUDGET_REVISION_POSITION, object_name:PSBFV_BUDGET_REVISION_POSITION, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_BUDGET_REVISION_POSITION ,
-
View: PSBFV_BUDGET_REVISION_ACCOUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_BUDGET_REVISION_ACCOUNTS, object_name:PSBFV_BUDGET_REVISION_ACCOUNTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_BUDGET_REVISION_ACCOUNTS ,
-
View: PSBFV_POSITION_FTE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITION_FTE, object_name:PSBFV_POSITION_FTE, status:VALID, product: PSB - Public Sector Budgeting , description: Provides Details about Position Fte from Position Control tables. , implementation_dba_data: APPS.PSBFV_POSITION_FTE ,
-
View: PSBFV_POSITION_ACCOUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITION_ACCOUNTS, object_name:PSBFV_POSITION_ACCOUNTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_POSITION_ACCOUNTS ,
-
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: 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 ,