DBA Data[Home] [Help]

APPS.OTA_CMS_SHD SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 48

    select
       chat_message_id
      ,chat_id
      ,business_group_id
      ,person_id
      ,contact_id
      ,target_person_id
      ,target_contact_id
      ,message_text
      ,object_version_number
    from        ota_chat_messages
    where       chat_message_id = p_chat_message_id;
Line: 122

    select
       chat_message_id
      ,chat_id
      ,business_group_id
      ,person_id
      ,contact_id
      ,target_person_id
      ,target_contact_id
      ,message_text
      ,object_version_number
    from        ota_chat_messages
    where       chat_message_id = p_chat_message_id
    for update nowait;