DBA Data[Home] [Help]

APPS.OTA_LME_SHD SQL Statements

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

Line: 48

    select
       lp_member_enrollment_id
      ,lp_enrollment_id
      ,learning_path_section_id
      ,learning_path_member_id
      ,member_status_code
      ,completion_target_date
      ,completion_date
      ,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
      ,attribute21
      ,attribute22
      ,attribute23
      ,attribute24
      ,attribute25
      ,attribute26
      ,attribute27
      ,attribute28
      ,attribute29
      ,attribute30
      ,creator_person_id
      ,event_id
    from        ota_lp_member_enrollments
    where       lp_member_enrollment_id = p_lp_member_enrollment_id;
Line: 155

    select
       lp_member_enrollment_id
      ,lp_enrollment_id
      ,learning_path_section_id
      ,learning_path_member_id
      ,member_status_code
      ,completion_target_date
      ,completion_date
      ,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
      ,attribute21
      ,attribute22
      ,attribute23
      ,attribute24
      ,attribute25
      ,attribute26
      ,attribute27
      ,attribute28
      ,attribute29
      ,attribute30
      ,creator_person_id
      ,event_id
    from        ota_lp_member_enrollments
    where       lp_member_enrollment_id = p_lp_member_enrollment_id
    for update nowait;