DBA Data[Home] [Help]

APPS.OTA_LPC_SHD SQL Statements

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

Line: 48

    select
       learning_path_section_id
      ,learning_path_id
      ,section_sequence
      ,completion_type_code
      ,no_of_mandatory_courses
      ,business_group_id
      ,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
    from        ota_lp_sections
    where       learning_path_section_id = p_learning_path_section_id;
Line: 141

    select
       learning_path_section_id
      ,learning_path_id
      ,section_sequence
      ,completion_type_code
      ,no_of_mandatory_courses
      ,business_group_id
      ,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
    from        ota_lp_sections
    where       learning_path_section_id = p_learning_path_section_id
    for update nowait;