DBA Data[Home] [Help]

APPS.OTA_CPE_SHD SQL Statements

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

Line: 48

    select
       cert_prd_enrollment_id
      ,cert_enrollment_id
      ,object_version_number
      ,period_status_code
      ,completion_date
      ,cert_period_start_date
      ,cert_period_end_date
      ,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
      ,expiration_date
    from        ota_cert_prd_enrollments
    where       cert_prd_enrollment_id = p_cert_prd_enrollment_id;
Line: 143

    select
       cert_prd_enrollment_id
      ,cert_enrollment_id
      ,object_version_number
      ,period_status_code
      ,completion_date
      ,cert_period_start_date
      ,cert_period_end_date
      ,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
      ,expiration_date
    from        ota_cert_prd_enrollments
    where       cert_prd_enrollment_id = p_cert_prd_enrollment_id
    for update nowait;