Search Results gms_event_intersect
Overview
The GMS_EVENT_INTERSECT table is a core data object within the Oracle E-Business Suite (EBS) Grants Accounting (GMS) module, specifically for versions 12.1.1 and 12.2.2. Its primary function is to establish and maintain the relationship between expenditure items and project events. In the context of grant and award management, this table serves as a critical junction that enables the system to track which specific costs (expenditure items) are associated with which predefined project milestones or activities (events). This linkage is fundamental for compliance reporting, cost allocation, and ensuring that expenditures are properly charged against the correct award tasks and events as required by funding agency regulations.
Key Information Stored
The table's structure is designed to store foreign key references that define the many-to-many or one-to-many relationships between expenditures and events. While the full column list is not detailed in the provided metadata, the documented foreign keys explicitly identify the core columns. The AWARD_PROJECT_ID and EVENT_NUM columns together form a composite foreign key reference to the PA_EVENTS table, identifying the specific project event. The EXPENDITURE_ITEM_ID column is a foreign key reference to the PA_EXPENDITURE_ITEMS_ALL table, identifying the individual cost line item. Collectively, these columns form the essential data: a unique mapping record that certifies an expenditure item is applicable to a particular event for a given award project.
Common Use Cases and Queries
A primary use case is generating audit trails and reports for project managers and grant administrators to demonstrate how funds have been spent relative to planned events. For instance, a query might join GMS_EVENT_INTERSECT to expenditure and event details to list all costs tied to a specific event for a financial report to a sponsor. Another common scenario is during the expenditure item validation process, where the system checks for the existence of a valid event relationship before allowing costs to be posted to an award. A sample SQL pattern to retrieve this linked data would be:
- SELECT gei.expenditure_item_id, gei.award_project_id, gei.event_num, pei.expenditure_type, pe.event_name FROM gms_event_intersect gei JOIN pa_expenditure_items_all pei ON gei.expenditure_item_id = pei.expenditure_item_id JOIN pa_events pe ON gei.award_project_id = pe.award_project_id AND gei.event_num = pe.event_num WHERE pei.project_id = :p_project_id;
Related Objects
The GMS_EVENT_INTERSECT table sits at the intersection of two major EBS functional areas: Projects and Grants Accounting. Its documented relationships are exclusively through foreign keys, as per the provided metadata:
- PA_EVENTS: This table is referenced via the composite foreign key using columns GMS_EVENT_INTERSECT.AWARD_PROJECT_ID and GMS_EVENT_INTERSECT.EVENT_NUM. PA_EVENTS stores the definition of project events or milestones.
- PA_EXPENDITURE_ITEMS_ALL: This table is referenced via the foreign key column GMS_EVENT_INTERSECT.EXPENDITURE_ITEM_ID. PA_EXPENDITURE_ITEMS_ALL holds the detailed transactional records of project costs.
These relationships confirm the table's role as a pure intersection entity, deriving its meaning entirely from its connections to these two parent tables. Processes and reports within the GMS module will heavily rely on joins through these keys to present a unified view of event-driven expenditures.
-
Table: GMS_EVENT_INTERSECT
12.2.2
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_EVENT_INTERSECT, object_name:GMS_EVENT_INTERSECT, status:VALID, product: GMS - Grants Accounting , description: Relationship between expenditure items and events , implementation_dba_data: GMS.GMS_EVENT_INTERSECT ,
-
Table: GMS_EVENT_INTERSECT
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_EVENT_INTERSECT, object_name:GMS_EVENT_INTERSECT, status:VALID, product: GMS - Grants Accounting , description: Relationship between expenditure items and events , implementation_dba_data: GMS.GMS_EVENT_INTERSECT ,
-
APPS.GMS_SWEEPER dependencies on GMS_EVENT_INTERSECT
12.1.1
-
APPS.GMS_BILLING_ADJUSTMENTS dependencies on GMS_EVENT_INTERSECT
12.1.1
-
APPS.GMS_SWEEPER dependencies on GMS_EVENT_INTERSECT
12.2.2
-
APPS.GMS_BILLING dependencies on GMS_EVENT_INTERSECT
12.1.1
-
APPS.GMS_BILLING_ADJUSTMENTS dependencies on GMS_EVENT_INTERSECT
12.2.2
-
APPS.GMS_BILLING dependencies on GMS_EVENT_INTERSECT
12.2.2
-
VIEW: GMS.GMS_EVENT_INTERSECT#
12.2.2
owner:GMS, object_type:VIEW, object_name:GMS_EVENT_INTERSECT#, status:VALID,
-
SYNONYM: APPS.GMS_EVENT_INTERSECT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMS_EVENT_INTERSECT, status:VALID,
-
SYNONYM: APPS.GMS_EVENT_INTERSECT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMS_EVENT_INTERSECT, status:VALID,
-
VIEW: GMS.GMS_EVENT_INTERSECT#
12.2.2
-
TABLE: GMS.GMS_EVENT_INTERSECT
12.2.2
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_EVENT_INTERSECT, object_name:GMS_EVENT_INTERSECT, status:VALID,
-
TABLE: GMS.GMS_EVENT_INTERSECT
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_EVENT_INTERSECT, object_name:GMS_EVENT_INTERSECT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: PA_EVENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENTS, object_name:PA_EVENTS, status:VALID, product: PA - Projects , description: Entries assigned to tasks that generate revenue and/or billing but are not directly related to expenditure items , implementation_dba_data: PA.PA_EVENTS ,
-
Table: PA_EVENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENTS, object_name:PA_EVENTS, status:VALID, product: PA - Projects , description: Entries assigned to tasks that generate revenue and/or billing but are not directly related to expenditure items , implementation_dba_data: PA.PA_EVENTS ,
-
APPS.GMS_SWEEPER dependencies on PA_RESOURCE_LIST_MEMBERS
12.2.2
-
APPS.GMS_SWEEPER dependencies on GMS_AWARD_DISTRIBUTIONS
12.1.1
-
APPS.GMS_SWEEPER dependencies on PA_RESOURCE_LIST_MEMBERS
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.GMS_SWEEPER dependencies on GMS_AWARD_DISTRIBUTIONS
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMS_BILLING_ADJUSTMENTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_BILLING_ADJUSTMENTS, status:VALID,
-
APPS.GMS_BILLING_ADJUSTMENTS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GMS_SWEEPER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_SWEEPER, status:VALID,
-
PACKAGE BODY: APPS.GMS_BILLING_ADJUSTMENTS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_BILLING_ADJUSTMENTS, status:VALID,
-
PACKAGE BODY: APPS.GMS_SWEEPER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_SWEEPER, status:VALID,
-
PACKAGE BODY: APPS.GMS_BILLING
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_BILLING, status:VALID,
-
APPS.GMS_BILLING_ADJUSTMENTS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMS_BILLING
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_BILLING, status:VALID,
-
APPS.GMS_BILLING dependencies on GMS_BURDEN_COMPONENTS
12.1.1
-
APPS.GMS_BILLING dependencies on GMS_BURDEN_COMPONENTS
12.2.2
-
APPS.GMS_SWEEPER dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.GMS_SWEEPER dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
APPS.GMS_BILLING dependencies on GMS_SUMMARY_PROJECT_FUNDINGS
12.2.2
-
APPS.GMS_BILLING dependencies on GMS_SUMMARY_PROJECT_FUNDINGS
12.1.1
-
APPS.GMS_BILLING dependencies on DUAL
12.2.2
-
APPS.GMS_BILLING SQL Statements
12.1.1
-
APPS.GMS_BILLING SQL Statements
12.2.2
-
APPS.GMS_BILLING dependencies on DUAL
12.1.1