DBA Data[Home] [Help]

APPS.BEN_CWG_SHD SQL Statements

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

Line: 48

    select
       cwb_wksht_grp_id
      ,business_group_id
      ,pl_id
      ,ordr_num
      ,wksht_grp_cd
      ,label
      ,cwg_attribute_category
      ,cwg_attribute1
      ,cwg_attribute2
      ,cwg_attribute3
      ,cwg_attribute4
      ,cwg_attribute5
      ,cwg_attribute6
      ,cwg_attribute7
      ,cwg_attribute8
      ,cwg_attribute9
      ,cwg_attribute10
      ,cwg_attribute11
      ,cwg_attribute12
      ,cwg_attribute13
      ,cwg_attribute14
      ,cwg_attribute15
      ,cwg_attribute16
      ,cwg_attribute17
      ,cwg_attribute18
      ,cwg_attribute19
      ,cwg_attribute20
      ,cwg_attribute21
      ,cwg_attribute22
      ,cwg_attribute23
      ,cwg_attribute24
      ,cwg_attribute25
      ,cwg_attribute26
      ,cwg_attribute27
      ,cwg_attribute28
      ,cwg_attribute29
      ,cwg_attribute30
      ,status_Cd
      ,hidden_cd
      ,object_version_number
    from        ben_cwb_wksht_grp
    where       cwb_wksht_grp_id = p_cwb_wksht_grp_id;
Line: 153

    select
       cwb_wksht_grp_id
      ,business_group_id
      ,pl_id
      ,ordr_num
      ,wksht_grp_cd
      ,label
      ,cwg_attribute_category
      ,cwg_attribute1
      ,cwg_attribute2
      ,cwg_attribute3
      ,cwg_attribute4
      ,cwg_attribute5
      ,cwg_attribute6
      ,cwg_attribute7
      ,cwg_attribute8
      ,cwg_attribute9
      ,cwg_attribute10
      ,cwg_attribute11
      ,cwg_attribute12
      ,cwg_attribute13
      ,cwg_attribute14
      ,cwg_attribute15
      ,cwg_attribute16
      ,cwg_attribute17
      ,cwg_attribute18
      ,cwg_attribute19
      ,cwg_attribute20
      ,cwg_attribute21
      ,cwg_attribute22
      ,cwg_attribute23
      ,cwg_attribute24
      ,cwg_attribute25
      ,cwg_attribute26
      ,cwg_attribute27
      ,cwg_attribute28
      ,cwg_attribute29
      ,cwg_attribute30
      ,status_Cd
      ,hidden_cd
      ,object_version_number
    from        ben_cwb_wksht_grp
    where       cwb_wksht_grp_id = p_cwb_wksht_grp_id
    for update nowait;