Search Results gms_status_commitments_v
Overview
GMS_STATUS_COMMITMENTS_V is an Oracle E-Business Suite views owned by the APPS schema and delivered as part of the GMS – Grants Accounting product family. In the EBS 12.1.1 and 12.2.2 releases, the view exposes commitment (encumbrance) activity for grant-funded awards and projects in a reporting-ready format. Its defining purpose is to consolidate commitment documents — purchase orders and other encumbrance sources — with the project, task, award, expenditure type, and accounting period context required by grants administrators and principal investigators.
Because the view joins commitment burden data to project and task definitions, it allows encumbered quantities and costs to be reported against the same award and task hierarchy used by the Grants Accounting budget-to-actual reports. Querying by the COMMITMENT_NUMBER column, which the search term suggests is the primary driver of interest, returns the award/project context, the supplier, the expenditure category, and the raw and burdened cost for each commitment line, presented in the functional currency as rounded by the PA_CURRENCY package.
The object is grant-specific: it is not a general Payables or Purchasing commitments view. Its presence in grants reporting means it supports funds-checking and encumbrance visibility in a sponsored-award context where commitments must be associated with a valid award, project, and task combination.
Underlying Base Objects
The view is defined as an inline join of five base data sources. GMS_COMMITMENT_BURDEN_V supplies the commitment facts, including award, project, task, document type, expenditure type, commitment number, quantities, supplier, transaction source, and accounted raw and burdened costs. PA_PROJECTS_ALL provides the project number (SEGMENT1) and project name. PA_TASKS supplies the task number and task name. HR_ORGANIZATION_UNITS resolves the organization name for the expenditure organization. PA_PERIODS supplies the accounting period name, organization ID, and the period date range used to join the expenditure item date.
The documented referenced base objects extend beyond the immediate FROM clause: GMS_BUDGET_BALANCE, HR_GENERAL, HR_SECURITY, PA_CMT_UTILS, PA_CURRENCY, and PO_INTG_DOCUMENT_FUNDS_GRP are all registered dependencies. The HR_SECURITY and HR_GENERAL references reflect organization-based security applied to HR_ORGANIZATION_UNITS, meaning a user's organizational access can constrain the rows returned. PA_CURRENCY.ROUND_CURRENCY_AMT is applied to the raw and burdened cost columns to enforce currency precision. PO_INTG_DOCUMENT_FUNDS_GRP and PA_CMT_UTILS relate to funds checking and commitment utility logic used during commitment creation and reporting.
Key Columns
- AWARD_ID, PROJECT_ID, PROJECT_NUMBER, PROJECT_NAME — identify the sponsored award and project context.
- TASK_ID, TASK_NUMBER, TASK_NAME — the task level at which the commitment is recorded.
- COMMITMENT_NUMBER — the encumbrance document identifier (mapped from GCEV.CMT_NUMBER), the primary key business users search on.
- DOCUMENT_TYPE, TRANSACTION_SOURCE — classify the originating commitment document.
- EXPENDITURE_TYPE, EXPENDITURE_ITEM_DATE — the expenditure category and the date used to assign the accounting period.
- EXPENDITURE_ORGANIZATION — the organization name from HR_ORGANIZATION_UNITS.
- QUANTITY, UNIT_OF MEASURE — committed quantity, coalesced to zero when null.
- SUPPLIER_NAME — the vendor associated with the commitment.
- RAW_COST, BURDENED_COST — accounted raw and burdened amounts, currency-rounded.
- PA_PERIOD, ORG_ID, GL_DATE — accounting period, operating unit, and general ledger date.
Common Use Cases and Queries
The typical use case is retrieving all commitments associated with a specific award, project, or commitment number, and reconciling encumbered values against budget balances. A representative query is:
SELECT award_id, project_number, task_number, commitment_number,
supplier_name, expenditure_type, quantity, raw_cost, burdened_cost,
pa_period, gl_date
FROM apps.gms_status_commitments_v
WHERE commitment_number = :commitment_number
ORDER BY pa_period, task_number;
Reporting variants aggregate by project and period, for example SUM(burdened_cost) GROUP BY project_number, pa_period, to present period-by-period encumbrance status. Because the view applies HR security and currency rounding, it should be treated as a reporting and inquiry layer rather than a maintenance interface; encumbrance transactions themselves are created and adjusted in Purchasing and Payables. Note that the view is documented as VALID in the APPS schema and is owned by Oracle, so custom code should reference it without modification.
-
View: GMS_STATUS_COMMITMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_COMMITMENTS_V, object_name:GMS_STATUS_COMMITMENTS_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_STATUS_COMMITMENTS_V ,
-
View: GMS_STATUS_COMMITMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_COMMITMENTS_V, object_name:GMS_STATUS_COMMITMENTS_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_STATUS_COMMITMENTS_V ,
-
PACKAGE: APPS.GMS_BUDGET_BALANCE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMS_BUDGET_BALANCE, status:VALID,
-
PACKAGE: APPS.PO_INTG_DOCUMENT_FUNDS_GRP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PO_INTG_DOCUMENT_FUNDS_GRP, status:VALID,
-
PACKAGE: APPS.GMS_BUDGET_BALANCE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMS_BUDGET_BALANCE, status:VALID,
-
PACKAGE: APPS.PA_CMT_UTILS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_CMT_UTILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE: APPS.PO_INTG_DOCUMENT_FUNDS_GRP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PO_INTG_DOCUMENT_FUNDS_GRP, status:VALID,
-
PACKAGE: APPS.PA_CMT_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_CMT_UTILS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.GMS_COMMITMENT_BURDEN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENT_BURDEN_V, object_name:GMS_COMMITMENT_BURDEN_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.GMS_STATUS_COMMITMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_COMMITMENTS_V, object_name:GMS_STATUS_COMMITMENTS_V, status:VALID,
-
VIEW: APPS.GMS_COMMITMENT_BURDEN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENT_BURDEN_V, object_name:GMS_COMMITMENT_BURDEN_V, status:VALID,
-
VIEW: APPS.GMS_STATUS_COMMITMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_COMMITMENTS_V, object_name:GMS_STATUS_COMMITMENTS_V, status:VALID,
-
SYNONYM: APPS.PA_PERIODS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PERIODS, status:VALID,
-
SYNONYM: APPS.PA_PERIODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PERIODS, status:VALID,
-
PACKAGE: APPS.PA_CURRENCY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_CURRENCY, status:VALID,
-
PACKAGE: APPS.PA_CURRENCY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_CURRENCY, status:VALID,
-
APPS.GMS_WF_PKG SQL Statements
12.1.1
-
APPS.GMS_WF_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.PA_TASKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_TASKS, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
SYNONYM: APPS.PA_TASKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_TASKS, status:VALID,
-
APPS.GMS_WF_PKG dependencies on GMS_SUMMARY_PROJECT_FUNDINGS
12.2.2
-
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. ,
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, status:VALID,
-
APPS.GMS_WF_PKG dependencies on GMS_SUMMARY_PROJECT_FUNDINGS
12.1.1
-
APPS.GMS_WF_PKG dependencies on GMS_COMMITMENT_ENCUMBERED_V
12.1.1
-
APPS.GMS_WF_PKG dependencies on GMS_COMMITMENT_ENCUMBERED_V
12.2.2
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
PACKAGE BODY: APPS.GMS_WF_PKG
12.1.1
-
PACKAGE BODY: APPS.GMS_WF_PKG
12.2.2
-
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. ,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, 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. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,