DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_CATEGORY_USAGES

Line 408: ota_category_usages c

404:
405: CURSOR dm_cr is
406: SELECT null
407: FROM ota_offerings o,
408: ota_category_usages c
409: WHERE o.offering_id = p_parent_offering_id
410: AND o.delivery_mode_id = c.category_usage_id
411: AND c.synchronous_flag = 'Y'
412: AND c.online_flag = 'N';