DBA Data[Home] [Help]

APPS.OTA_AME_ATTRIBUTES dependencies on OTA_CATEGORY_USAGES_TL

Line 189: c_course_category ota_category_usages_tl.category%type;

185: function get_course_primary_category
186: (p_transaction_id IN hr_api_transactions.transaction_id%TYPE)
187: return varchar2 is
188:
189: c_course_category ota_category_usages_tl.category%type;
190: c_event_id ota_events.event_id%type;
191: c_item_type varchar2(50);
192: c_item_key varchar2(100);
193:

Line 302: c_delivery_mode ota_category_usages_tl.category%type;

298: function get_ofr_delivery_mode
299: (p_transaction_id IN hr_api_transactions.transaction_id%TYPE)
300: return varchar2 is
301:
302: c_delivery_mode ota_category_usages_tl.category%type;
303: c_event_id ota_events.event_id%type;
304: c_offering_id ota_offerings.offering_id%type;
305: c_item_type varchar2(50);
306: c_item_key varchar2(100);