Search Results ota_suppliable_resources
Overview
The OTA_SUPPLIABLE_RESOURCES table is a core data object within the Oracle E-Business Suite Learning Management (OTA) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master repository for all resources that can be booked to support the delivery of training events. As defined in the ETRM, a resource is any facility, person, or piece of equipment required to run an event. This table does not store the resource definition itself but rather represents a specific, bookable instance or "supply" of a defined resource. Its primary role is to enable the scheduling and management of these tangible resources against scheduled events, forming the critical link between resource definitions and their actual bookings.
Key Information Stored
The table's central identifier is the SUPPLIED_RESOURCE_ID, which serves as the primary key for each unique, bookable resource instance. The most critical foreign key is RESOURCE_DEFINITION_ID, which links the suppliable instance back to its master definition in the OTA_RESOURCE_DEFINITIONS table. This relationship allows the system to inherit the resource's type, category, and other attributes while tracking specific availability and booking details at the instance level. While the provided ETRM excerpt does not list all columns, typical data stored includes status, effective dates, and organizational assignments to control the availability and lifecycle of each resource supply.
Common Use Cases and Queries
A primary use case is generating reports on resource availability and utilization for capacity planning. Administrators query this table to list all suppliable instances of a specific resource type, such as all projectors or a specific instructor, that are available within a given date range. Another critical operational use is validating and creating bookings, where the system checks this table for an available resource instance before inserting a record into OTA_RESOURCE_BOOKINGS. A common query pattern involves joining to the definitions table to enrich the output with resource names and types:
- SELECT sr.SUPPLIED_RESOURCE_ID, rd.RESOURCE_NAME, rd.RESOURCE_TYPE FROM OTA_SUPPLIABLE_RESOURCES sr, OTA_RESOURCE_DEFINITIONS rd WHERE sr.RESOURCE_DEFINITION_ID = rd.RESOURCE_DEFINITION_ID AND rd.RESOURCE_TYPE = 'PERSON' AND sr.STATUS = 'ACTIVE';
Related Objects
The OTA_SUPPLIABLE_RESOURCES table sits at the center of the resource management data model, with defined foreign key relationships to several key tables. As documented in the ETRM:
- OTA_RESOURCE_DEFINITIONS: The foundational relationship. Each row in OTA_SUPPLIABLE_RESOURCES references a master definition via RESOURCE_DEFINITION_ID.
- OTA_RESOURCE_BOOKINGS: A critical transactional relationship. Bookings for specific event sessions are created against a suppliable resource, linked by SUPPLIED_RESOURCE_ID.
- OTA_RESOURCE_USAGES: Tracks the actual consumption or usage details of a booked resource, also linked by SUPPLIED_RESOURCE_ID.
These relationships enforce data integrity and ensure that all bookings and usages are tied to a valid, defined resource supply.
-
Table: OTA_SUPPLIABLE_RESOURCES
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_SUPPLIABLE_RESOURCES, object_name:OTA_SUPPLIABLE_RESOURCES, status:VALID, product: OTA - Learning Management , description: A resource is any facility, person or equipment that you need to book to run an event. , implementation_dba_data: OTA.OTA_SUPPLIABLE_RESOURCES ,
-
Table: OTA_SUPPLIABLE_RESOURCES
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_SUPPLIABLE_RESOURCES, object_name:OTA_SUPPLIABLE_RESOURCES, status:VALID, product: OTA - Learning Management , description: A resource is any facility, person or equipment that you need to book to run an event. , implementation_dba_data: OTA.OTA_SUPPLIABLE_RESOURCES ,
-
View: OTFV_OVERBOOKED_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_OVERBOOKED_RESOURCES, object_name:OTFV_OVERBOOKED_RESOURCES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_OVERBOOKED_RESOURCES ,
-
View: OTFV_OVERBOOKED_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_OVERBOOKED_RESOURCES, object_name:OTFV_OVERBOOKED_RESOURCES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_OVERBOOKED_RESOURCES ,
-
Table: OTA_RESOURCE_DEFINITIONS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_RESOURCE_DEFINITIONS, object_name:OTA_RESOURCE_DEFINITIONS, status:VALID, product: OTA - Learning Management , description: Resource definitions hold the unique key flexfield combinations for supplied resources. , implementation_dba_data: OTA.OTA_RESOURCE_DEFINITIONS ,
-
Table: OTA_SUPPLIABLE_RESOURCES_EFC
12.2.2
product: OTA - Learning Management , description: This is a copy of the OTA_SUPPLIABLE_RESOURCES table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: Not implemented in this database ,
-
Table: OTA_RESOURCE_DEFINITIONS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_RESOURCE_DEFINITIONS, object_name:OTA_RESOURCE_DEFINITIONS, status:VALID, product: OTA - Learning Management , description: Resource definitions hold the unique key flexfield combinations for supplied resources. , implementation_dba_data: OTA.OTA_RESOURCE_DEFINITIONS ,
-
Table: OTA_RESOURCE_USAGES
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_RESOURCE_USAGES, object_name:OTA_RESOURCE_USAGES, status:VALID, product: OTA - Learning Management , description: A resource usage holds holds the requirement of an activity version for a specific resource, or for a resource type. , implementation_dba_data: OTA.OTA_RESOURCE_USAGES ,
-
Table: OTA_SUPPLIABLE_RESOURCES_EFC
12.1.1
product: OTA - Learning Management , description: This is a copy of the OTA_SUPPLIABLE_RESOURCES table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: Not implemented in this database ,
-
Table: OTA_RESOURCE_USAGES
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_RESOURCE_USAGES, object_name:OTA_RESOURCE_USAGES, status:VALID, product: OTA - Learning Management , description: A resource usage holds holds the requirement of an activity version for a specific resource, or for a resource type. , implementation_dba_data: OTA.OTA_RESOURCE_USAGES ,
-
Table: OTA_RESOURCE_BOOKINGS
12.2.2
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_RESOURCE_BOOKINGS, object_name:OTA_RESOURCE_BOOKINGS, status:VALID, product: OTA - Learning Management , description: You book a resource (people, equipment or facilities) for a scheduled or development event, or for a session. , implementation_dba_data: OTA.OTA_RESOURCE_BOOKINGS ,
-
View: OTFV_EVENTS_WITHOUT_VENUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITHOUT_VENUE, object_name:OTFV_EVENTS_WITHOUT_VENUE, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITHOUT_VENUE ,
-
Table: OTA_RESOURCE_BOOKINGS
12.1.1
owner:OTA, object_type:TABLE, fnd_design_data:OTA.OTA_RESOURCE_BOOKINGS, object_name:OTA_RESOURCE_BOOKINGS, status:VALID, product: OTA - Learning Management , description: You book a resource (people, equipment or facilities) for a scheduled or development event, or for a session. , implementation_dba_data: OTA.OTA_RESOURCE_BOOKINGS ,
-
View: OTFV_EVENTS_WITHOUT_TRAINER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITHOUT_TRAINER, object_name:OTFV_EVENTS_WITHOUT_TRAINER, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITHOUT_TRAINER ,
-
View: OTFV_EVENTS_WITH_VENUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITH_VENUE, object_name:OTFV_EVENTS_WITH_VENUE, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITH_VENUE ,
-
View: OTFV_EVENTS_WITH_VENUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITH_VENUE, object_name:OTFV_EVENTS_WITH_VENUE, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITH_VENUE ,
-
View: OTFV_EVENTS_WITHOUT_VENUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITHOUT_VENUE, object_name:OTFV_EVENTS_WITHOUT_VENUE, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITHOUT_VENUE ,
-
View: OTFV_EVENTS_WITHOUT_TRAINER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITHOUT_TRAINER, object_name:OTFV_EVENTS_WITHOUT_TRAINER, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITHOUT_TRAINER ,
-
View: OTFV_EVENTS_WITH_TRAINER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITH_TRAINER, object_name:OTFV_EVENTS_WITH_TRAINER, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITH_TRAINER ,
-
View: OTFV_EVENTS_WITH_TRAINER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_EVENTS_WITH_TRAINER, object_name:OTFV_EVENTS_WITH_TRAINER, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_EVENTS_WITH_TRAINER ,
-
View: OTFV_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCES, object_name:OTFV_RESOURCES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_RESOURCES ,
-
View: OTFV_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTFV_RESOURCES, object_name:OTFV_RESOURCES, status:VALID, product: OTA - Learning Management , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.OTFV_RESOURCES ,
-
View: OTA_RESOURCE_USAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_RESOURCE_USAGES_V, object_name:OTA_RESOURCE_USAGES_V, status:VALID, product: OTA - Learning Management , description: View to list all resource usages. , implementation_dba_data: APPS.OTA_RESOURCE_USAGES_V ,
-
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: OTA_SUPPLIABLE_RESOURCES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_SUPPLIABLE_RESOURCES_VL, object_name:OTA_SUPPLIABLE_RESOURCES_VL, status:VALID, product: OTA - Learning Management , description: View to list information about Suppliable Resources. It is scheduled for a future release. , implementation_dba_data: APPS.OTA_SUPPLIABLE_RESOURCES_VL ,
-
View: OTA_SUPPLIABLE_RESOURCES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_SUPPLIABLE_RESOURCES_VL, object_name:OTA_SUPPLIABLE_RESOURCES_VL, status:VALID, product: OTA - Learning Management , description: View to list information about Suppliable Resources. It is scheduled for a future release. , implementation_dba_data: APPS.OTA_SUPPLIABLE_RESOURCES_VL ,
-
View: OTA_SUPPLIABLE_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_SUPPLIABLE_RESOURCES_V, object_name:OTA_SUPPLIABLE_RESOURCES_V, status:VALID, product: OTA - Learning Management , description: View to list information about Suppliable Resources. , implementation_dba_data: APPS.OTA_SUPPLIABLE_RESOURCES_V ,
-
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: OTA_SUPPLIABLE_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_SUPPLIABLE_RESOURCES_V, object_name:OTA_SUPPLIABLE_RESOURCES_V, status:VALID, product: OTA - Learning Management , description: View to list information about Suppliable Resources. , implementation_dba_data: APPS.OTA_SUPPLIABLE_RESOURCES_V ,
-
View: OTA_RESOURCE_USAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_RESOURCE_USAGES_V, object_name:OTA_RESOURCE_USAGES_V, status:VALID, product: OTA - Learning Management , description: View to list all resource usages. , implementation_dba_data: APPS.OTA_RESOURCE_USAGES_V ,
-
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_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: OTA_RESOURCE_BOOKINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_RESOURCE_BOOKINGS_V, object_name:OTA_RESOURCE_BOOKINGS_V, status:VALID, product: OTA - Learning Management , description: View to list all resource bookings. , implementation_dba_data: APPS.OTA_RESOURCE_BOOKINGS_V ,
-
View: OTA_RESOURCE_BOOKINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OTA.OTA_RESOURCE_BOOKINGS_V, object_name:OTA_RESOURCE_BOOKINGS_V, status:VALID, product: OTA - Learning Management , description: View to list all resource bookings. , implementation_dba_data: APPS.OTA_RESOURCE_BOOKINGS_V ,
-
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: 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_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_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 ,
-
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 ,