DBA Data[Home] [Help]

APPS.OTA_TDB_BUS dependencies on OTA_CATEGORY_USAGES

Line 3413: , ota_category_usages ctu

3409: ,ctu.online_flag
3410: ,evt.offering_id
3411: FROM ota_offerings oft
3412: , ota_events evt
3413: , ota_category_usages ctu
3414: WHERE oft.offering_id = evt.parent_offering_id
3415: AND ctu.category_usage_id = oft.delivery_mode_id
3416: AND evt.event_id = p_class_id;
3417: