DBA Data[Home] [Help]

APPS.BEN_PRV_SHD SQL Statements

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

Line: 77

    select
	prtt_rt_val_id,
      null,
	rt_strt_dt,
	rt_end_dt,
	rt_typ_cd,
	tx_typ_cd,
	ordr_num,
	acty_typ_cd,
	mlt_cd,
	acty_ref_perd_cd,
	rt_val,
	ann_rt_val,
	cmcd_rt_val,
	cmcd_ref_perd_cd,
	bnft_rt_typ_cd,
	dsply_on_enrt_flag,
	rt_ovridn_flag,
	rt_ovridn_thru_dt,
	elctns_made_dt,
	prtt_rt_val_stat_cd,
	prtt_enrt_rslt_id,
	cvg_amt_calc_mthd_id,
	actl_prem_id,
	comp_lvl_fctr_id,
	element_entry_value_id,
	per_in_ler_id,
	ended_per_in_ler_id,
	acty_base_rt_id,
	prtt_reimbmt_rqst_id,
        prtt_rmt_aprvd_fr_pymt_id,
        pp_in_yr_used_num,
	business_group_id,
	prv_attribute_category,
	prv_attribute1,
	prv_attribute2,
	prv_attribute3,
	prv_attribute4,
	prv_attribute5,
	prv_attribute6,
	prv_attribute7,
	prv_attribute8,
	prv_attribute9,
	prv_attribute10,
	prv_attribute11,
	prv_attribute12,
	prv_attribute13,
	prv_attribute14,
	prv_attribute15,
	prv_attribute16,
	prv_attribute17,
	prv_attribute18,
	prv_attribute19,
	prv_attribute20,
	prv_attribute21,
	prv_attribute22,
	prv_attribute23,
	prv_attribute24,
	prv_attribute25,
	prv_attribute26,
	prv_attribute27,
	prv_attribute28,
	prv_attribute29,
	prv_attribute30,
        pk_id_table_name,
        pk_id,
	object_version_number
    from	ben_prtt_rt_val
    where	prtt_rt_val_id = p_prtt_rt_val_id;
Line: 213

    select 	prtt_rt_val_id,
      null,
	rt_strt_dt,
	rt_end_dt,
	rt_typ_cd,
	tx_typ_cd,
	ordr_num,
	acty_typ_cd,
	mlt_cd,
	acty_ref_perd_cd,
	rt_val,
	ann_rt_val,
	cmcd_rt_val,
	cmcd_ref_perd_cd,
	bnft_rt_typ_cd,
	dsply_on_enrt_flag,
	rt_ovridn_flag,
	rt_ovridn_thru_dt,
	elctns_made_dt,
	prtt_rt_val_stat_cd,
	prtt_enrt_rslt_id,
	cvg_amt_calc_mthd_id,
	actl_prem_id,
	comp_lvl_fctr_id,
	element_entry_value_id,
	per_in_ler_id,
	ended_per_in_ler_id,
        acty_base_rt_id,
        prtt_reimbmt_rqst_id,
        prtt_rmt_aprvd_fr_pymt_id,
        pp_in_yr_used_num,
	business_group_id,
	prv_attribute_category,
	prv_attribute1,
	prv_attribute2,
	prv_attribute3,
	prv_attribute4,
	prv_attribute5,
	prv_attribute6,
	prv_attribute7,
	prv_attribute8,
	prv_attribute9,
	prv_attribute10,
	prv_attribute11,
	prv_attribute12,
	prv_attribute13,
	prv_attribute14,
	prv_attribute15,
	prv_attribute16,
	prv_attribute17,
	prv_attribute18,
	prv_attribute19,
	prv_attribute20,
	prv_attribute21,
	prv_attribute22,
	prv_attribute23,
	prv_attribute24,
	prv_attribute25,
	prv_attribute26,
	prv_attribute27,
	prv_attribute28,
	prv_attribute29,
	prv_attribute30,
        pk_id_table_name,
        pk_id,
	object_version_number
    from	ben_prtt_rt_val
    where	prtt_rt_val_id = p_prtt_rt_val_id
    for	update nowait;