Search Results gms_encumbrance_items
Overview
GMS_ENCUMBRANCE_ITEMS is a reporting and integration view in the Oracle EBS Grants Accounting (GMS) module. It exposes encumbrance item records associated with grant-funded project transactions, allowing users and external processes to query encumbrance details without directly accessing the underlying transaction tables. In Oracle EBS 12.1.1 and 12.2.2, this view is primarily used for reporting on committed funds, budget checking, and grants-related expenditure tracking.
The view is defined over GMS_ENCUMBRANCE_ITEMS_ALL, applying an ORG_ID-based security predicate via USERENV('CLIENT_INFO'). This means the view returns only those encumbrance items visible to the current operating unit context established during a session. Organizations that query this view must ensure the correct client information is set; otherwise, records may appear missing or be filtered out entirely.
Underlying Base Objects
According to ETRM metadata, no base objects are documented for this view in the 12.2.2 repository. However, the view text explicitly references GMS_ENCUMBRANCE_ITEMS_ALL as its single source object. The view applies an ORG_ID filter using the standard multiorg security pattern found throughout Oracle EBS, comparing NVL(ORG_ID, -99) against the value derived from the session's CLIENT_INFO.
The documentation notes that the view is "Not implemented in this database," indicating it may not be present in every environment or may exist only in specific grants-enabled instances. Its columns correspond one-to-one with the underlying _ALL table, with the addition of the multiorg security predicate.
Key Columns
- ENCUMBRANCE_ITEM_ID — Primary key uniquely identifying each encumbrance item.
- ENCUMBRANCE_ID — Foreign key to the parent encumbrance header.
- ENCUMBRANCE_TYPE — Classifies the encumbrance (e.g., commitment, obligation).
- ENC_DISTRIBUTED_FLAG — Indicates whether the item has been distributed to General Ledger.
- PROJECT_RATE_TYPE — The rate type applied for currency conversion into project currency, directly relevant to searches for project_rate_type.
- PROJECT_RATE_DATE, PROJECT_EXCHANGE_RATE — The rate date and rate used for project currency conversion.
- ACCT_RATE_TYPE, ACCT_EXCHANGE_RATE, ACCT_RATE_DATE — Corresponding accounting currency conversion fields.
- AMOUNT, PROJECT_TP_CURRENCY_CODE, DENOM_RAW_AMOUNT — Monetary amounts and denominated currency details.
- GL_DATE, PA_DATE — General Ledger and Project Accounting accounting dates.
- PERSON_ID, INCURRED_BY_PERSON_ID — Personnel references associated with the transaction.
Common Use Cases and Queries
A frequent requirement is identifying encumbrances that use a particular project rate type, particularly when validating currency conversion setup. The following query returns encumbrance items filtered by PROJECT_RATE_TYPE:
SELECT encumbrance_item_id, encumbrance_id, project_rate_type, project_exchange_rate, amount FROM gms_encumbrance_items WHERE project_rate_type = 'Corporate';
Other common scenarios include reconciling distributed versus non-distributed encumbrances, reporting by GL date range, and linking encumbrance items to tasks or awards.
SELECT encumbrance_item_id, gl_date, encumbrance_type, amount FROM gms_encumbrance_items WHERE enc_distributed_flag = 'N' AND gl_date BETWEEN :start_date AND :end_date;SELECT task_id, SUM(amount) total_encumbered FROM gms_encumbrance_items GROUP BY task_id;
Because the view enforces operating unit security, integration and reporting tools must set the CLIENT_INFO context correctly. When the view is unavailable in a given instance, equivalent reporting must target GMS_ENCUMBRANCE_ITEMS_ALL directly with an explicit ORG_ID filter.
-
View: GMS_ENCUMBRANCE_ITEMS
12.2.2
product: GMS - Grants Accounting , implementation_dba_data: Not implemented in this database ,
-
View: GMS_ENCUMBRANCE_ITEMS
12.1.1
product: GMS - Grants Accounting , implementation_dba_data: Not implemented in this database ,
-
APPS.GMS_ENCUMBRANCE_ITEMS_PKG SQL Statements
12.1.1
-
APPS.GMS_ENCUMBRANCE_ITEMS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCE_ITEMS_PKG
12.2.2
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCE_ITEMS_PKG
12.1.1
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCE_ITEMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_ENCUMBRANCE_ITEMS_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_ENCUMBRANCES_PKG, status:VALID,
-
APPS.GMS_ENCUMBRANCE_GROUPS_PKG SQL Statements
12.2.2
-
APPS.GMS_ENCUMBRANCE_GROUPS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_ENCUMBRANCES_PKG, status:VALID,
-
SYNONYM: APPS.GMS_ENCUMBRANCE_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMS_ENCUMBRANCE_ITEMS, status:VALID,
-
PACKAGE BODY: APPS.GMS_ENC_ADJUSTMENTS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_ENC_ADJUSTMENTS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCE_ITEMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_ENCUMBRANCE_ITEMS_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMS_ENC_ADJUSTMENTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_ENC_ADJUSTMENTS, status:VALID,
-
SYNONYM: APPS.GMS_ENCUMBRANCE_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMS_ENCUMBRANCE_ITEMS, status:VALID,
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCE_GROUPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_ENCUMBRANCE_GROUPS_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCE_GROUPS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_ENCUMBRANCE_GROUPS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.GMS_COST_PLUS_EXTN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_COST_PLUS_EXTN, status:VALID,
-
PACKAGE BODY: APPS.GMS_COST_PLUS_EXTN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_COST_PLUS_EXTN, status:VALID,
-
PACKAGE BODY: APPS.GMS_FUNDS_CONTROL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_FUNDS_CONTROL_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.GMS_WF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_WF_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMS_WF_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_WF_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMS_FUNDS_CONTROL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_FUNDS_CONTROL_PKG, status:VALID,
-
VIEW: GMS.GMS_ENCUMBRANCE_ITEMS_ALL#
12.2.2
owner:GMS, object_type:VIEW, object_name:GMS_ENCUMBRANCE_ITEMS_ALL#, status:VALID,
-
APPS.PA_IND_RATE_SCH_REVISIONS_PKG SQL Statements
12.2.2
-
APPS.PA_IND_RATE_SCH_REVISIONS_PKG SQL Statements
12.1.1
-
VIEW: APPS.GMS_ENC_PSI_V
12.2.2
-
VIEW: APPS.GMS_ENC_PSI_V
12.1.1
-
VIEW: APPS.GMS_ENC_PSI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_ENC_PSI_V, object_name:GMS_ENC_PSI_V, status:VALID,
-
APPS.GMS_ENC_ADJUSTMENTS SQL Statements
12.1.1
-
APPS.GMS_ENC_ADJUSTMENTS SQL Statements
12.2.2
-
VIEW: APPS.GMS_ENC_PSI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_ENC_PSI_V, object_name:GMS_ENC_PSI_V, status:VALID,
-
View: GMS_ENC_PSI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_ENC_PSI_V, object_name:GMS_ENC_PSI_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_ENC_PSI_V ,
-
APPS.GMS_ENC_COPY SQL Statements
12.2.2
-
View: GMS_ENC_PSI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_ENC_PSI_V, object_name:GMS_ENC_PSI_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_ENC_PSI_V ,
-
APPS.GMS_ENC_COPY SQL Statements
12.1.1
-
APPS.GMS_ENCUMBRANCES_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCE_GROUPS_PKG
12.1.1
-
APPS.GMS_ENCUMBRANCES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCE_GROUPS_PKG
12.2.2
-
APPS.GMS_TRANSACTIONS SQL Statements
12.2.2
-
APPS.GMS_TRANSACTIONS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCES_PKG
12.2.2
-
TABLE: GMS.GMS_ENCUMBRANCE_ITEMS_ALL
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_ENCUMBRANCE_ITEMS_ALL, object_name:GMS_ENCUMBRANCE_ITEMS_ALL, status:VALID,
-
PACKAGE BODY: APPS.GMS_ENCUMBRANCES_PKG
12.1.1