Search Results gms_ssa_awards_v
Overview
GMS_SSA_AWARDS_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, defined within the Grants Accounting (GMS) product family. Its name reflects its purpose: it exposes award records that are eligible for the Sponsored Projects Self-Service Awards (SSA) function, filtered to awards using a deferred (sponsored) award template. The view consolidates award header information with the project and task structures that were created from those awards, producing a single denormalized result set suitable for self-service inquiry screens, concurrent reporting, and downstream integration.
Unlike a simple table synonym, this view embeds significant business logic. Only awards with a status of AT_RISK or ACTIVE, an AWARD_TEMPLATE_FLAG of DEFERRED, and at least one baselined budget version are surfaced. The view therefore represents operationally live, budgeted sponsored awards together with their associated projects and chargeable tasks, which is precisely the population of interest to grants administrators and principal investigators using self-service pages.
Underlying Base Objects
The view is defined over a join of several GMS and Oracle Projects objects, all accessed through APPS synonyms. Documented referenced base objects include GMS_AWARDS, GMS_INSTALLMENTS, GMS_SUMMARY_PROJECT_FUNDINGS, GMS_BUDGET_VERSIONS, PA_PROJECTS_ALL, PA_TASKS, and HR_ORGANIZATION_UNITS. The HR_GENERAL and HR_SECURITY packages, which implement organization-based security, are also referenced.
The join chain begins at GMS_AWARDS and proceeds through GMS_INSTALLMENTS to GMS_SUMMARY_PROJECT_FUNDINGS, linking awards to the projects and tasks funded by them. PA_PROJECTS_ALL supplies the project number (SEGMENT1), while PA_TASKS supplies task identifiers and the chargeable flag. HR_ORGANIZATION_UNITS provides the award organization name, resolving the AWARD_ORGANIZATION_ID. Project-to-task linkage is deliberately loose: the summary funding task is matched to a task when it equals TASK_ID, equals the project's TOP_TASK_ID, or is null, ensuring top-level tasks and project-level fundings are represented. An EXISTS subquery against GMS_BUDGET_VERSIONS restricts output to awards having a baselined budget version (BUDGET_STATUS_CODE = 'B') for the relevant project. The DISTINCT keyword eliminates duplication introduced by the multiple-task join path.
Key Columns
- AWARD_ID / AWARD_NUMBER / AWARD_SHORT_NAME — Primary award identifiers and the short name used in self-service displays.
- AWARD_ORGANIZATION_ID / AWARD_ORGANIZATION_NAME — Owning organization of the award, resolved from HR_ORGANIZATION_UNITS.
- START_DATE / END_DATE / CLOSE_DATE — Award period boundaries; START_DATE is NVL(PREAWARD_DATE, START_DATE_ACTIVE), so pre-award dates are honored when present.
- PROJECT_ID / PROJECT_NUMBER — The funded project and its user-visible number.
- TASK_ID / TASK_NUMBER — The associated task structure, restricted to chargeable tasks (CHARGEABLE_FLAG = 'Y').
- ORG_ID — Operating unit identifier, supporting multi-org reporting and security.
Common Use Cases and Queries
Typical uses include validating that a deferred-template award is visible in self-service after budget baselining, reconciling award-to-project mappings, and feeding grants dashboards. A basic query:
SELECT award_number, award_short_name, award_organization_name, project_number, task_number, start_date, end_date FROM apps.gms_ssa_awards_v WHERE org_id = :p_org_id ORDER BY award_number;- Filtering by project:
SELECT award_number, project_number, task_number FROM apps.gms_ssa_awards_v WHERE project_number = :p_project_number; - Detecting awards nearing expiration:
SELECT award_number, end_date FROM apps.gms_ssa_awards_v WHERE end_date BETWEEN SYSDATE AND SYSDATE + 90;
Because the view already applies status, template, budget, and chargeability filters, queries should not re-filter on those dimensions unless explicitly auditing excluded awards, in which case the base GMS_AWARDS and GMS_SUMMARY_PROJECT_FUNDINGS tables should be queried directly. Access is governed by APPS schema privileges and HR security packages.
-
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: APPS.AP_WEB_PA_PROJECTS_TASKS_V
12.2.2
-
VIEW: APPS.AP_WEB_PA_PROJECTS_TASKS_V
12.1.1
-
APPS.GMS_OIE_INT_PKG SQL Statements
12.2.2
-
APPS.GMS_OIE_INT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GMS_OIE_INT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_OIE_INT_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMS_OIE_INT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_OIE_INT_PKG, status:VALID,
-
SYNONYM: APPS.GMS_SUMMARY_PROJECT_FUNDINGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMS_SUMMARY_PROJECT_FUNDINGS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
View: AP_WEB_PA_PROJECTS_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_WEB_PA_PROJECTS_TASKS_V, object_name:AP_WEB_PA_PROJECTS_TASKS_V, status:VALID, product: AP - Payables , description: In Oracle Internet Expenses, both the view projects and Task Function and the Task Number List of Values are based on this view , implementation_dba_data: APPS.AP_WEB_PA_PROJECTS_TASKS_V ,
-
SYNONYM: APPS.GMS_SUMMARY_PROJECT_FUNDINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMS_SUMMARY_PROJECT_FUNDINGS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.GMS_INSTALLMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMS_INSTALLMENTS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.GMS_INSTALLMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMS_INSTALLMENTS, status:VALID,
-
View: AP_WEB_PA_PROJECTS_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_WEB_PA_PROJECTS_TASKS_V, object_name:AP_WEB_PA_PROJECTS_TASKS_V, status:VALID, product: AP - Payables , description: In Oracle Internet Expenses, both the view projects and Task Function and the Task Number List of Values are based on this view , implementation_dba_data: APPS.AP_WEB_PA_PROJECTS_TASKS_V ,
-
SYNONYM: APPS.GMS_AWARDS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMS_AWARDS, status:VALID,
-
VIEW: APPS.ICX_AP_EXPENSE_LINES_V
12.2.2
-
VIEW: APPS.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,
-
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,
-
SYNONYM: APPS.GMS_AWARDS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMS_AWARDS, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.ICX_AP_EXPENSE_LINES_V
12.1.1
-
VIEW: APPS.ICX_AP_EXPENSE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_AP_EXPENSE_LINES_V, object_name:ICX_AP_EXPENSE_LINES_V, status:VALID,
-
VIEW: APPS.ICX_AP_EXPENSE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_AP_EXPENSE_LINES_V, object_name:ICX_AP_EXPENSE_LINES_V, status:VALID,
-
PACKAGE BODY: APPS.GMS_OIE_INT_PKG
12.1.1
-
PACKAGE BODY: APPS.GMS_OIE_INT_PKG
12.2.2
-
VIEW: APPS.AP_WEB_PA_PROJECTS_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_WEB_PA_PROJECTS_TASKS_V, object_name:AP_WEB_PA_PROJECTS_TASKS_V, status:VALID,
-
VIEW: APPS.AP_WEB_PA_PROJECTS_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_WEB_PA_PROJECTS_TASKS_V, object_name:AP_WEB_PA_PROJECTS_TASKS_V, status:VALID,
-
APPS.GMS_OIE_INT_PKG dependencies on GMS_SSA_AWARDS_V
12.2.2
-
APPS.GMS_OIE_INT_PKG dependencies on GMS_SSA_AWARDS_V
12.1.1
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, 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,
-
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,
-
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,
-
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. ,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
eTRM - ICX Tables and Views
12.2.2
-
eTRM - ICX Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,