DBA Data[Home] [Help]

APPS.OTA_CFS_SHD SQL Statements

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

Line: 48

    select
       conference_server_id
       ,url
      ,type
      ,owc_site_id
      ,owc_auth_token
      ,end_date_active
      ,object_version_number
      ,business_group_id
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
    from        ota_conference_servers_b
    where       conference_server_id = p_conference_server_id;
Line: 142

    select
       conference_server_id
      ,url
      ,type
      ,owc_site_id
      ,owc_auth_token
      ,end_date_active
      ,object_version_number
      ,business_group_id
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
    from        ota_conference_servers_b
    where       conference_server_id = p_conference_server_id
    for update nowait;