DBA Data[Home] [Help]

APPS.OTA_CTU_SHD SQL Statements

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

Line: 71

    select
       category_usage_id
      ,business_group_id
      ,category
      ,object_version_number
      ,type
      ,start_date_active
      ,end_date_active
      ,parent_cat_usage_id
      ,synchronous_flag
      ,online_flag
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
      ,data_source
      ,comments
      ,user_group_id
    from        ota_category_usages
    where       category_usage_id = p_category_usage_id;
Line: 170

    select
       category_usage_id
      ,business_group_id
      ,category
      ,object_version_number
      ,type
      ,start_date_active
      ,end_date_active
      ,parent_cat_usage_id
      ,synchronous_flag
      ,online_flag
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
      ,data_source
      ,comments
      ,user_group_id
    from        ota_category_usages
    where       category_usage_id = p_category_usage_id
    for update nowait;