Search Results reference_title
Overview
APPS.OTA_CTRNG_HISTORIES_V is a supplementary view in the Oracle E-Business Suite Applications (APPS) schema, registered with FND Design Data identifier OTA.OTA_CTRNG_HISTORIES_V and carrying a VALID status in the 12.1.1 and 12.2.2 releases. Within the Oracle Training Administration (OTA) product family, this view consolidates delegate training history records into a denormalized, presentation-ready structure. Its stated purpose is to simplify Oracle Forms coding, mapping internal identifier columns to meaningful, translatable descriptions. Oracle explicitly warns that this view is not intended as a query or data-manipulation interface and may change dramatically in subsequent minor or major releases; accordingly, it should be treated as an internal-seeded object rather than a stable integration contract. For reporting purposes, however, it remains a convenient read-only source because it pre-joins event, delegate booking, provider, and organization descriptive attributes without requiring the report author to reconstruct the OTA entity relationships.
Underlying Base Objects
The view is defined over, or depends upon, the following documented objects: HR_ALL_ORGANIZATION_UNITS_TL (synonym), HR_GENERAL (package), OTA_ACTIVITY_VERSIONS_TL (synonym), OTA_BOOKING_STATUS_TYPES_TL (synonym), OTA_DELEGATE_BOOKINGS (synonym), OTA_EVENTS (synonym), OTA_EVENTS_TL (synonym), OTA_NOTRNG_HISTORIES_V (view), and PO_VENDORS (view). The core fact records are drawn from OTA_DELEGATE_BOOKINGS, the transactional table recording each delegate's enrollment and outcome. OTA_EVENTS and OTA_EVENTS_TL supply the event or training offering and its translated title; OTA_ACTIVITY_VERSIONS_TL supplies the equivalent activity version name. HR_ALL_ORGANIZATION_UNITS_TL provides the organization unit meaning, while OTA_BOOKING_STATUS_TYPES_TL supplies booking status descriptions. PO_VENDORS is joined to resolve the training provider, typically for externally delivered training. HR_GENERAL is referenced as a package dependency for person-related lookups, and OTA_NOTRNG_HISTORIES_V serves as the complementary non-training histories view. Together these objects let the view present a delegate-centric training history with translated lookup meanings.
Key Columns
- REFERENCE_DATE — the date of the training event.
- REFERENCE_TITLE — the title of the training, sourced from the translated event name.
- EVENT_CENTER_MEANING — the name of the site where the training was taken.
- EVENT_ACTIVITY_VERSION_NAME — the name of the equivalent OTA activity version.
- REFERENCE_STATUS — the current status of the training (a concatenated or descriptive status string).
- SUCCESSFUL_ATTENDANCE_MEANING and FAILURE_REASON_MEANING — attendance outcome and the delegate booking failure reason.
- SCHOLASTIC_RATING — the scholastic rating achieved.
- PROVIDER and TRAINING_REFERENCE — the delivering vendor and the external training reference identifier.
- PERSON_ID and CONTACT_ID — the delegate to whom the history applies and the associated contact.
- DURATION and DURATION_UNITS — event duration and its unit meaning.
- Audit and tenancy columns: LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATION_DATE, CREATED_BY, ORGANIZATION_ID, and CUSTOMER_ID.
Common Use Cases and Queries
Typical scenarios include delegate training-history reports, external training compliance audits, provider spend and volume analysis, and embedded descriptive blocks in Oracle Forms customizations. The view is also useful for validating attendance outcomes against booking failure reasons. The following query returns a delegate's completed training records:
SELECT person_id
, reference_date
, reference_title
, provider
, scholastic_rating
, successful_attendance_meaning
FROM apps.ota_ctrng_histories_v
WHERE person_id = :p_person_id
AND reference_date BETWEEN :p_from AND :p_to
ORDER BY reference_date DESC;
Because the view exposes no bind variables and performs all translation joining internally, filters such as organization_id and training_reference can be applied directly for organization-level or externally referenced training extracts. Given the documented warning about structural change, production integrations should be validated against the base tables before each upgrade cycle.
-
VIEW: APPS.OTA_CTRNG_HISTORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_CTRNG_HISTORIES_V, object_name:OTA_CTRNG_HISTORIES_V, status:VALID,
-
View: OTA_CTRNG_HISTORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_CTRNG_HISTORIES_V, object_name:OTA_CTRNG_HISTORIES_V, status:VALID, product: OTA - Learning Management , description: This view is used as the data source for the combined training history displayed in the training histories form. (OTA_DELEGATE_BOOKINGS - "HISTORY" button) , implementation_dba_data: APPS.OTA_CTRNG_HISTORIES_V ,
-
View: OTA_CTRNG_HISTORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_CTRNG_HISTORIES_V, object_name:OTA_CTRNG_HISTORIES_V, status:VALID, product: OTA - Learning Management , description: This view is used as the data source for the combined training history displayed in the training histories form. (OTA_DELEGATE_BOOKINGS - "HISTORY" button) , implementation_dba_data: APPS.OTA_CTRNG_HISTORIES_V ,
-
VIEW: APPS.OTA_CTRNG_HISTORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_CTRNG_HISTORIES_V, object_name:OTA_CTRNG_HISTORIES_V, status:VALID,
-
VIEW: APPS.OTA_CTRNG_HISTORIES_V
12.1.1
-
VIEW: APPS.OTA_CTRNG_HISTORIES_V
12.2.2
-
TABLE: IGS.IGS_PS_LGCY_US_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_LGCY_US_INT, object_name:IGS_PS_LGCY_US_INT, status:VALID,
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_USEC_REF
12.1.1
-
PACKAGE: APPS.IGS_PS_GENERIC_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_LGCY_CONC_PKG
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 - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,