DBA Data[Home] [Help]

APPS.BEN_VPF_SHD SQL Statements

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

Line: 69

    select
	vrbl_rt_prfl_id,
	effective_start_date,
	effective_end_date,
	pl_typ_opt_typ_id,
	pl_id,
	oipl_id,
        comp_lvl_fctr_id,
	business_group_id,
	acty_typ_cd,
	rt_typ_cd,
	bnft_rt_typ_cd,
	tx_typ_cd,
	vrbl_rt_trtmt_cd,
	acty_ref_perd_cd,
	mlt_cd,
	incrmnt_elcn_val,
	dflt_elcn_val,
	mx_elcn_val,
	mn_elcn_val,
        lwr_lmt_val,
        lwr_lmt_calc_rl,
        upr_lmt_val,
        upr_lmt_calc_rl,
        ultmt_upr_lmt,
        ultmt_lwr_lmt,
        ultmt_upr_lmt_calc_rl,
        ultmt_lwr_lmt_calc_rl,
        ann_mn_elcn_val,
        ann_mx_elcn_val,
	val,
	name,
	no_mn_elcn_val_dfnd_flag,
	no_mx_elcn_val_dfnd_flag,
        alwys_sum_all_cvg_flag,
        alwys_cnt_all_prtts_flag,
	val_calc_rl,
	vrbl_rt_prfl_stat_cd,
        vrbl_usg_cd,
        asmt_to_use_cd,
        rndg_cd,
        rndg_rl,
        rt_hrly_slrd_flag,
        rt_pstl_cd_flag,
        rt_lbr_mmbr_flag,
        rt_lgl_enty_flag,
        rt_benfts_grp_flag,
        rt_wk_loc_flag,
        rt_brgng_unit_flag,
        rt_age_flag,
        rt_los_flag,
        rt_per_typ_flag,
        rt_fl_tm_pt_tm_flag,
        rt_ee_stat_flag,
        rt_grd_flag,
        rt_pct_fl_tm_flag,
        rt_asnt_set_flag,
        rt_hrs_wkd_flag,
        rt_comp_lvl_flag,
        rt_org_unit_flag,
        rt_loa_rsn_flag,
        rt_pyrl_flag,
        rt_schedd_hrs_flag,
        rt_py_bss_flag,
        rt_prfl_rl_flag,
        rt_cmbn_age_los_flag,
        rt_prtt_pl_flag,
        rt_svc_area_flag,
        rt_ppl_grp_flag,
        rt_dsbld_flag,
        rt_hlth_cvg_flag,
        rt_poe_flag,
        rt_ttl_cvg_vol_flag,
        rt_ttl_prtt_flag,
        rt_gndr_flag,
        rt_tbco_use_flag,
	vpf_attribute_category,
	vpf_attribute1,
	vpf_attribute2,
	vpf_attribute3,
	vpf_attribute4,
	vpf_attribute5,
	vpf_attribute6,
	vpf_attribute7,
	vpf_attribute8,
	vpf_attribute9,
	vpf_attribute10,
	vpf_attribute11,
	vpf_attribute12,
	vpf_attribute13,
	vpf_attribute14,
	vpf_attribute15,
	vpf_attribute16,
	vpf_attribute17,
	vpf_attribute18,
	vpf_attribute19,
	vpf_attribute20,
	vpf_attribute21,
	vpf_attribute22,
	vpf_attribute23,
	vpf_attribute24,
	vpf_attribute25,
	vpf_attribute26,
	vpf_attribute27,
	vpf_attribute28,
	vpf_attribute29,
	vpf_attribute30,
	object_version_number,
	rt_cntng_prtn_prfl_flag,
	rt_cbr_quald_bnf_flag,
	rt_optd_mdcr_flag,
	rt_lvg_rsn_flag,
	rt_pstn_flag ,
	rt_comptncy_flag ,
	rt_job_flag  ,
	rt_qual_titl_flag ,
	rt_dpnt_cvrd_pl_flag,
	rt_dpnt_cvrd_plip_flag ,
	rt_dpnt_cvrd_ptip_flag,
	rt_dpnt_cvrd_pgm_flag,
	rt_enrld_oipl_flag ,
	rt_enrld_pl_flag ,
	rt_enrld_plip_flag  ,
	rt_enrld_ptip_flag ,
	rt_enrld_pgm_flag  ,
	rt_prtt_anthr_pl_flag ,
	rt_othr_ptip_flag  ,
	rt_no_othr_cvg_flag ,
	rt_dpnt_othr_ptip_flag,
	rt_qua_in_gr_flag,
	rt_perf_rtng_flag,
	rt_elig_prfl_flag
    from	ben_vrbl_rt_prfl_f
    where	vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
    and		p_effective_date
    between	effective_start_date and effective_end_date;
Line: 264

	 p_delete	 out nocopy boolean,
	 p_future_change out nocopy boolean,
	 p_delete_next_change out nocopy boolean) is
--
  l_proc 		varchar2(72) 	:= g_package||'find_dt_del_modes';
Line: 275

    select  t.oipl_id,
	    t.pl_typ_opt_typ_id,
	    t.pl_id
    from    ben_vrbl_rt_prfl_f t
    where   t.vrbl_rt_prfl_id = p_base_key_value
    and     p_effective_date
    between t.effective_start_date and t.effective_end_date;
Line: 312

	 p_delete		=> p_delete,
	 p_future_change	=> p_future_change,
	 p_delete_next_change	=> p_delete_next_change);
Line: 326

	 p_update	 out nocopy boolean,
	 p_update_override out nocopy boolean,
	 p_update_change_insert out nocopy boolean) is
--
  l_proc 	varchar2(72) := g_package||'find_dt_upd_modes';
Line: 343

	 p_update		=> p_update,
	 p_update_override	=> p_update_override,
	 p_update_change_insert	=> p_update_change_insert);
Line: 382

  update  ben_vrbl_rt_prfl_f t
  set	  t.effective_end_date	  = p_new_effective_end_date,
	  t.object_version_number = l_object_version_number
  where	  t.vrbl_rt_prfl_id	  = p_base_key_value
  and	  p_effective_date
  between t.effective_start_date and t.effective_end_date;
Line: 424

    select
	vrbl_rt_prfl_id,
	effective_start_date,
	effective_end_date,
	pl_typ_opt_typ_id,
	pl_id,
	oipl_id,
        comp_lvl_fctr_id,
	business_group_id,
	acty_typ_cd,
	rt_typ_cd,
	bnft_rt_typ_cd,
	tx_typ_cd,
	vrbl_rt_trtmt_cd,
	acty_ref_perd_cd,
	mlt_cd,
	incrmnt_elcn_val,
	dflt_elcn_val,
	mx_elcn_val,
	mn_elcn_val,
        lwr_lmt_val,
        lwr_lmt_calc_rl,
        upr_lmt_val,
        upr_lmt_calc_rl,
        ultmt_upr_lmt,
        ultmt_lwr_lmt,
        ultmt_upr_lmt_calc_rl,
        ultmt_lwr_lmt_calc_rl,
        ann_mn_elcn_val,
        ann_mx_elcn_val,
	val,
	name,
	no_mn_elcn_val_dfnd_flag,
	no_mx_elcn_val_dfnd_flag,
        alwys_sum_all_cvg_flag,
        alwys_cnt_all_prtts_flag,
	val_calc_rl,
	vrbl_rt_prfl_stat_cd,
        vrbl_usg_cd,
        asmt_to_use_cd,
        rndg_cd,
        rndg_rl,
        rt_hrly_slrd_flag,
        rt_pstl_cd_flag,
        rt_lbr_mmbr_flag,
        rt_lgl_enty_flag,
        rt_benfts_grp_flag,
        rt_wk_loc_flag,
        rt_brgng_unit_flag,
        rt_age_flag,
        rt_los_flag,
        rt_per_typ_flag,
        rt_fl_tm_pt_tm_flag,
        rt_ee_stat_flag,
        rt_grd_flag,
        rt_pct_fl_tm_flag,
        rt_asnt_set_flag,
        rt_hrs_wkd_flag,
        rt_comp_lvl_flag,
        rt_org_unit_flag,
        rt_loa_rsn_flag,
        rt_pyrl_flag,
        rt_schedd_hrs_flag,
        rt_py_bss_flag,
        rt_prfl_rl_flag,
        rt_cmbn_age_los_flag,
        rt_prtt_pl_flag,
        rt_svc_area_flag,
        rt_ppl_grp_flag,
        rt_dsbld_flag,
        rt_hlth_cvg_flag,
        rt_poe_flag,
        rt_ttl_cvg_vol_flag,
        rt_ttl_prtt_flag,
        rt_gndr_flag,
        rt_tbco_use_flag,
	vpf_attribute_category,
	vpf_attribute1,
	vpf_attribute2,
	vpf_attribute3,
	vpf_attribute4,
	vpf_attribute5,
	vpf_attribute6,
	vpf_attribute7,
	vpf_attribute8,
	vpf_attribute9,
	vpf_attribute10,
	vpf_attribute11,
	vpf_attribute12,
	vpf_attribute13,
	vpf_attribute14,
	vpf_attribute15,
	vpf_attribute16,
	vpf_attribute17,
	vpf_attribute18,
	vpf_attribute19,
	vpf_attribute20,
	vpf_attribute21,
	vpf_attribute22,
	vpf_attribute23,
	vpf_attribute24,
	vpf_attribute25,
	vpf_attribute26,
	vpf_attribute27,
	vpf_attribute28,
	vpf_attribute29,
	vpf_attribute30,
	object_version_number ,
	rt_cntng_prtn_prfl_flag,
	rt_cbr_quald_bnf_flag,
	rt_optd_mdcr_flag,
	rt_lvg_rsn_flag,
	rt_pstn_flag ,
	rt_comptncy_flag ,
	rt_job_flag  ,
	rt_qual_titl_flag ,
	rt_dpnt_cvrd_pl_flag,
	rt_dpnt_cvrd_plip_flag ,
	rt_dpnt_cvrd_ptip_flag,
	rt_dpnt_cvrd_pgm_flag,
	rt_enrld_oipl_flag ,
	rt_enrld_pl_flag ,
	rt_enrld_plip_flag  ,
	rt_enrld_ptip_flag ,
	rt_enrld_pgm_flag  ,
	rt_prtt_anthr_pl_flag ,
	rt_othr_ptip_flag  ,
	rt_no_othr_cvg_flag ,
	rt_dpnt_othr_ptip_flag,
	rt_qua_in_gr_flag,
	rt_perf_rtng_flag,
	rt_elig_prfl_flag
    from    ben_vrbl_rt_prfl_f
    where   vrbl_rt_prfl_id         = p_vrbl_rt_prfl_id
    and	    p_effective_date
    between effective_start_date and effective_end_date
    for update nowait;
Line: 587

  If (p_datetrack_mode <> 'INSERT') then
    --
    -- We must select and lock the current row.
    --
    Open  C_Sel1;