DBA Data[Home] [Help]

APPS.OTA_FRM_SHD SQL Statements

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

Line: 53

    select
       forum_id
      ,business_group_id
      ,start_date_active
      ,end_date_active
      ,message_type_flag
      ,allow_html_flag
      ,allow_attachment_flag
      ,auto_notification_flag
      ,public_flag
      ,object_version_number
    from        ota_forums_b
    where       forum_id = p_forum_id;
Line: 128

    select
       forum_id
      ,business_group_id
      ,start_date_active
      ,end_date_active
      ,message_type_flag
      ,allow_html_flag
      ,allow_attachment_flag
      ,auto_notification_flag
      ,public_flag
      ,object_version_number
    from        ota_forums_b
    where       forum_id = p_forum_id
    for update nowait;