DBA Data[Home] [Help]

APPS.OTA_AME_ATTRIBUTES dependencies on OTA_GENERAL

Line 516: Select ota_general.get_location_code(ota_utility.get_event_location(oev.event_id)) Location_Name

512: c_item_type varchar2(50);
513: c_item_key varchar2(100);
514:
515: cursor c_get_class_location is
516: Select ota_general.get_location_code(ota_utility.get_event_location(oev.event_id)) Location_Name
517: From ota_events oev
518: Where oev.event_id = c_event_id;
519:
520: begin