DBA Data[Home] [Help]

APPS.OTA_CHA_BUS dependencies on OTA_CHAT_OBJ_INCLUSIONS

Line 240: ota_chat_obj_inclusions coi

236: ctu.start_date_active,
237: ctu.end_date_active
238: from
239: ota_category_usages ctu,
240: ota_chat_obj_inclusions coi
241: where
242: ctu.category_usage_id = coi.object_id
243: and coi.primary_flag= 'Y'
244: and coi.chat_id = p_chat_id;