Search Results parent_budget_group_id
Overview
APPS.PSBBV_BUDGET_REVISIONS is a read-only Oracle E-Business Suite view defined in the Public Sector Budgeting (PSB) module, part of the Enterprise Resource Planning budget execution and control stack. The view presents budget revision records that are visible to the responsibility currently connected to the session, filtered dynamically through Oracle's FND_GLOBAL.RESP_ID context. Its principal role is to expose budget revision definitions, their approval and submission state, freeze status, and associated GL budget set references for reporting, extensions, and integration with downstream budgeting or approval workflows. Because the view filters by responsibility, it is intended for use within a logged-in EBS session rather than for batch extraction that requires unrestricted access.
Underlying Base Objects
The view is defined almost entirely over a single base table, PSB_BUDGET_REVISIONS, aliased as BR. It correlates that table against two additional PSB dictionary tables: PSB_BUDGET_GROUPS and PSB_BUDGET_GROUP_RESP. The WHERE clause restricts rows to budget groups whose budget_group_type equals 'R' (revision groups) and whose effective date range covers the current SYSDATE using BETWEEN effective_start_date AND NVL(effective_end_date, SYSDATE). It then anchors the hierarchy at budget groups assigned to the session's responsibility via PSB_BUDGET_GROUP_RESP, and walks the group hierarchy with a CONNECT BY PRIOR budget_group_id = parent_budget_group_id clause. The access path is therefore: responsibility assignment to group, hierarchical expansion through parent_budget_group_id, and finally the revision rows themselves. No other base objects are documented in the ETRM metadata, though the view assembles lookup meanings for revision source and transaction type through Oracle Application Object Library lookup conventions (FND_LOOKUPS).
Key Columns
- BUDGET_REVISION_ID — Primary key of the revision record.
- BUDGET_GROUP_ID — Foreign key to PSB_BUDGET_GROUPS; the revision group to which the revision belongs.
- PARENT_BUDGET_GROUP_ID — Not exposed as a selected column; it is the self-referencing hierarchical column in PSB_BUDGET_GROUPS used by the CONNECT BY clause, and is central to how the view scopes responsibility access.
- JUSTIFICATION — Narrative reason entered for the revision.
- BALANCE_TYPE — Budget balance context for the revision.
- GL_BUDGET_SET_ID, FROM_GL_PERIOD_NAME, TO_GL_PERIOD_NAME — General Ledger budget set and period range to which the revision applies.
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — Validity window of the revision.
- PERMANENT_REVISION, REVISE_BY_POSITION, FREEZE_FLAG, BASE_LINE_REVISION — Behavioral flags controlling revision semantics.
- REQUESTOR, SUBMISSION_DATE, SUBMISSION_STATUS, APPROVAL_ORIG_SYSTEM, APPROVAL_OVERRIDE_BY — Workflow and approval tracking attributes.
- GLOBAL_BUDGET_REVISION, GLOBAL_BUDGET_REVISION_ID — Indicators linking to a global (cross-group) revision.
Common Use Cases and Queries
Typical uses include building responsibility-scoped revision status reports, feeding approval dashboards, and validating which revision groups a user can see before triggering additional logic.
SELECT budget_revision_id,
budget_group_id,
submission_status,
submission_date,
freeze_flag
FROM apps.psbbv_budget_revisions
WHERE submission_status = 'SUBMITTED'
ORDER BY submission_date DESC;
Because the view self-scopes by responsibility, a query run under a super-user or system administrator responsibility may return no rows unless a PSB responsibility context is established. Analysts tracing hierarchy visibility should query PSB_BUDGET_GROUPS directly on parent_budget_group_id, since that column is consumed internally by the view's CONNECT BY rather than projected to the result set. For unrestricted reporting, query PSB_BUDGET_REVISIONS directly.
-
VIEW: APPS.PSBBV_BUDGET_REVISIONS
12.1.1
-
VIEW: APPS.PSBBV_BUDGET_WORKSHEETS
12.1.1
-
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 ,
-
VIEW: APPS.PSBFV_BUDGET_REVISIONS
12.1.1
-
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: APPS.PSBFV_BUDGET_WORKSHEETS
12.1.1
-
View: PSBBV_BUDGET_WORKSHEETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_BUDGET_WORKSHEETS, object_name:PSBBV_BUDGET_WORKSHEETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_BUDGET_WORKSHEETS ,
-
View: PSBBV_BUDGET_WORKSHEETS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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_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: PSBBV_BUDGET_REVISIONS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_VALIDATE_ACCT_PVT SQL Statements
12.1.1
-
View: PSB_WS_DISTRIBUTE_RULE_LINES_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_CREATE_BR_PVT SQL Statements
12.1.1
-
View: PSBFV_BUDGET_REVISIONS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
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 ,
-
APPS.PSB_WORKFLOW_PVT SQL Statements
12.1.1
-
TABLE: PSB.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,
-
VIEW: APPS.PSB_WS_LINE_YEAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WS_LINE_YEAR_V, object_name:PSB_WS_LINE_YEAR_V, status:VALID,
-
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 ,
-
View: PSB_WS_LINE_YEAR_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSB_WS_LINE_YEAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WS_LINE_YEAR_V, object_name:PSB_WS_LINE_YEAR_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_WS_LINE_YEAR_V ,
-
APPS.PSB_BUDGET_GROUPS_PVT SQL Statements
12.1.1
-
APPS.PSB_WS_OPS_PVT SQL Statements
12.1.1
-
APPS.PSB_SUBMIT_REVISION_PVT SQL Statements
12.1.1
-
APPS.PSB_WS_ACCT2 SQL Statements
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT SQL Statements
12.1.1
-
APPS.PSB_WORKSHEET SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PSB_VALIDATE_ACCT_PVT
12.1.1
-
PACKAGE BODY: APPS.PSB_BUDGET_GROUPS_PVT
12.1.1
-
PACKAGE BODY: APPS.PSB_CREATE_BR_PVT
12.1.1
-
PACKAGE: APPS.PSB_WS_ACCT1
12.1.1
-
APPS.PSB_WORKSHEET_CONSOLIDATE SQL Statements
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
PACKAGE BODY: APPS.PSB_WORKFLOW_PVT
12.1.1
-
APPS.PSB_WS_POS1 SQL Statements
12.1.1
-
APPS.PSB_WORKSHEET dependencies on PSB_WS_ACCT1
12.1.1
-
APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_WS_ACCT1
12.1.1
-
APPS.PSB_WORKSHEET dependencies on PSB_DATA_EXTRACTS
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_POSITIONS
12.1.1
-
APPS.PSB_WORKFLOW_PVT dependencies on PSB_WS_ACCT1
12.1.1
-
APPS.PSB_WS_OPS_PVT dependencies on PSB_WS_ACCT1
12.1.1
-
APPS.PSB_WS_ACCT1 dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_BUDGET_GROUPS_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
APPS.PSB_SUBMIT_REVISION_PVT dependencies on WF_ROLES
12.1.1