Search Results gms_budget_versions
Overview
The GMS_BUDGET_VERSIONS table is a core data object within the Oracle E-Business Suite Grants Accounting (GMS) module. It serves as the central repository for storing and managing different versions of budgets associated with sponsored awards or grants. In the context of project financial management for grant-funded activities, this table enables organizations to create, maintain, and track multiple budget iterations for a single award. This functionality is critical for processes such as initial budget submission, rebudgeting, and comparative analysis of planned versus actual expenditures across different fiscal scenarios. Its role is integral to maintaining audit trails and ensuring compliance with sponsor-specific financial regulations.
Key Information Stored
While the full column list is not detailed in the provided metadata, the primary and foreign key relationships reveal the essential data attributes. The table's primary key is BUDGET_VERSION_ID, which uniquely identifies each budget version record. Key foreign key columns link this table to other fundamental EBS entities, defining the budget's context and methodology. These include PROJECT_ID, which ties the budget version to a specific award or project in PA_PROJECTS_ALL. The BUDGET_TYPE_CODE and BUDGET_ENTRY_METHOD_CODE columns reference PA_BUDGET_TYPES and PA_BUDGET_ENTRY_METHODS, respectively, defining the budget's classification (e.g., original, current, baseline) and the method used for its creation (e.g., spreadsheets, templates). The RESOURCE_LIST_ID links to PA_RESOURCE_LISTS_ALL_BG, associating a predefined list of resources (labor, equipment) with the budget version.
Common Use Cases and Queries
A primary use case is generating reports that list all budget versions for a specific award, often for audit or management review. Another critical scenario involves querying to compare details between different versions, such as an original versus a revised budget. Technical consultants often reference this table when building custom budget validation or integration scripts. A common SQL pattern retrieves budget version headers for a project:
- SELECT budget_version_id, budget_type_code, version_name, description FROM gms_budget_versions WHERE project_id = :p_project_id ORDER BY creation_date;
For a more comprehensive report joining related information, a query might join to PA_PROJECTS_ALL to get the project name and number, and to PA_BUDGET_TYPES for the budget type meaning.
Related Objects
The GMS_BUDGET_VERSIONS table is a central hub within the Grants Accounting schema. It is directly referenced by the GMS_RESOURCE_ASSIGNMENTS table via the BUDGET_VERSION_ID foreign key, where the detailed line-item budget amounts are stored. As indicated by its foreign keys, it depends on several Project Accounting (PA) tables for foundational data: PA_PROJECTS_ALL (award definition), PA_BUDGET_TYPES, PA_BUDGET_ENTRY_METHODS, and PA_RESOURCE_LISTS_ALL_BG. This structure ensures that budget versions are always created within the context of a valid project and adhere to defined entry methods and resource constraints. Custom reports and interfaces typically join these tables to present a complete budget picture.
-
Table: GMS_BUDGET_VERSIONS
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_BUDGET_VERSIONS, object_name:GMS_BUDGET_VERSIONS, status:VALID, product: GMS - Grants Accounting , description: Versions of award budgets , implementation_dba_data: GMS.GMS_BUDGET_VERSIONS ,
-
Table: GMS_BUDGET_VERSIONS
12.2.2
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_BUDGET_VERSIONS, object_name:GMS_BUDGET_VERSIONS, status:VALID, product: GMS - Grants Accounting , description: Versions of award budgets , implementation_dba_data: GMS.GMS_BUDGET_VERSIONS ,
-
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: GMS_BUDGETARY_CONTROL_AWARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_BUDGETARY_CONTROL_AWARD_V, object_name:GMS_BUDGETARY_CONTROL_AWARD_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_BUDGETARY_CONTROL_AWARD_V ,
-
View: GMS_BUDGETARY_CONTROL_AWARD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_BUDGETARY_CONTROL_AWARD_V, object_name:GMS_BUDGETARY_CONTROL_AWARD_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_BUDGETARY_CONTROL_AWARD_V ,
-
View: GMS_STATUS_ACCUM_TASK_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_ACCUM_TASK_BASE_V, object_name:GMS_STATUS_ACCUM_TASK_BASE_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_STATUS_ACCUM_TASK_BASE_V ,
-
View: GMS_STATUS_ACCUM_PROJ_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_ACCUM_PROJ_BASE_V, object_name:GMS_STATUS_ACCUM_PROJ_BASE_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_STATUS_ACCUM_PROJ_BASE_V ,
-
View: 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, product: GMS - Grants Accounting , description: - Retrofitted , implementation_dba_data: APPS.GMS_BUDGET_VERSIONS_DRAFT_V ,
-
View: GMS_STATUS_ACCUM_PROJ_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_ACCUM_PROJ_BASE_V, object_name:GMS_STATUS_ACCUM_PROJ_BASE_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_STATUS_ACCUM_PROJ_BASE_V ,
-
Table: GMS_RESOURCE_ASSIGNMENTS
12.2.2
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_RESOURCE_ASSIGNMENTS, object_name:GMS_RESOURCE_ASSIGNMENTS, status:VALID, product: GMS - Grants Accounting , description: Resource assignments for a budget version at a branch of project's work breakdown , implementation_dba_data: GMS.GMS_RESOURCE_ASSIGNMENTS ,
-
View: GMS_STATUS_ACCUM_TASK_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_ACCUM_TASK_BASE_V, object_name:GMS_STATUS_ACCUM_TASK_BASE_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_STATUS_ACCUM_TASK_BASE_V ,
-
View: GMS_STATUS_RESOURCES_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_RESOURCES_BASE_V, object_name:GMS_STATUS_RESOURCES_BASE_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_STATUS_RESOURCES_BASE_V ,
-
View: GMS_STATUS_RESOURCES_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_RESOURCES_BASE_V, object_name:GMS_STATUS_RESOURCES_BASE_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_STATUS_RESOURCES_BASE_V ,
-
View: GMS_STATUS_AWARD_ACCUM_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_AWARD_ACCUM_BASE_V, object_name:GMS_STATUS_AWARD_ACCUM_BASE_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_STATUS_AWARD_ACCUM_BASE_V ,
-
View: GMS_BUDGETARY_CONTROL_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_BUDGETARY_CONTROL_PROJ_V, object_name:GMS_BUDGETARY_CONTROL_PROJ_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_BUDGETARY_CONTROL_PROJ_V ,
-
View: 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, product: GMS - Grants Accounting , description: - Retrofitted , implementation_dba_data: APPS.GMS_BUDGET_VERSIONS_DRAFT_V ,
-
Table: GMS_RESOURCE_ASSIGNMENTS
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_RESOURCE_ASSIGNMENTS, object_name:GMS_RESOURCE_ASSIGNMENTS, status:VALID, product: GMS - Grants Accounting , description: Resource assignments for a budget version at a branch of project's work breakdown , implementation_dba_data: GMS.GMS_RESOURCE_ASSIGNMENTS ,
-
View: GMS_STATUS_AWARD_ACCUM_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_STATUS_AWARD_ACCUM_BASE_V, object_name:GMS_STATUS_AWARD_ACCUM_BASE_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_STATUS_AWARD_ACCUM_BASE_V ,
-
View: GMS_BUDGETARY_CONTROL_PROJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_BUDGETARY_CONTROL_PROJ_V, object_name:GMS_BUDGETARY_CONTROL_PROJ_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_BUDGETARY_CONTROL_PROJ_V ,
-
View: GMS_AWARDS_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_AWARDS_BASIC_V, object_name:GMS_AWARDS_BASIC_V, status:VALID, product: GMS - Grants Accounting , description: Awards funding a particular project or task , implementation_dba_data: APPS.GMS_AWARDS_BASIC_V ,
-
View: GMS_AWARDS_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_AWARDS_BASIC_V, object_name:GMS_AWARDS_BASIC_V, status:VALID, product: GMS - Grants Accounting , description: Awards funding a particular project or task , implementation_dba_data: APPS.GMS_AWARDS_BASIC_V ,
-
View: GMS_SSA_AWARDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_SSA_AWARDS_V, object_name:GMS_SSA_AWARDS_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_SSA_AWARDS_V ,
-
View: GMS_SSA_AWARDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_SSA_AWARDS_V, object_name:GMS_SSA_AWARDS_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_SSA_AWARDS_V ,
-
View: GMS_RES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_RES_V, object_name:GMS_RES_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted , implementation_dba_data: APPS.GMS_RES_V ,
-
View: GMS_RESG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_RESG_V, object_name:GMS_RESG_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted , implementation_dba_data: APPS.GMS_RESG_V ,
-
View: GMS_RES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_RES_V, object_name:GMS_RES_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted , implementation_dba_data: APPS.GMS_RES_V ,
-
View: GMS_RESG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_RESG_V, object_name:GMS_RESG_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted , implementation_dba_data: APPS.GMS_RESG_V ,
-
View: 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, product: GMS - Grants Accounting , description: 10SC Only , implementation_dba_data: APPS.GMS_BUDGET_VERSIONS_BASELND_V ,
-
View: 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, product: GMS - Grants Accounting , description: 10SC Only , implementation_dba_data: APPS.GMS_BUDGET_VERSIONS_BASELND_V ,
-
View: GMS_FUNDSCTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_FUNDSCTL_V, object_name:GMS_FUNDSCTL_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.GMS_FUNDSCTL_V ,
-
View: GMS_FUNDSCTL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_FUNDSCTL_V, object_name:GMS_FUNDSCTL_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.GMS_FUNDSCTL_V ,
-
View: GMS_AWARD_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_AWARD_BAL_V, object_name:GMS_AWARD_BAL_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted , implementation_dba_data: APPS.GMS_AWARD_BAL_V ,
-
View: GMS_AWARD_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_AWARD_BAL_V, object_name:GMS_AWARD_BAL_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted , implementation_dba_data: APPS.GMS_AWARD_BAL_V ,
-
View: GMS_FUNDSCTL_RES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_FUNDSCTL_RES_V, object_name:GMS_FUNDSCTL_RES_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_FUNDSCTL_RES_V ,
-
View: GMS_FUNDSCTL_RES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_FUNDSCTL_RES_V, object_name:GMS_FUNDSCTL_RES_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_FUNDSCTL_RES_V ,