DBA Data[Home] [Help]

APPS.BEN_ENB_SHD SQL Statements

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

Line: 74

    select
		 enrt_bnft_id
		,dflt_flag
		,val_has_bn_prortd_flag
		,bndry_perd_cd
		,val
		,nnmntry_uom
		,bnft_typ_cd
		,entr_val_at_enrt_flag
		,mn_val
		,mx_val
		,incrmt_val
                ,dflt_val
		,rt_typ_cd
		,cvg_mlt_cd
		,ctfn_rqd_flag
		,ordr_num
		,crntly_enrld_flag
		,elig_per_elctbl_chc_id
		,prtt_enrt_rslt_id
		,comp_lvl_fctr_id
		,business_group_id
		,enb_attribute_category
		,enb_attribute1
		,enb_attribute2
		,enb_attribute3
		,enb_attribute4
		,enb_attribute5
		,enb_attribute6
		,enb_attribute7
		,enb_attribute8
		,enb_attribute9
		,enb_attribute10
		,enb_attribute11
		,enb_attribute12
		,enb_attribute13
		,enb_attribute14
		,enb_attribute15
		,enb_attribute16
		,enb_attribute17
		,enb_attribute18
		,enb_attribute19
		,enb_attribute20
		,enb_attribute21
		,enb_attribute22
		,enb_attribute23
		,enb_attribute24
		,enb_attribute25
		,enb_attribute26
		,enb_attribute27
		,enb_attribute28
		,enb_attribute29
        ,enb_attribute30
        ,request_id
        ,program_application_id
        ,program_id
        ,mx_wout_ctfn_val
        ,mx_wo_ctfn_flag
        ,program_update_date
        ,object_version_number
    from	ben_enrt_bnft
    where	enrt_bnft_id = p_enrt_bnft_id;
Line: 204

    select
		 enrt_bnft_id
		,dflt_flag
		,val_has_bn_prortd_flag
		,bndry_perd_cd
		,val
		,nnmntry_uom
		,bnft_typ_cd
		,entr_val_at_enrt_flag
		,mn_val
		,mx_val
		,incrmt_val
                ,dflt_val
		,rt_typ_cd
		,cvg_mlt_cd
		,ctfn_rqd_flag
		,ordr_num
		,crntly_enrld_flag
		,elig_per_elctbl_chc_id
		,prtt_enrt_rslt_id
		,comp_lvl_fctr_id
		,business_group_id
		,enb_attribute_category
		,enb_attribute1
		,enb_attribute2
		,enb_attribute3
		,enb_attribute4
		,enb_attribute5
		,enb_attribute6
		,enb_attribute7
		,enb_attribute8
		,enb_attribute9
		,enb_attribute10
		,enb_attribute11
		,enb_attribute12
		,enb_attribute13
		,enb_attribute14
		,enb_attribute15
		,enb_attribute16
		,enb_attribute17
		,enb_attribute18
		,enb_attribute19
		,enb_attribute20
		,enb_attribute21
		,enb_attribute22
		,enb_attribute23
		,enb_attribute24
		,enb_attribute25
		,enb_attribute26
		,enb_attribute27
		,enb_attribute28
		,enb_attribute29
        ,enb_attribute30
        ,request_id
        ,program_application_id
        ,program_id
        ,mx_wout_ctfn_val
        ,mx_wo_ctfn_flag
        ,program_update_date
        ,object_version_number
    from	ben_enrt_bnft
    where	enrt_bnft_id = p_enrt_bnft_id
    for	update nowait;
Line: 373

  ,p_program_update_date            in  date
  ,p_object_version_number          in  number
 )
	Return g_rec_type is
--
  l_rec	  g_rec_type;
Line: 444

  l_rec.program_update_date             := p_program_update_date   ;