DBA Data[Home] [Help]

APPS.OTA_OFF_SHD SQL Statements

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

Line: 79

    select
       ota_offerings.offering_id
      ,activity_version_id
      ,business_group_id

      ,start_date
      ,end_date
      ,owner_id
      ,delivery_mode_id
      ,language_id
      ,duration
      ,duration_units
      ,learning_object_id
      ,player_toolbar_flag
      ,player_toolbar_bitset
      ,player_new_window_flag
      ,maximum_attendees
      ,maximum_internal_attendees
      ,minimum_attendees
      ,actual_cost
      ,budget_cost
      ,budget_currency_code
      ,price_basis
      ,currency_code
      ,standard_price
      ,object_version_number
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
      ,data_source
      ,vendor_id
      ,competency_update_level
      ,language_code  -- 2733966
    from        ota_offerings
    where       ota_offerings.offering_id = p_offering_id;
Line: 195

    select
       offering_id
      ,activity_version_id
      ,business_group_id

      ,start_date
      ,end_date
      ,owner_id
      ,delivery_mode_id
      ,language_id
      ,duration
      ,duration_units
      ,learning_object_id
      ,player_toolbar_flag
      ,player_toolbar_bitset
      ,player_new_window_flag
      ,maximum_attendees
      ,maximum_internal_attendees
      ,minimum_attendees
      ,actual_cost
      ,budget_cost
      ,budget_currency_code
      ,price_basis
      ,currency_code
      ,standard_price
      ,object_version_number
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
      ,data_source
      ,vendor_id
      ,competency_update_level
      ,language_code   -- 2733966
    from        ota_offerings
    where       offering_id = p_offering_id

    for update nowait;
Line: 353

  ,p_competency_update_level      in     varchar2
  ,p_language_code                in     varchar2  -- 2733966
  )
  Return g_rec_type is
--
  l_rec   g_rec_type;
Line: 412

  l_rec.competency_update_level      := p_competency_update_level;