Search Results edr_inter_event_test_events_p
Overview
EDR_INTER_EVENT_TEST_EVENTS is an E-Records (EDR) module table in the Oracle E-Business Suite EDR schema. It stores information about the individual events that are to be raised within a test scenario instance. The table functions as the detail (child) table for EDR_INTER_EVENT_TEST_SCENARIOS, meaning each row represents a single event definition belonging to a parent test scenario. In the context of Oracle EBS 12.1.1 and 12.2.2, this object supports the configuration, simulation, and validation of event-raising behavior within the E-Records framework without impacting production event processing.
From a modeling perspective, the metadata classifies this table heuristically as a standalone Data Vault construct. Although it holds a foreign key to its parent scenario table, its classification as standalone suggests it acts as an independent descriptive entity rather than a pure link or satellite. It is best treated as a detail table whose grain is one row per event per test scenario.
Key Information Stored
The table contains 43 documented columns. The most operationally significant are the identifier and event-definition columns:
- INTER_EVENT_TEST_ID — The surrogate primary key, defined by the unique index
EDR_INTER_EVENT_TEST_EVENTS_P. This uniquely identifies each event record. - TEST_SCENARIO_ID — The foreign key linking the event back to its parent row in
EDR_INTER_EVENT_TEST_SCENARIOS. This is the join key that connects detail events to their enclosing scenario. - EVENT_NAME — The name of the event to be raised during the test scenario.
- EVENT_RAISE_TYPE — The type classification governing how the event is raised.
- EVENT_RAISE_MODE — The mode used to raise the event (for example, synchronous or asynchronous behavior).
- EVENT_EXECUTION_ORDER — Defines the sequence in which this event is raised relative to other events in the same scenario.
- RELATED_EVENT_NAME — Identifies an associated or dependent event name, supporting chained or related-event testing.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard EBS audit columns recording who created and last modified the row.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE30 — The descriptive flexfield (DFF) columns, allowing extensible, customer-defined attributes.
The unique index EDR_INTER_EVENT_TEST_EVENTS_P on INTER_EVENT_TEST_ID is the sole documented business-key candidate; no separate natural-key unique constraint is documented.
Common Use Cases and Queries
Typical usage centers on retrieving, sequencing, and reporting the events configured for a test scenario. A common query joins the detail events to their parent scenario:
SELECT e.INTER_EVENT_TEST_ID, e.EVENT_NAME, e.EVENT_RAISE_TYPE, e.EVENT_RAISE_MODE, e.EVENT_EXECUTION_ORDER FROM EDR.EDR_INTER_EVENT_TEST_EVENTS e WHERE e.TEST_SCENARIO_ID = :scenario_id ORDER BY e.EVENT_EXECUTION_ORDER;
Analysts use such queries to verify that events are raised in the intended order, to confirm raise types and modes, and to audit related-event chains. Reporting scenarios include listing all events for a given test scenario, identifying events by raise mode, and validating that no two events share an unintended execution order. Because the table carries DFF attributes, reporting can also surface customer-defined qualifiers stored in ATTRIBUTE1 through ATTRIBUTE30.
Related Objects
- EDR_INTER_EVENT_TEST_SCENARIOS — The immediate parent table. Join on
EDR_INTER_EVENT_TEST_EVENTS.TEST_SCENARIO_ID = EDR_INTER_EVENT_TEST_SCENARIOS.TEST_SCENARIO_ID(documented foreign key). - EDR_INTER_EVENT_TEST_EVENTS_P — The primary key unique index supporting direct lookups by
INTER_EVENT_TEST_ID. - EDR module event infrastructure — The E-Records event processing components that consume the event definitions stored here during scenario execution.
- EDR test scenario validation utilities — Objects that read this table to simulate event raising within a test instance.
In summary, EDR_INTER_EVENT_TEST_EVENTS is a detail table that defines the events belonging to an E-Records test scenario, joined to its parent via TEST_SCENARIO_ID and uniquely identified by INTER_EVENT_TEST_ID.
-
INDEX: EDR.EDR_INTER_EVENT_TEST_EVENTS_P
12.1.1
owner:EDR, object_type:INDEX, object_name:EDR_INTER_EVENT_TEST_EVENTS_P, status:VALID,
-
Table: EDR_INTER_EVENT_TEST_EVENTS
12.1.1
owner:EDR, object_type:TABLE, fnd_design_data:EDR.EDR_INTER_EVENT_TEST_EVENTS, object_name:EDR_INTER_EVENT_TEST_EVENTS, status:VALID, product: EDR - E-Records , description: EDR_INTER_EVENT_TEST_EVENTS is to store information about Events to be raised in a test scenario instance. This is detail table for EDR_INTER_EVENT_TEST_SCENARIOS Table. , implementation_dba_data: EDR.EDR_INTER_EVENT_TEST_EVENTS ,
-
12.2.2 DBA Data
12.2.2
-
Table: EDR_INTER_EVENT_TEST_EVENTS
12.2.2
owner:EDR, object_type:TABLE, fnd_design_data:EDR.EDR_INTER_EVENT_TEST_EVENTS, object_name:EDR_INTER_EVENT_TEST_EVENTS, status:VALID, product: EDR - E-Records , description: EDR_INTER_EVENT_TEST_EVENTS is to store information about Events to be raised in a test scenario instance. This is detail table for EDR_INTER_EVENT_TEST_SCENARIOS Table. , implementation_dba_data: EDR.EDR_INTER_EVENT_TEST_EVENTS ,
-
INDEX: EDR.EDR_INTER_EVENT_TEST_EVENTS_P
12.2.2
owner:EDR, object_type:INDEX, object_name:EDR_INTER_EVENT_TEST_EVENTS_P, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: EDR.EDR_INTER_EVENT_TEST_EVENTS
12.1.1
owner:EDR, object_type:TABLE, fnd_design_data:EDR.EDR_INTER_EVENT_TEST_EVENTS, object_name:EDR_INTER_EVENT_TEST_EVENTS, status:VALID,
-
TABLE: EDR.EDR_INTER_EVENT_TEST_EVENTS
12.2.2
owner:EDR, object_type:TABLE, fnd_design_data:EDR.EDR_INTER_EVENT_TEST_EVENTS, object_name:EDR_INTER_EVENT_TEST_EVENTS, status:VALID,
-
eTRM - EDR Tables and Views
12.2.2
description: eRecords Reports Temporary Table ,
-
eTRM - EDR Tables and Views
12.1.1
description: eRecords Reports Temporary Table ,
-
eTRM - EDR Tables and Views
12.1.1
description: eRecords Reports Temporary Table ,
-
eTRM - EDR Tables and Views
12.2.2
description: eRecords Reports Temporary Table ,