Search Results ota_events
Overview
The OTA_EVENTS table is a core data object within the Oracle E-Business Suite Learning Management (OTA) module. It serves as the master repository for all training events, which are the fundamental schedulable units of learning delivery. An event represents a specific offering of an activity (course) and can be of various types, including scheduled classes, one-time offerings, developmental activities, programs, or sessions. The table's primary role is to store the definition, scheduling, and organizational context for every training instance, forming the central point of integration for bookings, resources, costs, and delegate management within the OTA application.
Key Information Stored
The table stores comprehensive details for each training event. Its primary key is EVENT_ID, a unique system-generated identifier. The table enforces several unique constraints, highlighting critical business keys: the combination of TITLE and BUSINESS_GROUP_ID (OTA_EVENTS_UK2), and foreign key relationships to other master data via LINE_ID (OTA_EVENTS_UK3) and OFFERING_ID (OTA_EVENTS_UK4). Other significant columns include ACTIVITY_VERSION_ID, which links the event to a specific version of a course catalog item, and PARENT_EVENT_ID, which enables hierarchical structures for complex events like multi-session programs. Collectively, these columns define what is being taught, when, where, and under which organizational (BUSINESS_GROUP_ID) and financial (LINE_ID, OFFERING_ID) context.
Common Use Cases and Queries
This table is central to numerous operational and reporting processes. Common use cases include generating training schedules, managing event capacity and enrollment, associating instructors and resources, and calculating training costs. A fundamental query retrieves all active events within a date range for a business group, often joining to related tables for descriptive information:
SELECT event_id, title, start_date, end_date, business_group_id FROM ota_events WHERE business_group_id = :p_bg_id AND start_date BETWEEN :p_from_date AND :p_to_date AND status = 'ACTIVE';
Another critical pattern involves querying the hierarchical relationship between parent program events and their child session events using the PARENT_EVENT_ID self-referencing foreign key, essential for program management and reporting roll-ups.
Related Objects
OTA_EVENTS has extensive relationships across the Learning Management schema, acting as a hub for transactional data. Key foreign key dependencies, as documented, include OTA_ACTIVITY_VERSIONS (for course content) and the self-reference for parent-child event hierarchies. Crucially, it is referenced by numerous transactional tables: OTA_DELEGATE_BOOKINGS for enrollments, OTA_RESOURCE_BOOKINGS for instructor and asset assignment, OTA_EVENT_ASSOCIATIONS for linking related events, and OTA_PROGRAM_MEMBERSHIPS for program enrollment. Financial tracking ties in through OTA_TRAINING_PLAN_COSTS. This wide array of dependencies underscores that OTA_EVENTS is the authoritative source for the event entity, and any data changes or integrations must consider the integrity of these related records.
-
Table: OTA_EVENTS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_EVENTS, object_name:OTA_EVENTS, status:VALID, product: OTA - Learning Management , description: An event can be scheduled, one time, developmental, program or session. , implementation_dba_data: OTA.OTA_EVENTS ,
-
Table: OTA_EVENTS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_EVENTS, object_name:OTA_EVENTS, status:VALID, product: OTA - Learning Management , description: An event can be scheduled, one time, developmental, program or session. , implementation_dba_data: OTA.OTA_EVENTS ,
-
Table: OTA_PROGRAM_MEMBERSHIPS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_PROGRAM_MEMBERSHIPS, object_name:OTA_PROGRAM_MEMBERSHIPS, status:VALID, product: OTA - Learning Management , description: Program membership holds a record of which scheduled events are within a program. , implementation_dba_data: OTA.OTA_PROGRAM_MEMBERSHIPS ,
-
Table: OTA_PROGRAM_MEMBERSHIPS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_PROGRAM_MEMBERSHIPS, object_name:OTA_PROGRAM_MEMBERSHIPS, status:VALID, product: OTA - Learning Management , description: Program membership holds a record of which scheduled events are within a program. , implementation_dba_data: OTA.OTA_PROGRAM_MEMBERSHIPS ,
-
View: OTA_TRAINING_COST_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_TRAINING_COST_LEVELS_V, object_name:OTA_TRAINING_COST_LEVELS_V, status:VALID, product: OTA - Learning Management , implementation_dba_data: APPS.OTA_TRAINING_COST_LEVELS_V ,
-
View: OTA_TRAINING_COST_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_TRAINING_COST_LEVELS_V, object_name:OTA_TRAINING_COST_LEVELS_V, status:VALID, product: OTA - Learning Management , implementation_dba_data: APPS.OTA_TRAINING_COST_LEVELS_V ,
-
View: OTFV_EVENTS_WITHOUT_TRAINER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITHOUT_TRAINER, object_name:OTFV_EVENTS_WITHOUT_TRAINER, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITHOUT_TRAINER ,
-
View: OTFV_EVENTS_WITHOUT_VENUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITHOUT_VENUE, object_name:OTFV_EVENTS_WITHOUT_VENUE, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITHOUT_VENUE ,
-
View: OTFV_EVENTS_WITHOUT_TRAINER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITHOUT_TRAINER, object_name:OTFV_EVENTS_WITHOUT_TRAINER, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITHOUT_TRAINER ,
-
View: OTFV_EVENTS_WITHOUT_VENUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITHOUT_VENUE, object_name:OTFV_EVENTS_WITHOUT_VENUE, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITHOUT_VENUE ,
-
View: OTA_LETTER_REQUEST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_LETTER_REQUEST_LINES_V, object_name:OTA_LETTER_REQUEST_LINES_V, status:VALID, product: OTA - Learning Management , description: View to list all the letter request lines generated for Student Enrollments , implementation_dba_data: APPS.OTA_LETTER_REQUEST_LINES_V ,
-
View: OTFV_MISSING_REQ_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_MISSING_REQ_RESOURCES, object_name:OTFV_MISSING_REQ_RESOURCES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_MISSING_REQ_RESOURCES ,
-
View: OTFV_TRAINING_EVENT_SESSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_SESSIONS, object_name:OTFV_TRAINING_EVENT_SESSIONS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENT_SESSIONS ,
-
View: OTA_LETTER_REQUEST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_LETTER_REQUEST_LINES_V, object_name:OTA_LETTER_REQUEST_LINES_V, status:VALID, product: OTA - Learning Management , description: View to list all the letter request lines generated for Student Enrollments , implementation_dba_data: APPS.OTA_LETTER_REQUEST_LINES_V ,
-
View: OTFV_TRAINING_EVENT_SESSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_SESSIONS, object_name:OTFV_TRAINING_EVENT_SESSIONS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENT_SESSIONS ,
-
View: OTA_EVENT_SEARCH_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V2, object_name:OTA_EVENT_SEARCH_V2, status:VALID, product: OTA - Learning Management , description: View to list all Events. Used in Event Search Folder Form. , implementation_dba_data: APPS.OTA_EVENT_SEARCH_V2 ,
-
View: OTV_SCHEDULED_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTV_SCHEDULED_EVENTS, object_name:OTV_SCHEDULED_EVENTS, status:VALID, product: OTA - Learning Management , description: View to list Scehduled Event. , implementation_dba_data: APPS.OTV_SCHEDULED_EVENTS ,
-
View: OTFV_MISSING_REQ_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_MISSING_REQ_RESOURCES, object_name:OTFV_MISSING_REQ_RESOURCES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_MISSING_REQ_RESOURCES ,
-
View: OTA_EVENT_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V, object_name:OTA_EVENT_SEARCH_V, status:VALID, product: OTA - Learning Management , description: View to list all Events. Used in Event Search Folder Form. , implementation_dba_data: APPS.OTA_EVENT_SEARCH_V ,
-
View: OTA_EVENT_SEARCH_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V2, object_name:OTA_EVENT_SEARCH_V2, status:VALID, product: OTA - Learning Management , description: View to list all Events. Used in Event Search Folder Form. , implementation_dba_data: APPS.OTA_EVENT_SEARCH_V2 ,
-
View: OTA_EVENT_SEARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_EVENT_SEARCH_V, object_name:OTA_EVENT_SEARCH_V, status:VALID, product: OTA - Learning Management , description: View to list all Events. Used in Event Search Folder Form. , implementation_dba_data: APPS.OTA_EVENT_SEARCH_V ,
-
View: OTV_SCHEDULED_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTV_SCHEDULED_EVENTS, object_name:OTV_SCHEDULED_EVENTS, status:VALID, product: OTA - Learning Management , description: View to list Scehduled Event. , implementation_dba_data: APPS.OTV_SCHEDULED_EVENTS ,
-
Lookup Type: OTA_CATALOG_OBJECT_TABLE
12.1.1
product: OTA - Learning Management , meaning: Catalog Object Tables , description: Catalog Object Tables ,
-
Lookup Type: OTA_CATALOG_OBJECT_TABLE
12.2.2
product: OTA - Learning Management , meaning: Catalog Object Tables , description: Catalog Object Tables ,
-
Table: OTA_CONFERENCES
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_CONFERENCES, object_name:OTA_CONFERENCES, status:VALID, product: OTA - Learning Management , description: A web conference belong to only one class. A class can only have one web conference. this is only used for integration with Oracle Collaboration Suite. , implementation_dba_data: OTA.OTA_CONFERENCES ,
-
Table: OTA_ACT_CAT_INCLUSIONS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_ACT_CAT_INCLUSIONS, object_name:OTA_ACT_CAT_INCLUSIONS, status:VALID, product: OTA - Learning Management , description: A course category inclusion specifies that a course is within a particular type of category. , implementation_dba_data: OTA.OTA_ACT_CAT_INCLUSIONS ,
-
Table: OTA_BOOKING_DEALS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_BOOKING_DEALS, object_name:OTA_BOOKING_DEALS, status:VALID, product: OTA - Learning Management , description: An enrollment agreement (booking deal) is an arrangement about the price or method of paying for an event(s). , implementation_dba_data: OTA.OTA_BOOKING_DEALS ,
-
Table: OTA_ATTEMPTS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_ATTEMPTS, object_name:OTA_ATTEMPTS, status:VALID, product: OTA - Learning Management , description: Every time a learner plays online learning, a row in this table is created for a specific leaner against a learning object. , implementation_dba_data: OTA.OTA_ATTEMPTS ,
-
Table: OTA_BOOKING_DEALS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_BOOKING_DEALS, object_name:OTA_BOOKING_DEALS, status:VALID, product: OTA - Learning Management , description: An enrollment agreement (booking deal) is an arrangement about the price or method of paying for an event(s). , implementation_dba_data: OTA.OTA_BOOKING_DEALS ,
-
View: OTV_SESSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTV_SESSIONS, object_name:OTV_SESSIONS, status:VALID, product: OTA - Learning Management , description: View to list Session event. , implementation_dba_data: APPS.OTV_SESSIONS ,
-
Table: OTA_TRAINING_PLAN_COSTS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_TRAINING_PLAN_COSTS, object_name:OTA_TRAINING_PLAN_COSTS, status:VALID, product: OTA - Learning Management , description: A plan cost is a recorded measure against the training plan. , implementation_dba_data: OTA.OTA_TRAINING_PLAN_COSTS ,
-
Table: OTA_RESOURCE_BOOKINGS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_RESOURCE_BOOKINGS, object_name:OTA_RESOURCE_BOOKINGS, status:VALID, product: OTA - Learning Management , description: You book a resource (people, equipment or facilities) for a scheduled or development event, or for a session. , implementation_dba_data: OTA.OTA_RESOURCE_BOOKINGS ,
-
Table: OTA_ACT_CAT_INCLUSIONS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_ACT_CAT_INCLUSIONS, object_name:OTA_ACT_CAT_INCLUSIONS, status:VALID, product: OTA - Learning Management , description: A course category inclusion specifies that a course is within a particular type of category. , implementation_dba_data: OTA.OTA_ACT_CAT_INCLUSIONS ,
-
Table: OTA_TRAINING_PLAN_COSTS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_TRAINING_PLAN_COSTS, object_name:OTA_TRAINING_PLAN_COSTS, status:VALID, product: OTA - Learning Management , description: A plan cost is a recorded measure against the training plan. , implementation_dba_data: OTA.OTA_TRAINING_PLAN_COSTS ,
-
Table: OTA_CONFERENCES
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_CONFERENCES, object_name:OTA_CONFERENCES, status:VALID, product: OTA - Learning Management , description: A web conference belong to only one class. A class can only have one web conference. this is only used for integration with Oracle Collaboration Suite. , implementation_dba_data: OTA.OTA_CONFERENCES ,
-
Table: OTA_DELEGATE_BOOKINGS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_DELEGATE_BOOKINGS, object_name:OTA_DELEGATE_BOOKINGS, status:VALID, product: OTA - Learning Management , description: An student booking (delegate booking) records an enrollment onto a scheduled, program or one time event. , implementation_dba_data: OTA.OTA_DELEGATE_BOOKINGS ,
-
Table: OTA_ATTEMPTS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_ATTEMPTS, object_name:OTA_ATTEMPTS, status:VALID, product: OTA - Learning Management , description: Every time a learner plays online learning, a row in this table is created for a specific leaner against a learning object. , implementation_dba_data: OTA.OTA_ATTEMPTS ,
-
View: OTV_SESSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTV_SESSIONS, object_name:OTV_SESSIONS, status:VALID, product: OTA - Learning Management , description: View to list Session event. , implementation_dba_data: APPS.OTV_SESSIONS ,
-
Table: OTA_RESOURCE_BOOKINGS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_RESOURCE_BOOKINGS, object_name:OTA_RESOURCE_BOOKINGS, status:VALID, product: OTA - Learning Management , description: You book a resource (people, equipment or facilities) for a scheduled or development event, or for a session. , implementation_dba_data: OTA.OTA_RESOURCE_BOOKINGS ,
-
Table: OTA_EVENT_ASSOCIATIONS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_EVENT_ASSOCIATIONS, object_name:OTA_EVENT_ASSOCIATIONS, status:VALID, product: OTA - Learning Management , description: You use event associations to restrict the list of customers and students who can enroll onto an event. , implementation_dba_data: OTA.OTA_EVENT_ASSOCIATIONS ,
-
Table: OTA_EVENT_ASSOCIATIONS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_EVENT_ASSOCIATIONS, object_name:OTA_EVENT_ASSOCIATIONS, status:VALID, product: OTA - Learning Management , description: You use event associations to restrict the list of customers and students who can enroll onto an event. , implementation_dba_data: OTA.OTA_EVENT_ASSOCIATIONS ,
-
Table: OTA_DELEGATE_BOOKINGS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_DELEGATE_BOOKINGS, object_name:OTA_DELEGATE_BOOKINGS, status:VALID, product: OTA - Learning Management , description: An student booking (delegate booking) records an enrollment onto a scheduled, program or one time event. , implementation_dba_data: OTA.OTA_DELEGATE_BOOKINGS ,
-
View: OTV_ONE_TIME_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTV_ONE_TIME_EVENTS, object_name:OTV_ONE_TIME_EVENTS, status:VALID, product: OTA - Learning Management , implementation_dba_data: APPS.OTV_ONE_TIME_EVENTS ,
-
View: OTV_EVENT_ASSOCIATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTV_EVENT_ASSOCIATIONS, object_name:OTV_EVENT_ASSOCIATIONS, status:VALID, product: OTA - Learning Management , implementation_dba_data: APPS.OTV_EVENT_ASSOCIATIONS ,
-
View: OTV_ONE_TIME_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTV_ONE_TIME_EVENTS, object_name:OTV_ONE_TIME_EVENTS, status:VALID, product: OTA - Learning Management , implementation_dba_data: APPS.OTV_ONE_TIME_EVENTS ,
-
View: OTV_EVENT_ASSOCIATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTV_EVENT_ASSOCIATIONS, object_name:OTV_EVENT_ASSOCIATIONS, status:VALID, product: OTA - Learning Management , implementation_dba_data: APPS.OTV_EVENT_ASSOCIATIONS ,
-
View: OTFV_EVENTS_WITH_VENUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITH_VENUE, object_name:OTFV_EVENTS_WITH_VENUE, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITH_VENUE ,
-
View: OTFV_EVENTS_WITH_VENUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITH_VENUE, object_name:OTFV_EVENTS_WITH_VENUE, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITH_VENUE ,
-
View: OTFV_ENROLLMENT_STATUS_HISTORY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLMENT_STATUS_HISTORY, object_name:OTFV_ENROLLMENT_STATUS_HISTORY, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ENROLLMENT_STATUS_HISTORY ,
-
View: OTFV_EVENTS_WITH_TRAINER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITH_TRAINER, object_name:OTFV_EVENTS_WITH_TRAINER, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITH_TRAINER ,