Search Results training_center
Overview
APPS.OTFV_RESOURCES is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2, with design data registered under the OTA (Oracle Training Administration) product. The view presents Suppliable Resources information, exposing the set of resources that can be supplied against training activities, including instructors, training rooms, and externally supplied materials. Because it consolidates resource definition attributes, supplier information, and scheduling cost data into a single flattened structure, the view is intended for reporting and integration rather than transactional data entry. Its Business Intelligence System classification indicates it was designed to support ad hoc query tools, discoverer workbooks, and downstream extraction layers without requiring consumers to join the underlying OTA tables manually.
Underlying Base Objects
The view is defined over several documented base objects. Resource definition data is drawn from OTA_RESOURCE_DEFINITIONS combined with the multilingual description source HR_ALL_ORGANIZATION_UNITS_TL, which supplies the business group organization name. Suppliable resource records, including supplier lead time, reference, cost, and capacity, derive from OTA_SUPPLIABLE_RESOURCES and its translation table OTA_SUPPLIABLE_RESOURCES_TL. Supplier names come from the PO_VENDORS view. Two packages, OTA_GENERAL and HR_BIS, are referenced to supply derived or formatted values such as the business group name and key flexfield segments exposed as _KF:RESOURCE_DEFINITIONS. No database object references APPS.OTFV_RESOURCES, confirming it is a terminal reporting object rather than a dependency for other code. The supplier and training center identifiers are carried through from the base tables as numeric foreign keys.
Key Columns
- BUSINESS_GROUP_NAME / BUSINESS_GROUP_ID — the HR business group owning the resource definition.
- RESOURCE_TYPE / RESOURCE_NAME — the category and name of the suppliable resource.
- TRAINING_CENTER / TRAINING_CENTER_ID — the training center associated with the resource, exposed both as a descriptive name and as an identifier.
- SUPPLIABLE_RESOURCE_COMMENTS — special instructions attached to the resource supply.
- ADDRESS / RESOURCE_ADDRESS — further address detail relating to a location.
- COST / COST_UNIT / CURRENCY — pricing information for supplied resources.
- RESOURCE_CAPACITY — capacity of the resource, typically seat count for rooms.
- RESOURCE_START_DATE / RESOURCE_END_DATE — the effective availability window.
- RESOURCE_CONSUMABLE — indicates whether the resource is consumed on use.
- SUPPLIER_LEAD_TIME / SUPPLIER_REFERENCE / SUPPLIER_NAME / SUPPLIER_ID — supplier sourcing attributes.
- _KF:RESOURCE_DEFINITIONS / _DF — descriptive flexfield and key flexfield structures for resource definitions.
Common Use Cases and Queries
A frequent requirement is identifying all resources tied to a particular training center, which corresponds directly to the search term training_center. The following query returns resources, capacity, and supplier details for a specified center:
SELECT BUSINESS_GROUP_NAME
, RESOURCE_NAME
, RESOURCE_TYPE
, TRAINING_CENTER
, RESOURCE_CAPACITY
, COST
, COST_UNIT
, CURRENCY
, SUPPLIER_NAME
, SUPPLIER_LEAD_TIME
FROM APPS.OTFV_RESOURCES
WHERE TRAINING_CENTER = :p_training_center
AND SYSDATE BETWEEN RESOURCE_START_DATE AND RESOURCE_END_DATE;
Other common scenarios include reporting supplier-sourced resources for procurement planning, exporting cons
-
VIEW: APPS.OTFV_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCES, object_name:OTFV_RESOURCES, status:VALID,
-
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: APPS.OTFV_RESOURCES
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.OTFV_HR_RESTRICTED_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_HR_RESTRICTED_EVENTS, object_name:OTFV_HR_RESTRICTED_EVENTS, status:VALID,
-
VIEW: APPS.OTFV_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCES, object_name:OTFV_RESOURCES, status:VALID,
-
View: OTFV_HR_RESTRICTED_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_HR_RESTRICTED_EVENTS, object_name:OTFV_HR_RESTRICTED_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_HR_RESTRICTED_EVENTS ,
-
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_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: APPS.OTFV_RESOURCES
12.2.2
-
VIEW: APPS.OTFV_HR_RESTRICTED_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_HR_RESTRICTED_EVENTS, object_name:OTFV_HR_RESTRICTED_EVENTS, status:VALID,
-
VIEW: APPS.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,
-
View: OTFV_HR_RESTRICTED_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_HR_RESTRICTED_EVENTS, object_name:OTFV_HR_RESTRICTED_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_HR_RESTRICTED_EVENTS ,
-
VIEW: APPS.OTFV_EXT_TRAINING_EVENT_ENROLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EXT_TRAINING_EVENT_ENROLS, object_name:OTFV_EXT_TRAINING_EVENT_ENROLS, status:VALID,
-
VIEW: APPS.OTFV_EXT_TRAINING_EVENT_ENROLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EXT_TRAINING_EVENT_ENROLS, object_name:OTFV_EXT_TRAINING_EVENT_ENROLS, status:VALID,
-
VIEW: APPS.OTFV_COMBINED_TRAINING_HISTORY
12.2.2
-
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: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
View: OTFV_EXT_TRAINING_EVENT_ENROLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EXT_TRAINING_EVENT_ENROLS, object_name:OTFV_EXT_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_EXT_TRAINING_EVENT_ENROLS ,
-
View: OTFV_EXT_TRAINING_EVENT_ENROLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EXT_TRAINING_EVENT_ENROLS, object_name:OTFV_EXT_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_EXT_TRAINING_EVENT_ENROLS ,
-
VIEW: APPS.OTFV_HR_RESTRICTED_EVENTS
12.1.1
-
VIEW: APPS.OTFV_ENROLLED_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLED_EVENTS, object_name:OTFV_ENROLLED_EVENTS, status:VALID,
-
VIEW: APPS.OTFV_ENROLLED_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLED_EVENTS, object_name:OTFV_ENROLLED_EVENTS, status:VALID,
-
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: APPS.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,
-
VIEW: APPS.OTFV_COMBINED_TRAINING_HISTORY
12.1.1
-
VIEW: APPS.OTFV_HR_RESTRICTED_EVENTS
12.2.2
-
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: APPS.OTFV_CUST_RESTRICTED_EVENTS
12.2.2
-
View: OTFV_ENROLLED_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLED_EVENTS, object_name:OTFV_ENROLLED_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ENROLLED_EVENTS ,
-
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 ,
-
View: OTFV_ENROLLED_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_ENROLLED_EVENTS, object_name:OTFV_ENROLLED_EVENTS, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_ENROLLED_EVENTS ,
-
VIEW: APPS.OTFV_CUST_RESTRICTED_EVENTS
12.1.1
-
VIEW: APPS.OTFV_SCHEDULED_TRAINING_EVENTS
12.1.1
-
VIEW: APPS.OTFV_EXT_TRAINING_EVENT_ENROLS
12.2.2
-
VIEW: APPS.OTFV_SCHEDULED_TRAINING_EVENTS
12.2.2
-
VIEW: APPS.OTFV_EXT_TRAINING_EVENT_ENROLS
12.1.1
-
VIEW: APPS.OTFV_INT_TRAINING_EVENT_ENROLS
12.1.1
-
VIEW: APPS.OTFV_INT_TRAINING_EVENT_ENROLS
12.2.2
-
VIEW: APPS.OTFV_ENROLLED_EVENTS
12.1.1
-
VIEW: APPS.OTFV_ENROLLED_EVENTS
12.2.2
-
eTRM - OTA Tables and Views
12.2.2
description: Currently not used ,
-
eTRM - OTA Tables and Views
12.1.1
description: Currently not used ,