DBA Data[Home] [Help]

APPS.BEN_PCP_SHD SQL Statements

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

Line: 61

    select
       pl_pcp_id
      ,pl_id
      ,business_group_id
      ,pcp_strt_dt_cd
      ,pcp_dsgn_cd
      ,pcp_dpnt_dsgn_cd
      ,pcp_rpstry_flag
      ,pcp_can_keep_flag
      ,pcp_radius
      ,pcp_radius_uom
      ,pcp_radius_warn_flag
      ,pcp_num_chgs
      ,pcp_num_chgs_uom
      ,pcp_attribute_category
      ,pcp_attribute1
      ,pcp_attribute2
      ,pcp_attribute3
      ,pcp_attribute4
      ,pcp_attribute5
      ,pcp_attribute6
      ,pcp_attribute7
      ,pcp_attribute8
      ,pcp_attribute9
      ,pcp_attribute10
      ,pcp_attribute11
      ,pcp_attribute12
      ,pcp_attribute13
      ,pcp_attribute14
      ,pcp_attribute15
      ,pcp_attribute16
      ,pcp_attribute17
      ,pcp_attribute18
      ,pcp_attribute19
      ,pcp_attribute20
      ,pcp_attribute21
      ,pcp_attribute22
      ,pcp_attribute23
      ,pcp_attribute24
      ,pcp_attribute25
      ,pcp_attribute26
      ,pcp_attribute27
      ,pcp_attribute28
      ,pcp_attribute29
      ,pcp_attribute30
      ,object_version_number
    from	ben_pl_pcp
    where	pl_pcp_id = p_pl_pcp_id;
Line: 171

    select
       pl_pcp_id
      ,pl_id
      ,business_group_id
      ,pcp_strt_dt_cd
      ,pcp_dsgn_cd
      ,pcp_dpnt_dsgn_cd
      ,pcp_rpstry_flag
      ,pcp_can_keep_flag
      ,pcp_radius
      ,pcp_radius_uom
      ,pcp_radius_warn_flag
      ,pcp_num_chgs
      ,pcp_num_chgs_uom
      ,pcp_attribute_category
      ,pcp_attribute1
      ,pcp_attribute2
      ,pcp_attribute3
      ,pcp_attribute4
      ,pcp_attribute5
      ,pcp_attribute6
      ,pcp_attribute7
      ,pcp_attribute8
      ,pcp_attribute9
      ,pcp_attribute10
      ,pcp_attribute11
      ,pcp_attribute12
      ,pcp_attribute13
      ,pcp_attribute14
      ,pcp_attribute15
      ,pcp_attribute16
      ,pcp_attribute17
      ,pcp_attribute18
      ,pcp_attribute19
      ,pcp_attribute20
      ,pcp_attribute21
      ,pcp_attribute22
      ,pcp_attribute23
      ,pcp_attribute24
      ,pcp_attribute25
      ,pcp_attribute26
      ,pcp_attribute27
      ,pcp_attribute28
      ,pcp_attribute29
      ,pcp_attribute30
      ,object_version_number
    from	ben_pl_pcp
    where	pl_pcp_id = p_pl_pcp_id
    for	update nowait;