Search Results otfv_training_events
Overview
OTFV_TRAINING_EVENTS is an APPS-owned database view within the Oracle E-Business Suite Learning Management module (OTA). It is classified in ETRM 12.2.2 with a status of VALID and is documented as a "business view template from which the flexfield view is generated." This designation is significant: rather than serving as an end-user reporting object in its own right, OTFV_TRAINING_EVENTS functions as a template layer in the Oracle Training Administration flexfield view generation architecture. Oracle's flexfield-based business views are generated by copying and extending such templates so that Descriptive Flexfield (DFF) segments attributed to the underlying entity can be appended to the template's column list at runtime, producing a final view that exposes both the standard descriptive columns and any customer-configured flexfield attributes.
Functionally, the view flattens and decodes the training event entity — courses, offerings, schedules, enrolment windows, pricing, and cost data — into a business-friendly, human-readable format suitable for reporting, OBIEE/XML Publisher extracts, and integration staging. It resolves coded lookup values into their display meanings through the HR_BIS package and applies currency and resource-booking derivations through OTA_GENERAL and OTA_EVT_SHD, so that consumers need not join to lookup tables or decode flags themselves.
Underlying Base Objects
The documented base objects reflect a broad join across the Learning Management schema and several shared EBS entities. Core training data originates from OTA_EVENTS and its translation table OTA_EVENTS_TL, supplemented by OTA_ACTIVITY_DEFINITIONS, OTA_ACTIVITY_DEFINITIONS_TL, OTA_ACTIVITY_VERSIONS, OTA_ACTIVITY_VERSIONS_TL, OTA_CATEGORY_USAGES, OTA_CATEGORY_USAGES_TL, and OTA_OFFERINGS, which supply the catalogue hierarchy, versioning, and categorisation of the training activity. Organisational context is drawn from HR_ALL_ORGANIZATION_UNITS_TL (business group and event centre names) and PER_ALL_PEOPLE_F, while financial context comes from PA_PROJECTS, PO_VENDORS, and currency data referenced through OTA_GENERAL. Lookup translation and formatting are handled by the HR_BIS package, and booking-flag derivation by OTA_EVT_SHD, with OTA_UTILITY providing general helper logic. Because the referenced OTA and HR objects are synonyms in APPS, the view presents a stable APPS-facing interface over the underlying OTA tables.
Key Columns
- BUSINESS_GROUP_NAME — the HR business group owning the training event, sourced from HR_ALL_ORGANIZATION_UNITS_TL.
- EVENT_TITLE / EVENT_COMMENTS — descriptive identification of the event, taken from the translated event record.
- EVENT_TYPE / EVENT_STATUS — decoded meanings for the training event type and scheduled event status lookups via HR_BIS.BIS_DECODE_LOOKUP.
- WEEK_NUMBER, COURSE_START_DATE, COURSE_END_DATE, COURSE_START_TIME, COURSE_END_TIME, TIMEZONE, DURATION, DURATION_UNITS — scheduling attributes; the week number uses the ISO 'IW' format mask.
- ENROLLMENT_START_DATE / ENROLLMENT_END_DATE — the enrolment window exposed under the American spelling "ENROLLMENT".
- RESOURCE_BOOKED / PUBLIC_EVENT / BOOK_INDEPENDENT — Yes/No decoded flags; RESOURCE_BOOKED is derived by calling OTA_EVT_SHD.RESOURCE_BOOKING_FLAG, and is nulled for 'AD HOC' events.
- MINIMUM_ATTENDEES, MAXIMUM_ATTENDEES, MAXIMUM_INTERNAL_ATTENDEES — capacity constraints.
- STANDARD_PRICE, ACTUAL_COST, BUDGET_COST, BUDGET_COST_CURRENCY — commercial and cost data; the currency name is resolved through OTA_GENERAL.FND_CURRENCY_NAME.
- EVENT_CENTER, DEVELOPMENT_EVENT_TYPE, USER_STATUS — organisational ownership and further decoded classification attributes.
Common Use Cases and Queries
Typical scenarios include training catalogue reporting, attendance-capacity analysis, cost-versus-budget review, and enrolment-window monitoring. A representative query lists forthcoming public events with their decoded status and pricing:
SELECT event_title, event_type, event_status, course_start_date, standard_price, budget_cost_currency FROM apps.otfv_training_events WHERE public_event = 'Yes' AND course_start_date >= SYSDATE ORDER BY course_start_date;
Capacity utilisation can be assessed by comparing maximum attendees against actual enrolment, while financial reporting selects ACTUAL_COST and BUDGET_COST alongside BUDGET_COST_CURRENCY for variance analysis. Because the view is a flexfield template, sites requiring DFF attributes should query the generated flexfield view rather than the template directly, ensuring the configured descriptive segments are available as additional columns.
-
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_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 ,
-
SYNONYM: PUBLIC.OTFV_TRAINING_EVENTS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:OTFV_TRAINING_EVENTS, status:VALID,
-
PACKAGE: APPS.OTA_EVT_SHD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OTA_EVT_SHD, status:VALID,
-
SYNONYM: APPS.OTA_ACTIVITY_DEFINITIONS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_ACTIVITY_DEFINITIONS_TL, status:VALID,
-
VIEW: APPS.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,
-
SYNONYM: APPS.OTA_ACTIVITY_DEFINITIONS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OTA_ACTIVITY_DEFINITIONS_TL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.OTA_CATEGORY_USAGES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OTA_CATEGORY_USAGES_TL, status:VALID,
-
SYNONYM: APPS.OTA_CATEGORY_USAGES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_CATEGORY_USAGES_TL, status:VALID,
-
PACKAGE: APPS.OTA_EVT_SHD
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OTA_EVT_SHD, status:VALID,
-
SYNONYM: APPS.OTA_ACTIVITY_DEFINITIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OTA_ACTIVITY_DEFINITIONS, status:VALID,
-
SYNONYM: APPS.OTA_ACTIVITY_DEFINITIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_ACTIVITY_DEFINITIONS, status:VALID,
-
SYNONYM: APPS.OTA_OFFERINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_OFFERINGS, status:VALID,
-
SYNONYM: APPS.OTA_EVENTS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_EVENTS_TL, status:VALID,
-
PACKAGE: APPS.OTA_UTILITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OTA_UTILITY, status:VALID,
-
SYNONYM: APPS.OTA_ACTIVITY_VERSIONS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OTA_ACTIVITY_VERSIONS_TL, status:VALID,
-
PACKAGE: APPS.OTA_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OTA_UTILITY, status:VALID,
-
SYNONYM: APPS.OTA_OFFERINGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OTA_OFFERINGS, status:VALID,
-
SYNONYM: APPS.OTA_EVENTS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OTA_EVENTS_TL, status:VALID,
-
SYNONYM: APPS.OTA_CATEGORY_USAGES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OTA_CATEGORY_USAGES, status:VALID,
-
SYNONYM: APPS.OTA_ACTIVITY_VERSIONS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_ACTIVITY_VERSIONS_TL, status:VALID,
-
SYNONYM: APPS.OTA_CATEGORY_USAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_CATEGORY_USAGES, status:VALID,
-
PACKAGE: APPS.OTA_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OTA_GENERAL, status:VALID,
-
PACKAGE: APPS.OTA_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OTA_GENERAL, status:VALID,
-
VIEW: APPS.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,
-
SYNONYM: APPS.OTA_ACTIVITY_VERSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_ACTIVITY_VERSIONS, status:VALID,
-
SYNONYM: APPS.OTA_ACTIVITY_VERSIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OTA_ACTIVITY_VERSIONS, status:VALID,
-
SYNONYM: APPS.OTA_EVENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_EVENTS, status:VALID,
-
SYNONYM: APPS.OTA_EVENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OTA_EVENTS, status:VALID,
-
PACKAGE: APPS.HR_BIS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_BIS, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS, status:VALID,
-
PACKAGE: APPS.HR_BIS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_BIS, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
eTRM - OTA Tables and Views
12.1.1
description: Currently not used ,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
eTRM - OTA Tables and Views
12.2.2
description: Currently not used ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - OTA Tables and Views
12.1.1
description: Currently not used ,
-
eTRM - OTA Tables and Views
12.2.2
description: Currently not used ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,