DBA Data[Home] [Help]

APPS.PER_SPH_SHD SQL Statements

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

Line: 59

    select
       plan_id
      ,plan_type
      ,plan_name
      ,successee_id
      ,business_group_id
      ,description
      ,status
      ,plan_owner
      ,start_date
      ,end_date
      ,filled_from_plan
      ,filled_by
      ,filled_on
      ,next_review_date
      ,criteria_set_id
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
      ,object_version_number
    from        per_sp_plan
    where       plan_id = p_plan_id;
Line: 161

    select
       plan_id
      ,plan_type
      ,plan_name
      ,successee_id
      ,business_group_id
      ,description
      ,status
      ,plan_owner
      ,start_date
      ,end_date
      ,filled_from_plan
      ,filled_by
      ,filled_on
      ,next_review_date
      ,criteria_set_id
      ,attribute_category
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
      ,attribute6
      ,attribute7
      ,attribute8
      ,attribute9
      ,attribute10
      ,attribute11
      ,attribute12
      ,attribute13
      ,attribute14
      ,attribute15
      ,attribute16
      ,attribute17
      ,attribute18
      ,attribute19
      ,attribute20
      ,object_version_number
    from        per_sp_plan
    where       plan_id = p_plan_id
    for update nowait;