DBA Data[Home] [Help]

APPS.BEN_BRI_SHD SQL Statements

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

Line: 74

    select
		batch_rt_id,
	benefit_action_id,
	person_id,
	pgm_id,
	pl_id,
	oipl_id,
	bnft_rt_typ_cd,
	dflt_flag,
	val,
        old_val,
	tx_typ_cd,
	acty_typ_cd,
	mn_elcn_val,
	mx_elcn_val,
	incrmt_elcn_val,
	dflt_val,
	rt_strt_dt,
	business_group_id,
	object_version_number,
	enrt_cvg_strt_dt,
	enrt_cvg_thru_dt,
	actn_cd,
	close_actn_itm_dt
    from	ben_batch_rate_info
    where	batch_rt_id = p_batch_rt_id;
Line: 167

    select 	batch_rt_id,
	benefit_action_id,
	person_id,
	pgm_id,
	pl_id,
	oipl_id,
	bnft_rt_typ_cd,
	dflt_flag,
	val,
        old_val,
	tx_typ_cd,
	acty_typ_cd,
	mn_elcn_val,
	mx_elcn_val,
	incrmt_elcn_val,
	dflt_val,
	rt_strt_dt,
	business_group_id,
	object_version_number,
	enrt_cvg_strt_dt,
	enrt_cvg_thru_dt,
	actn_cd,
	close_actn_itm_dt
    from	ben_batch_rate_info
    where	batch_rt_id = p_batch_rt_id
    for	update nowait;