DBA Data[Home] [Help]

APPS.OTA_FMS_SHD SQL Statements

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

Line: 53

    select
       forum_message_id
      ,forum_id
      ,forum_thread_id
      ,business_group_id
      ,message_body
      ,parent_message_id
      ,person_id
      ,contact_id
      ,target_person_id
      ,target_contact_id
      ,message_scope
      ,object_version_number
    from        ota_forum_messages
    where       forum_message_id = p_forum_message_id;
Line: 130

    select
       forum_message_id
      ,forum_id
      ,forum_thread_id
      ,business_group_id
      ,message_body
      ,parent_message_id
      ,person_id
      ,contact_id
      ,target_person_id
      ,target_contact_id
      ,message_scope
      ,object_version_number
    from        ota_forum_messages
    where       forum_message_id = p_forum_message_id
    for update nowait;