Search Results ota_conferences
Overview
OTA_CONFERENCES is a transactional table in the OTA (Oracle Training Administration) schema, the foundation of the Learning Management module in Oracle E-Business Suite 12.1.1 and 12.2.2. The table stores the web conference definition associated with a scheduled class or event. Per the ETRM documentation, a web conference belongs to only one class and a class may have only one web conference — a strict one-to-one relationship enforced through the EVENT_ID foreign key against OTA_EVENTS. This object is exclusively used for integration with Oracle Collaboration Suite (OCS), which supplies the conferencing infrastructure referenced by CONFERENCE_SERVER_ID.
From a Data Vault modeling perspective, OTA_CONFERENCES is heuristically classified as a link. This classification is a modeling suggestion derived from the foreign key structure: the table primarily associates two business entities — a learning event (OTA_EVENTS) and a conference server (OTA_CONFERENCE_SERVERS_B) — while carrying descriptive and integration attributes alongside the relationship. The table holds 45 documented columns in the 12.2.2 physical schema and is owned by the OTA schema with VALID status.
Key Information Stored
The surrogate primary key is CONFERENCE_ID, defined by the unique index OTA_CONFERENCES_PK. No separate business-key unique index is documented, so CONFERENCE_ID is the sole documented unique key candidate. The most significant columns are:
- CONFERENCE_ID — surrogate primary key; referenced by dependent integration tables such as CS_WEB_CONFERENCES.
- EVENT_ID — foreign key to OTA_EVENTS; identifies the class or event to which the conference belongs. Enforces the one-conference-per-class rule.
- CONFERENCE_SERVER_ID — foreign key to OTA_CONFERENCE_SERVERS_B; identifies the conferencing server used to host the session.
- NAME and DESCRIPTION — user-facing identification of the web conference.
- CONF_START_DATE, CONF_START_TIME, CONF_END_DATE, CONF_END_TIME — scheduled date and time boundaries of the online session.
- MEETING_ID, CONFERENCE_KEY, ACTING_HOST_KEY — identifiers and access keys generated by the collaboration platform.
- ATTENDEE_URL, HOST_URL, DIAL_IN — connection details delivered to attendees and hosts.
- HOST_USERNAME — the designated host of the session.
- BUSINESS_GROUP_ID — multi-org partitioning column used across OTA entities.
- OBJECT_VERSION_NUMBER and the standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) — concurrency control and audit trail.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE20 — the standard EBS descriptive flexfield columns.
Common Use Cases and Queries
Typical usage centers on class scheduling reports, conference-server utilization, and OCS integration troubleshooting. A common join retrieves conference details for a class:
- Join OTA_CONFERENCES to OTA_EVENTS on EVENT_ID to report all web-enabled classes with their conference start and end timestamps.
- Query ATTENDEE_URL and DIAL_IN to distribute connection instructions to enrolled learners.
- Join to OTA_CONFERENCE_SERVERS_B on CONFERENCE_SERVER_ID to balance or audit load across conferencing servers.
- Filter on BUSINESS_GROUP_ID to scope results to a single operating unit.
- Use OBJECT_VERSION_NUMBER in integration code to detect concurrent updates before writing host or meeting keys.
- Detect missing conferences by outer-joining OTA_EVENTS to OTA_CONFERENCES and filtering NULL CONFERENCE_ID.
Related Objects
- OTA_EVENTS — parent class/event entity; joined via OTA_CONFERENCES.EVENT_ID = OTA_EVENTS.EVENT_ID.
- OTA_CONFERENCE_SERVERS_B — defines the conference server; joined via CONFERENCE_SERVER_ID.
- CS_WEB_CONFERENCES — downstream integration table referencing OTA_CONFERENCES.CONFERENCE_ID.
- OTA_LEARNER_ENROLLMENTS — enrollment records whose learners receive conference URLs for web-enabled classes.
- OTA_DELEGATE_BOOKINGS or equivalent OTA booking tables — supply participant context for conference attendance reporting.
-
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_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 ,
-
SYNONYM: APPS.OTA_CONFERENCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_CONFERENCES, status:VALID,
-
SYNONYM: APPS.OTA_CONFERENCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OTA_CONFERENCES, status:VALID,
-
VIEW: OTA.OTA_CONFERENCES#
12.2.2
owner:OTA, object_type:VIEW, object_name:OTA_CONFERENCES#, status:VALID,
-
Table: OTA_CONFERENCE_SERVERS_B
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_CONFERENCE_SERVERS_B, object_name:OTA_CONFERENCE_SERVERS_B, status:VALID, product: OTA - Learning Management , description: This table hold the definition of each conference server. Currently this table will be only used for integration with Oracle Collaboration Suite. , implementation_dba_data: OTA.OTA_CONFERENCE_SERVERS_B ,
-
VIEW: OTA.OTA_CONFERENCES#
12.2.2
-
PACKAGE BODY: APPS.OTA_CFS_BUS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OTA_CFS_BUS, status:VALID,
-
Table: OTA_CONFERENCE_SERVERS_B
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_CONFERENCE_SERVERS_B, object_name:OTA_CONFERENCE_SERVERS_B, status:VALID, product: OTA - Learning Management , description: This table hold the definition of each conference server. Currently this table will be only used for integration with Oracle Collaboration Suite. , implementation_dba_data: OTA.OTA_CONFERENCE_SERVERS_B ,
-
TRIGGER: APPS.OTA_CONFERENCES_WHO
12.2.2
-
TRIGGER: APPS.OTA_CONFERENCES_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:OTA_CONFERENCES_WHO, status:VALID,
-
TRIGGER: APPS.OTA_CONFERENCES_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:OTA_CONFERENCES_WHO, status:VALID,
-
PACKAGE BODY: APPS.OTA_CFS_BUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OTA_CFS_BUS, status:VALID,
-
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 ,
-
TRIGGER: APPS.OTA_CONFERENCES_WHO
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: OTA.OTA_CONFERENCES
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_CONFERENCES, object_name:OTA_CONFERENCES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.OTA_EVT_BUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OTA_EVT_BUS, status:VALID,
-
PACKAGE BODY: APPS.OTA_EVT_BUS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OTA_EVT_BUS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: OTA.OTA_CONFERENCES
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_CONFERENCES, object_name:OTA_CONFERENCES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.OTA_CFS_BUS SQL Statements
12.1.1
-
APPS.OTA_CFS_BUS SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.OTA_CFS_BUS
12.1.1
-
PACKAGE: APPS.OTA_CFS_BUS
12.2.2
-
APPS.OTA_EVT_BUS SQL Statements
12.1.1
-
APPS.OTA_EVT_BUS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OTA_CFS_BUS
12.2.2
-
APPS.OTA_CFS_BUS dependencies on OTA_CONFERENCES
12.1.1
-
APPS.OTA_EVT_BUS dependencies on OTA_CONFERENCES
12.2.2
-
APPS.OTA_EVT_BUS dependencies on OTA_CONFERENCES
12.1.1
-
PACKAGE BODY: APPS.OTA_CFS_BUS
12.1.1
-
APPS.OTA_CFS_BUS dependencies on OTA_CONFERENCES
12.2.2
-
eTRM - OTA Tables and Views
12.2.2
description: Currently not used ,
-
eTRM - OTA Tables and Views
12.1.1
description: Currently not used ,
-
PACKAGE BODY: APPS.OTA_EVT_BUS
12.2.2
-
PACKAGE BODY: APPS.OTA_EVT_BUS
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - OTA Tables and Views
12.2.2
description: Currently not used ,
-
eTRM - OTA Tables and Views
12.1.1
description: Currently not used ,
-
12.1.1 DBA Data
12.1.1