Search Results budget_revision_justification
Overview
APPS.PSBFV_BUDGET_REVISION_POSITION is a Business Intelligence System (BIS) view in the Oracle E-Business Suite PSB (Public Sector Budgeting) product family. It exposes position-level budget revision data together with the justification narrative and associated notes, presenting a denormalized, reporting-friendly projection of revision records. The view carries a status of VALID and is owned by the APPS schema. Its FND Design Data designation is PSB.PSBFV_BUDGET_REVISION_POSITION, indicating that the object is registered in the application's design metadata and shipped as a seeded component rather than a customer-defined artifact.
The view is of particular relevance to users searching for budget_revision_justification, since it exposes a dedicated BUDGET_REVISION_JUSTIFICATION column of type VARCHAR2(240). This column captures the textual rationale recorded when a position budget revision is created or adjusted, making the view a convenient single source for audit and reporting queries that need to correlate revision amounts with their stated business reasons.
Underlying Base Objects
According to the documented dependency information, APPS.PSBFV_BUDGET_REVISION_POSITION is defined over the following APPS objects:
- PSB_BUDGET_REVISIONS — the header-level revision records.
- PSB_BUDGET_REVISION_POSITIONS — position-level revision associations.
- PSB_BUDGET_REVISION_POS_LINES — the detail lines that carry revision values.
- PSB_BUDGET_GROUPS — budget group definitions supplying group identifiers and short names.
- PSB_POSITIONS — the position master records.
- PSB_POSITION_DEFINITIONS_KFV — the key flexfield view supplying the position name attribute.
- PSB_WS_ACCOUNT_LINE_NOTES — the notes source joined to provide NOTE_ID and NOTE.
The view does not reference any customer-defined or external objects, and no database object references it, confirming that it is a terminal reporting view rather than a component in an update path. Because it is a BIS view, it is read-only in practice; all maintenance occurs against the underlying PSB base tables.
h4>Key Columns- BUDGET_REVISION_ID — surrogate identifier for the parent revision record.
- BUDGET_REVISION_JUSTIFICATION — free-text justification for the revision, up to 240 characters. This is the column most directly associated with the "budget_revision_justification" search term.
- BUDGET_REVISION_POS_LINE_ID — identifier of the specific position revision line.
- POSITION_ID and _KF:POSITION_NAME — the position key and its concatenated flexfield display name.
- BUDGET_GROUP_ID and BUDGET_GROUP_SHORT_NAME — the budget group to which the revision belongs.
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — the date range over which the revision is effective.
- REVISION_TYPE, REVISION_VALUE_TYPE, REVISION_VALUE — classification and magnitude of the revision.
- NOTE_ID and NOTE — linked descriptive note of up to 4000 characters.
Common Use Cases and Queries
Typical scenarios include auditing why position budgets changed, reconciling revision amounts to justifications, and reporting effective-dated revisions by budget group.
SELECT BUDGET_REVISION_ID
, POSITION_ID
, _KF:POSITION_NAME
, BUDGET_REVISION_JUSTIFICATION
, REVISION_TYPE
, REVISION_VALUE
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
FROM APPS.PSBFV_BUDGET_REVISION_POSITION
WHERE BUDGET_REVISION_JUSTIFICATION IS NOT NULL
AND EFFECTIVE_START_DATE BETWEEN :start_date AND :end_date
ORDER BY BUDGET_GROUP_SHORT_NAME, POSITION_ID, EFFECTIVE_START_DATE;
Aggregate queries grouping by BUDGET_GROUP_SHORT_NAME and REVISION_TYPE provide summary views of revision activity, while joins to PSB base tables allow drill-down into individual revision lines. Because the view is valid and fully resolved in both 12.1.1 and 12.2.2, it can be queried without additional setup.
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
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: APPS.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,
-
View: PSBFV_POSITION_FTE
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Provides Details about Position Fte from Position Control tables. , implementation_dba_data: Not implemented in this database ,
-
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_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_COSTS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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: PSBFV_POSITION_ACCOUNTS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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_POSITION
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSBFV_BUDGET_REVISION_ACCOUNTS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
eTRM - PSB Tables and Views
12.1.1
description: User profiles for a worksheet ,