Search Results activity_version_id
Overview
The OTA_ACT_CAT_INCLUSIONS table is a core data object within the Oracle E-Business Suite Learning Management (OTA) module. It serves as a junction table that defines the relationship between learning activities (courses) and the classification categories used to organize them. Its primary function is to specify that a particular course, represented by an activity version or a specific event instance, is included within a defined category. This categorization is essential for structuring the learning catalog, enabling course discovery, reporting, and administrative functions such as targeted enrollment and resource allocation based on course type or subject area.
Key Information Stored
The table stores the minimal set of foreign key columns necessary to establish the link between a course and its category. As per the provided metadata, the critical columns are ACTIVITY_VERSION_ID, EVENT_ID, ACTIVITY_CATEGORY, and CATEGORY_USAGE_ID. The ACTIVITY_VERSION_ID references a specific version of a course from the OTA_ACTIVITY_VERSIONS table, while EVENT_ID can link to a specific scheduled offering from OTA_EVENTS. The ACTIVITY_CATEGORY column holds the classification code, and CATEGORY_USAGE_ID provides context for how the category is applied. The table's two unique keys (UK2 and UK3) enforce data integrity, ensuring a course is not duplicated within the same category context. The presence of both ACTIVITY_VERSION_ID and EVENT_ID allows for categorization at both the course definition and the specific event level.
Common Use Cases and Queries
A primary use case is generating reports or building catalog interfaces that list all courses belonging to a specific category, such as "Technical Skills" or "Compliance." Administrators often query this table to validate or audit course classifications. Given the user's search for "activity_version_id," a typical query pattern would involve joining to the activity versions table to retrieve course details for a specific category.
- Find all courses in a specific category:
SELECT av.activity_version_id, av.title FROM ota_act_cat_inclusions aci JOIN ota_activity_versions av ON aci.activity_version_id = av.activity_version_id WHERE aci.activity_category = '&CATEGORY_CODE'; - Find all categories for a specific course version:
SELECT activity_category FROM ota_act_cat_inclusions WHERE activity_version_id = &VERSION_ID;
Related Objects
This table has direct foreign key dependencies on two primary master tables, forming the core of its relationships. As documented, OTA_ACTIVITY_VERSIONS is referenced via ACTIVITY_VERSION_ID, and OTA_EVENTS is referenced via EVENT_ID. It is also intrinsically linked to the underlying category definitions and usage rules, likely within the OTA_CATEGORY_USAGES table or related setup tables, though not explicitly listed in the provided excerpt. This table is a key source for any reporting view or API that needs to filter or group learning activities by their assigned categories, making it a critical component for data extraction and integration within the OTA module.
-
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_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 ,
-
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_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: 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: 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: 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_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_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_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: 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: 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: 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: 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_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_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: 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_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_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: 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_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_FINANCE_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_FINANCE_LINES, object_name:OTFV_FINANCE_LINES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_FINANCE_LINES ,
-
Table: OTA_ACTIVITY_VERSIONS_TL
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_ACTIVITY_VERSIONS_TL, object_name:OTA_ACTIVITY_VERSIONS_TL, status:VALID, product: OTA - Learning Management , description: This table is used for Activity Version language translations. , implementation_dba_data: OTA.OTA_ACTIVITY_VERSIONS_TL ,
-
Table: OTA_ACTIVITY_VERSIONS_TL
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_ACTIVITY_VERSIONS_TL, object_name:OTA_ACTIVITY_VERSIONS_TL, status:VALID, product: OTA - Learning Management , description: This table is used for Activity Version language translations. , implementation_dba_data: OTA.OTA_ACTIVITY_VERSIONS_TL ,
-
View: OTFV_FINANCE_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_FINANCE_LINES, object_name:OTFV_FINANCE_LINES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_FINANCE_LINES ,
-
Table: OTA_VENDOR_SUPPLIES
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_VENDOR_SUPPLIES, object_name:OTA_VENDOR_SUPPLIES, status:VALID, product: OTA - Learning Management , description: Currently not used , implementation_dba_data: OTA.OTA_VENDOR_SUPPLIES ,
-
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 ,
-
Table: OTA_VENDOR_SUPPLIES
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_VENDOR_SUPPLIES, object_name:OTA_VENDOR_SUPPLIES, status:VALID, product: OTA - Learning Management , description: Currently not used , implementation_dba_data: OTA.OTA_VENDOR_SUPPLIES ,
-
Table: OTA_ACTIVITY_VERSIONS_EFC
12.1.1
product: OTA - Learning Management , description: This is a copy of the OTA_ACTIVITY_VERSIONS table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: OTA_ACTIVITY_VERSIONS_EFC
12.2.2
product: OTA - Learning Management , description: This is a copy of the OTA_ACTIVITY_VERSIONS table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: Not implemented in this database ,
-
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_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 ,
-
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 ,
-
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_COURSE_PREREQUISITES
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_COURSE_PREREQUISITES, object_name:OTA_COURSE_PREREQUISITES, status:VALID, product: OTA - Learning Management , description: This hold the information of which courses need to be completed before learners can enroll into a specific course. A course can have one or more courses as prerequisite. The prerequisite can be mandadory or advisory. , implementation_dba_data: OTA.OTA_COURSE_PREREQUISITES ,
-
Table: OTA_PRICE_LIST_ENTRIES
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_PRICE_LIST_ENTRIES, object_name:OTA_PRICE_LIST_ENTRIES, status:VALID, product: OTA - Learning Management , description: A price list entry records the price of an activity between two dates. , implementation_dba_data: OTA.OTA_PRICE_LIST_ENTRIES ,
-
Table: OTA_PRICE_LIST_ENTRIES
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_PRICE_LIST_ENTRIES, object_name:OTA_PRICE_LIST_ENTRIES, status:VALID, product: OTA - Learning Management , description: A price list entry records the price of an activity between two dates. , implementation_dba_data: OTA.OTA_PRICE_LIST_ENTRIES ,
-
View: OTFV_RESOURCES_BOOKED
12.1.1
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.2.2
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 ,
-
View: OTA_DISCOUNT_DEALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_DISCOUNT_DEALS_V, object_name:OTA_DISCOUNT_DEALS_V, status:VALID, product: OTA - Learning Management , description: View to list all Discount Enrollment Agreements. , implementation_dba_data: APPS.OTA_DISCOUNT_DEALS_V ,
-
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: OTA_DISCOUNT_DEALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_DISCOUNT_DEALS_V, object_name:OTA_DISCOUNT_DEALS_V, status:VALID, product: OTA - Learning Management , description: View to list all Discount Enrollment Agreements. , implementation_dba_data: APPS.OTA_DISCOUNT_DEALS_V ,