Search Results ota_activity_definitions
Overview
The OTA_ACTIVITY_DEFINITIONS table is a core master data table within the Oracle E-Business Suite Learning Management (OTA) module. It serves as the fundamental repository for defining an "activity," which represents any educational offering, such as a course, seminar, or training program, designed to enhance a participant's qualifications or competencies. This table stores the essential, high-level definition of the learning activity, which is then elaborated upon through related objects like versions, schedules, and offerings. Its role is central to the configuration and administration of the enterprise's training catalog, acting as the primary source for activity identification and classification.
Key Information Stored
The table's structure is designed to uniquely identify and describe a learning activity within a specific business context. The primary identifier is the ACTIVITY_ID, a system-generated unique key. A critical composite unique key (OTA_ACTIVITY_DEFINITIONS_UK2) enforces uniqueness on the combination of the activity NAME and the BUSINESS_GROUP_ID, ensuring that activity names are not duplicated within a given business group—a fundamental Oracle HRMS partitioning concept. Other significant columns typically include attributes for categorizing the activity type (e.g., internal course, external event), its status, and descriptive fields. The BUSINESS_GROUP_ID column is essential for multi-organization data security and partitioning.
Common Use Cases and Queries
This table is frequently accessed for catalog management, reporting, and integration. Common operational scenarios include generating a list of all active training activities for a business group, searching for specific course definitions, or validating activity names during data entry. A typical reporting query would join this table to its related versions to list defined activities.
- Sample Query: Basic Activity List
SELECT activity_id, name, business_group_id
FROM ota_activity_definitions
WHERE business_group_id = :p_bg_id
ORDER BY name; - Use Case: Activity Validation
Before creating a new activity, applications and interfaces will query this table using the NAME and BUSINESS_GROUP_ID to prevent duplicate definitions, directly leveraging the unique key constraint. - Use Case: Training Catalog Feed
The table is the starting point for building a comprehensive training catalog by joining to OTA_ACTIVITY_VERSIONS for details and OTA_OFFERINGS for scheduled instances.
Related Objects
The OTA_ACTIVITY_DEFINITIONS table has key relationships that define the Learning Management data model. As per the provided metadata, it is a parent table to several critical entities.
- OTA_ACTIVITY_VERSIONS: This is the primary child table, linked via the ACTIVITY_ID foreign key. While the definition table holds the core identity, the versions table stores specific iterations of the activity with details like duration, cost, and learning objectives.
- OTA_TRAINING_PLAN_MEMBERS: Activities are assigned to training plans via this table, using ACTIVITY_DEFINITION_ID as the foreign key. This enables the inclusion of specific learning offerings in structured development paths for employees.
- Implicit Relationships: Through OTA_ACTIVITY_VERSIONS, the definition table has an indirect but vital relationship with OTA_OFFERINGS (scheduled instances) and OTA_EVENTS (enrollment sessions), forming the complete lifecycle from definition to delivery.
-
Table: OTA_ACTIVITY_DEFINITIONS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_ACTIVITY_DEFINITIONS, object_name:OTA_ACTIVITY_DEFINITIONS, status:VALID, product: OTA - Learning Management , description: An activity is any educational offering designed to improve a students qualifications, competencies or experience. , implementation_dba_data: OTA.OTA_ACTIVITY_DEFINITIONS ,
-
Table: OTA_ACTIVITY_DEFINITIONS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_ACTIVITY_DEFINITIONS, object_name:OTA_ACTIVITY_DEFINITIONS, status:VALID, product: OTA - Learning Management , description: An activity is any educational offering designed to improve a students qualifications, competencies or experience. , implementation_dba_data: OTA.OTA_ACTIVITY_DEFINITIONS ,
-
Table: OTA_TRAINING_PLAN_MEMBERS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_TRAINING_PLAN_MEMBERS, object_name:OTA_TRAINING_PLAN_MEMBERS, status:VALID, product: OTA - Learning Management , description: A Training Plan member is an Activity or Activity version. , implementation_dba_data: OTA.OTA_TRAINING_PLAN_MEMBERS ,
-
Table: OTA_TRAINING_PLAN_MEMBERS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_TRAINING_PLAN_MEMBERS, object_name:OTA_TRAINING_PLAN_MEMBERS, status:VALID, product: OTA - Learning Management , description: A Training Plan member is an Activity or Activity version. , implementation_dba_data: OTA.OTA_TRAINING_PLAN_MEMBERS ,
-
View: OTFV_COMBINED_TRAINING_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_COMBINED_TRAINING_HISTORY, object_name:OTFV_COMBINED_TRAINING_HISTORY, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_COMBINED_TRAINING_HISTORY ,
-
View: OTFV_COMBINED_TRAINING_HISTORY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_COMBINED_TRAINING_HISTORY, object_name:OTFV_COMBINED_TRAINING_HISTORY, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_COMBINED_TRAINING_HISTORY ,
-
View: OTFV_SKILL_PROVISIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_SKILL_PROVISIONS, object_name:OTFV_SKILL_PROVISIONS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_SKILL_PROVISIONS ,
-
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_SKILL_PROVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_SKILL_PROVISIONS, object_name:OTFV_SKILL_PROVISIONS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_SKILL_PROVISIONS ,
-
View: OTA_ACTIVITY_DEFINITIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_ACTIVITY_DEFINITIONS_V, object_name:OTA_ACTIVITY_DEFINITIONS_V, status:VALID, product: OTA - Learning Management , description: View to list all information about an Activity. , implementation_dba_data: APPS.OTA_ACTIVITY_DEFINITIONS_V ,
-
View: OTA_ACTIVITY_DEFINITIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_ACTIVITY_DEFINITIONS_VL, object_name:OTA_ACTIVITY_DEFINITIONS_VL, status:VALID, product: OTA - Learning Management , description: View to list all information about an Activity. It is scheduled for a future release. , implementation_dba_data: APPS.OTA_ACTIVITY_DEFINITIONS_VL ,
-
View: OTFV_ACTIVITY_CATEGORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ACTIVITY_CATEGORIES, object_name:OTFV_ACTIVITY_CATEGORIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ACTIVITY_CATEGORIES ,
-
View: OTFV_ENROLLMENT_STATUS_HISTORY
12.1.1
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: OTA_ACTIVITY_DEFINITIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_ACTIVITY_DEFINITIONS_V, object_name:OTA_ACTIVITY_DEFINITIONS_V, status:VALID, product: OTA - Learning Management , description: View to list all information about an Activity. , implementation_dba_data: APPS.OTA_ACTIVITY_DEFINITIONS_V ,
-
Table: OTA_ACTIVITY_VERSIONS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_ACTIVITY_VERSIONS, object_name:OTA_ACTIVITY_VERSIONS, status:VALID, product: OTA - Learning Management , description: A course is the highest level of learning that can be prescribed to a learner.It also contains the objectives and competencies a learner will achieve by completing any class that belongs underneath. It is an object in the catalog, and resid , implementation_dba_data: OTA.OTA_ACTIVITY_VERSIONS ,
-
Table: OTA_ACTIVITY_VERSIONS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_ACTIVITY_VERSIONS, object_name:OTA_ACTIVITY_VERSIONS, status:VALID, product: OTA - Learning Management , description: A course is the highest level of learning that can be prescribed to a learner.It also contains the objectives and competencies a learner will achieve by completing any class that belongs underneath. It is an object in the catalog, and resid , implementation_dba_data: OTA.OTA_ACTIVITY_VERSIONS ,
-
View: OTV_ACTIVITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTV_ACTIVITIES, object_name:OTV_ACTIVITIES, status:VALID, product: OTA - Learning Management , description: View to list all information about an Activity and Activity Version. , implementation_dba_data: APPS.OTV_ACTIVITIES ,
-
View: OTA_ACTIVITY_DEFINITIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_ACTIVITY_DEFINITIONS_VL, object_name:OTA_ACTIVITY_DEFINITIONS_VL, status:VALID, product: OTA - Learning Management , description: View to list all information about an Activity. It is scheduled for a future release. , implementation_dba_data: APPS.OTA_ACTIVITY_DEFINITIONS_VL ,
-
View: OTFV_ACTIVITY_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ACTIVITY_CATEGORIES, object_name:OTFV_ACTIVITY_CATEGORIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ACTIVITY_CATEGORIES ,
-
View: OTFV_DELIVERED_COMPETENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_DELIVERED_COMPETENCES, object_name:OTFV_DELIVERED_COMPETENCES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_DELIVERED_COMPETENCES ,
-
View: OTFV_EVENT_COMPETENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENT_COMPETENCES, object_name:OTFV_EVENT_COMPETENCES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENT_COMPETENCES ,
-
View: OTA_TRAINING_PLAN_MEMBERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_TRAINING_PLAN_MEMBERS_V, object_name:OTA_TRAINING_PLAN_MEMBERS_V, status:VALID, product: OTA - Learning Management , implementation_dba_data: APPS.OTA_TRAINING_PLAN_MEMBERS_V ,
-
View: OTA_TRAINING_PLAN_MEMBERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_TRAINING_PLAN_MEMBERS_V, object_name:OTA_TRAINING_PLAN_MEMBERS_V, status:VALID, product: OTA - Learning Management , implementation_dba_data: APPS.OTA_TRAINING_PLAN_MEMBERS_V ,
-
View: OTFV_TRAINING_EVENT_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_CATEGORIES, object_name:OTFV_TRAINING_EVENT_CATEGORIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENT_CATEGORIES ,
-
View: OTFV_DELIVERED_COMPETENCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_DELIVERED_COMPETENCES, object_name:OTFV_DELIVERED_COMPETENCES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_DELIVERED_COMPETENCES ,
-
View: OTA_ACT_CAT_INCLUSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_ACT_CAT_INCLUSIONS_V, object_name:OTA_ACT_CAT_INCLUSIONS_V, status:VALID, product: OTA - Learning Management , description: View to list Categories for particular Activity Version. , implementation_dba_data: APPS.OTA_ACT_CAT_INCLUSIONS_V ,
-
View: OTV_ACTIVITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTV_ACTIVITIES, object_name:OTV_ACTIVITIES, status:VALID, product: OTA - Learning Management , description: View to list all information about an Activity and Activity Version. , implementation_dba_data: APPS.OTV_ACTIVITIES ,
-
View: OTA_ACT_CAT_INCLUSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_ACT_CAT_INCLUSIONS_V, object_name:OTA_ACT_CAT_INCLUSIONS_V, status:VALID, product: OTA - Learning Management , description: View to list Categories for particular Activity Version. , implementation_dba_data: APPS.OTA_ACT_CAT_INCLUSIONS_V ,
-
View: OTFV_TRAINING_ACTIVITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_ACTIVITIES, object_name:OTFV_TRAINING_ACTIVITIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_ACTIVITIES ,
-
View: OTFV_PRICE_LIST_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_PRICE_LIST_ENTRIES, object_name:OTFV_PRICE_LIST_ENTRIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_PRICE_LIST_ENTRIES ,
-
View: OTFV_PRICE_LIST_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_PRICE_LIST_ENTRIES, object_name:OTFV_PRICE_LIST_ENTRIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_PRICE_LIST_ENTRIES ,
-
View: OTFV_TRAINING_EVENT_CATEGORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENT_CATEGORIES, object_name:OTFV_TRAINING_EVENT_CATEGORIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENT_CATEGORIES ,
-
View: OTA_SKILL_PROVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_SKILL_PROVISIONS_V, object_name:OTA_SKILL_PROVISIONS_V, status:VALID, product: OTA - Learning Management , description: View to list all skills which are provided by an activity. , implementation_dba_data: APPS.OTA_SKILL_PROVISIONS_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: OTFV_TRAINING_AMOUNT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_AMOUNT, object_name:OTFV_TRAINING_AMOUNT, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_AMOUNT ,
-
View: OTA_PRICE_LIST_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_PRICE_LIST_ENTRIES_V, object_name:OTA_PRICE_LIST_ENTRIES_V, status:VALID, product: OTA - Learning Management , description: View to list all enteries in a Price List. , implementation_dba_data: APPS.OTA_PRICE_LIST_ENTRIES_V ,
-
View: OTA_SKILL_PROVISIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_SKILL_PROVISIONS_V, object_name:OTA_SKILL_PROVISIONS_V, status:VALID, product: OTA - Learning Management , description: View to list all skills which are provided by an activity. , implementation_dba_data: APPS.OTA_SKILL_PROVISIONS_V ,
-
View: OTA_PRICE_LIST_ENTRIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_PRICE_LIST_ENTRIES_V, object_name:OTA_PRICE_LIST_ENTRIES_V, status:VALID, product: OTA - Learning Management , description: View to list all enteries in a Price List. , implementation_dba_data: APPS.OTA_PRICE_LIST_ENTRIES_V ,
-
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: OTFV_EVENT_COMPETENCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENT_COMPETENCES, object_name:OTFV_EVENT_COMPETENCES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENT_COMPETENCES ,
-
View: OTFV_TRAINING_AMOUNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_AMOUNT, object_name:OTFV_TRAINING_AMOUNT, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_AMOUNT ,
-
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: 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: OTFV_TRAINING_ACTIVITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_ACTIVITIES, object_name:OTFV_TRAINING_ACTIVITIES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_ACTIVITIES ,
-
View: OTFV_ENROLLMENT_AGREEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLMENT_AGREEMENTS, object_name:OTFV_ENROLLMENT_AGREEMENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ENROLLMENT_AGREEMENTS ,
-
View: OTFV_ENROLLMENT_AGREEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLMENT_AGREEMENTS, object_name:OTFV_ENROLLMENT_AGREEMENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ENROLLMENT_AGREEMENTS ,
-
View: OTA_ACTIVITY_VERSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_ACTIVITY_VERSIONS_V, object_name:OTA_ACTIVITY_VERSIONS_V, status:VALID, product: OTA - Learning Management , description: View to list all information about an Activity Version. , implementation_dba_data: APPS.OTA_ACTIVITY_VERSIONS_V ,
-
View: OTA_ACTIVITY_VERSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_ACTIVITY_VERSIONS_V, object_name:OTA_ACTIVITY_VERSIONS_V, status:VALID, product: OTA - Learning Management , description: View to list all information about an Activity Version. , implementation_dba_data: APPS.OTA_ACTIVITY_VERSIONS_V ,
-
View: OTFV_RESOURCES_BOOKED
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCES_BOOKED, object_name:OTFV_RESOURCES_BOOKED, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_RESOURCES_BOOKED ,
-
View: OTFV_CUST_RESTRICTED_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_CUST_RESTRICTED_EVENTS, object_name:OTFV_CUST_RESTRICTED_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_CUST_RESTRICTED_EVENTS ,