Search Results ota_act_cat_inclusions
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.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_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_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_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: 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 ,
-
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 ,
-
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.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_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_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: 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: OTFV_COST_TRANSFER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_COST_TRANSFER, object_name:OTFV_COST_TRANSFER, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_COST_TRANSFER ,
-
View: OTFV_COST_TRANSFER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_COST_TRANSFER, object_name:OTFV_COST_TRANSFER, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_COST_TRANSFER ,
-
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_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_RESOURCE_CHECKLIST
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCE_CHECKLIST, object_name:OTFV_RESOURCE_CHECKLIST, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_RESOURCE_CHECKLIST ,
-
View: OTFV_TRAINING_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENTS, object_name:OTFV_TRAINING_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENTS ,
-
View: OTFV_RESOURCE_CHECKLIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCE_CHECKLIST, object_name:OTFV_RESOURCE_CHECKLIST, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_RESOURCE_CHECKLIST ,
-
View: OTFV_TRAINING_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_TRAINING_EVENTS, object_name:OTFV_TRAINING_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_TRAINING_EVENTS ,
-
View: OTFV_SCHEDULED_TRAINING_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_SCHEDULED_TRAINING_EVENTS, object_name:OTFV_SCHEDULED_TRAINING_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_SCHEDULED_TRAINING_EVENTS ,
-
View: OTFV_SCHEDULED_TRAINING_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_SCHEDULED_TRAINING_EVENTS, object_name:OTFV_SCHEDULED_TRAINING_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_SCHEDULED_TRAINING_EVENTS ,
-
View: OTFV_INT_TRAINING_EVENT_ENROLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_INT_TRAINING_EVENT_ENROLS, object_name:OTFV_INT_TRAINING_EVENT_ENROLS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_INT_TRAINING_EVENT_ENROLS ,
-
View: OTFV_INT_TRAINING_EVENT_ENROLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_INT_TRAINING_EVENT_ENROLS, object_name:OTFV_INT_TRAINING_EVENT_ENROLS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_INT_TRAINING_EVENT_ENROLS ,