Search Results gms_task_budgets2_v
Overview
The view GMS_TASK_BUDGETS2_V is an Oracle E-Business Suite Grants Accounting (GMS) reporting object owned by the APPS schema. It presents task-level and award-level budget data drawn from Grants Accounting budget versions and Oracle Projects task structures, exposing a consolidated picture of budgeted amounts by budget version, project, award, and task. In EBS 12.1.1 and 12.2.2 this view functions primarily as a data source for Grants Accounting budget enquiry, reporting, and integration against project tasks. It allows callers to retrieve budget figures associated with a specific funding award alongside the Projects task hierarchy, removing the need to join budget lines, resource assignments, and tasks independently.
Underlying Base Objects
The view is defined over the following documented objects:
GMS_BUDGET_VERSIONS— the driving table for budget version, project, award, budget type, version number, and status.GMS_BUDGET_LINES— supplies the monetary amounts (raw cost, burdened cost, revenue) and quantities per resource assignment.GMS_RESOURCE_ASSIGNMENTS— links budget lines to tasks and carries theTRACK_AS_LABOR_FLAGused to determine quantity aggregation.PA_TASKS— provides task ID, task number, task name, parent task, and top task identifiers for the Projects task hierarchy.GMS_BUDGET_UTILS— a package whoseGET_ENTRY_LEVEL_CODEfunction determines whether budget entry is performed at project level or at task level.
The view is a UNION ALL of several branches. When the entry level code is not P, task-level rows are produced by joining budget versions to tasks. When the entry level is P, a single project-level row is produced with zeroed task identifiers. Additional branches aggregate budget lines to their lowest or top-level tasks, returning summed raw cost, burdened cost, revenue, and labor-tracked quantities. This design allows a single query to return both detailed task budgets and rolled-up top-task totals.
Key Columns
BUDGET_VERSION_ID— identifier of the budget version.PROJECT_ID— the Projects project associated with the budget.AWARD_ID— the Grants Accounting award to which the budget relates.BUDGET_TYPE_CODE— classifies the budget type.VERSION_NUMBER— the budget version sequence number.BUDGET_STATUS_CODE— workflow/status of the budget version.TASK_ID,TASK_NUMBER,TASK_NAME,PARENT_TASK_ID— the Projects task hierarchy identifiers and attributes.- Aggregated measures — summed
RAW_COST,BURDENED_COST,REVENUE, and labor-trackedQUANTITY.
Common Use Cases and Queries
Typical scenarios include retrieving all task budgets for an award, reporting budgeted cost and revenue by task, and comparing budget versions. A representative query:
SELECT BUDGET_VERSION_ID, PROJECT_ID, AWARD_ID, TASK_NUMBER, TASK_NAME, RAW_COST, BURDENED_COST, REVENUE FROM APPS.GMS_TASK_BUDGETS2_V WHERE AWARD_ID = :p_award_id AND BUDGET_STATUS_CODE = 'W';- Aggregation by award:
SELECT AWARD_ID, SUM(RAW_COST), SUM(BURDENED_COST) FROM APPS.GMS_TASK_BUDGETS2_V GROUP BY AWARD_ID;
Because the object is a view, it should be queried rather than modified, and callers should expect task identifiers to be zero or null when budget entry is performed at project level.
-
View: GMS_TASK_BUDGETS2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_TASK_BUDGETS2_V, object_name:GMS_TASK_BUDGETS2_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_TASK_BUDGETS2_V ,
-
View: GMS_TASK_BUDGETS2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_TASK_BUDGETS2_V, object_name:GMS_TASK_BUDGETS2_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_TASK_BUDGETS2_V ,
-
VIEW: APPS.GMS_TASK_BUDGETS_V
12.1.1
-
VIEW: APPS.GMS_TASK_BUDGETS_V
12.2.2
-
SYNONYM: APPS.GMS_RESOURCE_ASSIGNMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMS_RESOURCE_ASSIGNMENTS, status:VALID,
-
SYNONYM: APPS.GMS_BUDGET_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMS_BUDGET_LINES, status:VALID,
-
SYNONYM: APPS.GMS_BUDGET_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMS_BUDGET_LINES, status:VALID,
-
View: GMS_TASK_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_TASK_BUDGETS_V, object_name:GMS_TASK_BUDGETS_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted , implementation_dba_data: APPS.GMS_TASK_BUDGETS_V ,
-
View: GMS_TASK_BUDGETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_TASK_BUDGETS_V, object_name:GMS_TASK_BUDGETS_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted , implementation_dba_data: APPS.GMS_TASK_BUDGETS_V ,
-
SYNONYM: APPS.GMS_RESOURCE_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMS_RESOURCE_ASSIGNMENTS, status:VALID,
-
PACKAGE: APPS.GMS_BUDGET_UTILS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMS_BUDGET_UTILS, status:VALID,
-
PACKAGE: APPS.GMS_BUDGET_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMS_BUDGET_UTILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.GMS_BUDGET_VERSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMS_BUDGET_VERSIONS, status:VALID,
-
SYNONYM: APPS.GMS_BUDGET_VERSIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMS_BUDGET_VERSIONS, status:VALID,
-
VIEW: APPS.GMS_TASK_BUDGETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_TASK_BUDGETS_V, object_name:GMS_TASK_BUDGETS_V, status:VALID,
-
VIEW: APPS.GMS_TASK_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_TASK_BUDGETS_V, object_name:GMS_TASK_BUDGETS_V, status:VALID,
-
VIEW: APPS.GMS_TASK_BUDGETS2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_TASK_BUDGETS2_V, object_name:GMS_TASK_BUDGETS2_V, status:VALID,
-
VIEW: APPS.GMS_TASK_BUDGETS2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_TASK_BUDGETS2_V, object_name:GMS_TASK_BUDGETS2_V, status:VALID,
-
SYNONYM: APPS.PA_TASKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_TASKS, status:VALID,
-
SYNONYM: APPS.PA_TASKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_TASKS, status:VALID,
-
eTRM - GMS Tables and Views
12.1.1
description: Versions of award and budget workflows. There can be many workflows for an award or budget. ,
-
eTRM - GMS Tables and Views
12.2.2
description: Versions of award and budget workflows. There can be many workflows for an award or budget. ,
-
eTRM - GMS Tables and Views
12.1.1
description: Versions of award and budget workflows. There can be many workflows for an award or budget. ,
-
eTRM - GMS Tables and Views
12.2.2
description: Versions of award and budget workflows. There can be many workflows for an award or budget. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1