Search Results current_original_flag
Overview
PA_TODATE_BASE_ORIG_BUDGET_V is a Projects (PA) module view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. As documented in ETRM, the view "displays the current, baselined budget lines by PA period." It is a budgeting and reporting construct rather than a transactional entity, and it exposes project budget data at the intersection of three qualifiers: the budget type, the budget version lifecycle status (current versus original), and period-to-date spread amounts.
The view is central to any reporting requirement that must distinguish between the currently baselined budget and the original baselined budget for a project, task, and resource combination. Because it surfaces both the "as-currently-baselined" and the "as-originally-baselined" figures side by side in a single row, it is well suited to baseline-versus-current variance analysis, budget change tracking, and integration extracts where a stable, denormalized budget snapshot is required. The user search term "current_original_flag" maps directly to this design: the view carries CURRENT_FLAG and CURRENT_ORIGINAL_FLAG as its core discriminator columns, allowing downstream consumers to select which baseline perspective populates each measure.
Underlying Base Objects
The documented base objects referenced by the view are PA_BUDGET_LINES, PA_BUDGET_VERSIONS, PA_RESOURCE_ASSIGNMENTS, PA_RESOURCE_LIST_MEMBERS, and the PA_ACCUM_UTILS package; all table references are accessed through APPS synonyms. PA_BUDGET_VERSIONS supplies the version-level context, including the CURRENT_FLAG and CURRENT_ORIGINAL_FLAG attributes that govern the DECODE logic throughout the SELECT list. PA_BUDGET_LINES provides the actual budgeted cost, burdened cost, revenue, and quantity amounts, along with the START_DATE and END_DATE used for period spreading. PA_RESOURCE_ASSIGNMENTS contributes task-level attributes such as TASK_ID and TRACK_AS_LABOR_FLAG. PA_RESOURCE_LIST_MEMBERS joins the resource list membership to resolve ALIAS, RESOURCE_LIST_ID, and RESOURCE_ID. The PA_ACCUM_UTILS package supplies GET_SPREAD_AMOUNT_VAL, which converts a whole budget line amount into a period-to-date value bounded by the line's start and end dates.
Key Columns
- PROJECT_ID, TASK_ID, BUDGET_TYPE_CODE — the primary business keys identifying the project, task, and budget type for each row.
- RESOURCE_LIST_MEMBER_ID, ALIAS, RESOURCE_LIST_ID, RESOURCE_ID — the resource identity and its list membership context.
- RESOURCE_ACCUMULATED_FLAG — indicates whether the resource is accumulated for budget purposes.
- CURRENT_FLAG and CURRENT_ORIGINAL_FLAG — the two discriminator flags. CURRENT_FLAG gates the BASE_* measures; CURRENT_ORIGINAL_FLAG gates the ORIG_* measures.
- BASE_RAW_COST, BASE_BURDENED_COST, BASE_REVENUE, BASE_QUANTITY, BASE_LABOR_QUANTITY — the current baselined amounts, returned as zero when the row does not satisfy CURRENT_FLAG = 'Y'.
- ORIG_RAW_COST, ORIG_BURDENED_COST, ORIG_REVENUE, ORIG_QUANTITY, ORIG_LABOR_QUANTITY — the original baselined amounts, returned as zero unless CURRENT_ORIGINAL_FLAG = 'Y'.
- RAW_COST_PTD_BASE, BURDENED_COST_PTD_BASE, REVENUE_PTD_BASE, QUANTITY_PTD_BASE, LABOR_QUANTITY_PTD_BASE — period-to-date spread values derived through PA_ACCUM_UTILS.GET_SPREAD_AMOUNT_VAL over the line's start and end dates.
Labor quantity measures are further conditioned on TRACK_AS_LABOR_FLAG, returning NULL when the assignment is not tracked as labor.
Common Use Cases and Queries
The view is typically used for baseline-versus-current budget reporting, budget revision auditing, and period-by-period budget spread extracts. A representative query filtering to original baseline cost is:
SELECT project_id, task_id, budget_type_code,
resource_id, alias,
orig_raw_cost, orig_burdened_cost,
orig_revenue, orig_quantity
FROM apps.pa_todate_base_orig_budget_v
WHERE orig_raw_cost <> 0
AND budget_type_code = 'COST';
To compare current and original baselines for the same resource row, query both measure sets in a single pass and compute the delta in the reporting layer. To obtain period-to-date spread figures, select the *_PTD_BASE columns; these are populated only where CURRENT_FLAG = 'Y' and therefore reflect the currently baselined view of the period. Because the ORIG_* and BASE_* columns are zeroed rather than NULL when the corresponding flag is not satisfied, aggregation queries can sum the columns without additional NULL handling, but consumers should be aware that a zero value may signify either a genuine zero amount or a flag-driven suppression.
-
View: PA_TODATE_BASE_ORIG_BUDGET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TODATE_BASE_ORIG_BUDGET_V, object_name:PA_TODATE_BASE_ORIG_BUDGET_V, status:VALID, product: PA - Projects , description: This view displays the current, baselined budget lines by PA period , implementation_dba_data: APPS.PA_TODATE_BASE_ORIG_BUDGET_V ,
-
VIEW: APPS.PA_TODATE_BASE_ORIG_BUDGET_V
12.1.1
-
VIEW: APPS.PA_TODATE_BASE_ORIG_BUDGET_V
12.2.2
-
View: PA_TODATE_BASE_ORIG_BUDGET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TODATE_BASE_ORIG_BUDGET_V, object_name:PA_TODATE_BASE_ORIG_BUDGET_V, status:VALID, product: PA - Projects , description: This view displays the current, baselined budget lines by PA period , implementation_dba_data: APPS.PA_TODATE_BASE_ORIG_BUDGET_V ,
-
VIEW: PJI.PJI_FM_EXTR_PLNVER4#
12.2.2
-
VIEW: PJI.PJI_FM_EXTR_PLNVER1#
12.2.2
-
VIEW: PA.PA_BUDGET_VERSIONS_EFC#
12.2.2
-
VIEW: PA.PA_BUDGET_VERSIONS_AR#
12.2.2
-
VIEW: APPS.FII_PA_PABU_BUDGET_LCV
12.1.1
-
VIEW: GMS.GMS_BUDGET_VERSIONS#
12.2.2
-
View: FII_PA_PABU_BUDGET_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PA_PABU_BUDGET_LCV is the Budget level source view for the Project Budget dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_PA_PABU_BUDGET_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_PABU_BUDGET_LCV, object_name:FII_PA_PABU_BUDGET_LCV, status:VALID, product: FII - Financial Intelligence , description: FII_PA_PABU_BUDGET_LCV is the Budget level source view for the Project Budget dimension in EDW , implementation_dba_data: APPS.FII_PA_PABU_BUDGET_LCV ,
-
APPS.FII_PA_BUDGET_M_C SQL Statements
12.1.1
-
VIEW: PJI.PJI_FM_EXTR_PLNVER4#
12.2.2
owner:PJI, object_type:VIEW, object_name:PJI_FM_EXTR_PLNVER4#, status:VALID,
-
VIEW: PJI.PJI_FM_EXTR_PLNVER1#
12.2.2
owner:PJI, object_type:VIEW, object_name:PJI_FM_EXTR_PLNVER1#, status:VALID,
-
TABLE: PJI.PJI_FM_EXTR_PLNVER4
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_FM_EXTR_PLNVER4, object_name:PJI_FM_EXTR_PLNVER4, status:VALID,
-
VIEW: PA.PA_BUDGET_VERSIONS#
12.2.2
-
TABLE: PJI.PJI_FM_EXTR_PLNVER4
12.2.2
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_FM_EXTR_PLNVER4, object_name:PJI_FM_EXTR_PLNVER4, status:VALID,
-
TABLE: PJI.PJI_FM_EXTR_PLNVER1
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_FM_EXTR_PLNVER1, object_name:PJI_FM_EXTR_PLNVER1, status:VALID,
-
TABLE: PJI.PJI_FM_EXTR_PLNVER1
12.2.2
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_FM_EXTR_PLNVER1, object_name:PJI_FM_EXTR_PLNVER1, status:VALID,
-
VIEW: APPS.FII_PA_PABU_BUDGET_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_PABU_BUDGET_LCV, object_name:FII_PA_PABU_BUDGET_LCV, status:VALID,
-
VIEW: APPS.PA_CE_INTEGRATION_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_INTEGRATION_BUDGETS_V, object_name:PA_CE_INTEGRATION_BUDGETS_V, status:VALID,
-
VIEW: APPS.PA_FP_BASELINED_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_BASELINED_COST_V, object_name:PA_FP_BASELINED_COST_V, status:VALID,
-
VIEW: APPS.PA_FP_BASELINED_REVENUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_BASELINED_REVENUE_V, object_name:PA_FP_BASELINED_REVENUE_V, status:VALID,
-
TABLE: PJI.PJI_FM_EXTR_PLN
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_FM_EXTR_PLN, object_name:PJI_FM_EXTR_PLN, status:VALID,
-
VIEW: APPS.PA_CE_INTEGRATION_BUDGETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_INTEGRATION_BUDGETS_V, object_name:PA_CE_INTEGRATION_BUDGETS_V, status:VALID,
-
VIEW: APPS.PA_FP_BASELINED_COSTREV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_BASELINED_COSTREV_V, object_name:PA_FP_BASELINED_COSTREV_V, status:VALID,
-
VIEW: APPS.PA_FP_BASELINED_COSTREV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_BASELINED_COSTREV_V, object_name:PA_FP_BASELINED_COSTREV_V, status:VALID,
-
VIEW: PA.PA_BUDGET_VERSIONS_EFC#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_BUDGET_VERSIONS_EFC#, status:VALID,
-
VIEW: APPS.PA_FP_BASELINED_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_BASELINED_COST_V, object_name:PA_FP_BASELINED_COST_V, status:VALID,
-
VIEW: APPS.PA_FP_BASELINED_REVENUE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_BASELINED_REVENUE_V, object_name:PA_FP_BASELINED_REVENUE_V, status:VALID,
-
TABLE: PA.PA_BUDGET_VERSIONS_EFC
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS_EFC, object_name:PA_BUDGET_VERSIONS_EFC, status:VALID,
-
TABLE: PA.PA_BUDGET_VERSIONS_EFC
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS_EFC, object_name:PA_BUDGET_VERSIONS_EFC, status:VALID,
-
VIEW: APPS.FIIBV_PA_PABU_BUDGET_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_PA_PABU_BUDGET_LCV, object_name:FIIBV_PA_PABU_BUDGET_LCV, status:VALID,
-
VIEW: GMS.GMS_BUDGET_VERSIONS#
12.2.2
owner:GMS, object_type:VIEW, object_name:GMS_BUDGET_VERSIONS#, status:VALID,
-
VIEW: PA.PA_BUDGET_VERSIONS_AR#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_BUDGET_VERSIONS_AR#, status:VALID,
-
TABLE: FII.FII_PA_PABU_BUDGET_LTC
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_PA_PABU_BUDGET_LTC, object_name:FII_PA_PABU_BUDGET_LTC, status:VALID,
-
TABLE: PA.PA_BUDGET_VERSIONS_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS_AR, object_name:PA_BUDGET_VERSIONS_AR, status:VALID,
-
TABLE: PA.PA_BUDGET_VERSIONS_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS_AR, object_name:PA_BUDGET_VERSIONS_AR, status:VALID,
-
TABLE: FII.FII_PA_PABU_BUDGET_LSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_PA_PABU_BUDGET_LSTG, object_name:FII_PA_PABU_BUDGET_LSTG, status:VALID,
-
TABLE: PJI.PJI_FM_EXTR_PLNVER3_T
12.1.1
owner:PJI, object_type:TABLE, object_name:PJI_FM_EXTR_PLNVER3_T, status:VALID,
-
View: FIIBV_PA_PABU_BUDGET_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_PABU_BUDGET_LCV is the Budget level source view for the Project Budget dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
TABLE: PJI.PJI_FM_EXTR_PLNVER3_T
12.2.2
owner:PJI, object_type:TABLE, object_name:PJI_FM_EXTR_PLNVER3_T, status:VALID,
-
VIEW: APPS.GMS_BUDGET_VERSIONS_DRAFT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_BUDGET_VERSIONS_DRAFT_V, object_name:GMS_BUDGET_VERSIONS_DRAFT_V, status:VALID,
-
View: FIIBV_PA_PABU_BUDGET_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_PA_PABU_BUDGET_LCV, object_name:FIIBV_PA_PABU_BUDGET_LCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_PA_PABU_BUDGET_LCV is the Budget level source view for the Project Budget dimension in EDW , implementation_dba_data: APPS.FIIBV_PA_PABU_BUDGET_LCV ,
-
VIEW: APPS.GMS_BUDGET_VERSIONS_DRAFT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_BUDGET_VERSIONS_DRAFT_V, object_name:GMS_BUDGET_VERSIONS_DRAFT_V, status:VALID,
-
VIEW: APPS.GMS_BUDGET_VERSIONS_BASELND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_BUDGET_VERSIONS_BASELND_V, object_name:GMS_BUDGET_VERSIONS_BASELND_V, status:VALID,
-
VIEW: APPS.GMS_BUDGET_VERSIONS_BASELND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_BUDGET_VERSIONS_BASELND_V, object_name:GMS_BUDGET_VERSIONS_BASELND_V, status:VALID,
-
VIEW: APPS.PA_BUDGET_VERSIONS_DRAFT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_VERSIONS_DRAFT_V, object_name:PA_BUDGET_VERSIONS_DRAFT_V, status:VALID,
-
VIEW: APPS.PA_BUDGET_VERSIONS_DRAFT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_VERSIONS_DRAFT_V, object_name:PA_BUDGET_VERSIONS_DRAFT_V, status:VALID,