DBA Data[Home] [Help]

APPS.BEN_LBR_DEL SQL Statements

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

Line: 53

Procedure dt_delete_dml
	(p_rec 			 in out nocopy ben_lbr_shd.g_rec_type,
	 p_effective_date	 in	date,
	 p_datetrack_mode	 in	varchar2,
	 p_validation_start_date in	date,
	 p_validation_end_date	 in	date) is
--
  l_proc	varchar2(72) := g_package||'dt_delete_dml';
Line: 64

  If (p_datetrack_mode = 'DELETE_NEXT_CHANGE') then
    hr_utility.set_location(l_proc, 10);
Line: 71

    delete from ben_ler_bnft_rstrn_f
    where       ler_bnft_rstrn_id = p_rec.ler_bnft_rstrn_id
    and	  effective_start_date = p_validation_start_date;
Line: 83

    delete from ben_ler_bnft_rstrn_f
    where        ler_bnft_rstrn_id = p_rec.ler_bnft_rstrn_id
    and	  effective_start_date >= p_validation_start_date;
Line: 96

End dt_delete_dml;
Line: 101

Procedure delete_dml
	(p_rec 			 in out nocopy ben_lbr_shd.g_rec_type,
	 p_effective_date	 in	date,
	 p_datetrack_mode	 in	varchar2,
	 p_validation_start_date in	date,
	 p_validation_end_date	 in	date) is
--
  l_proc	varchar2(72) := g_package||'delete_dml';
Line: 113

  dt_delete_dml(p_rec			=> p_rec,
		p_effective_date	=> p_effective_date,
		p_datetrack_mode	=> p_datetrack_mode,
       		p_validation_start_date	=> p_validation_start_date,
		p_validation_end_date	=> p_validation_end_date);
Line: 120

End delete_dml;
Line: 155

Procedure dt_pre_delete
	(p_rec 			 in out nocopy ben_lbr_shd.g_rec_type,
	 p_effective_date	 in	date,
	 p_datetrack_mode	 in	varchar2,
	 p_validation_start_date in	date,
	 p_validation_end_date	 in	date) is
--
  l_proc	varchar2(72) := g_package||'dt_pre_delete';
Line: 171

    If (p_datetrack_mode = 'DELETE') then
      p_rec.effective_end_date := p_validation_start_date - 1;
Line: 191

End dt_pre_delete;
Line: 226

Procedure pre_delete
	(p_rec 			 in out nocopy ben_lbr_shd.g_rec_type,
	 p_effective_date	 in	date,
	 p_datetrack_mode	 in	varchar2,
	 p_validation_start_date in	date,
	 p_validation_end_date	 in	date) is
--
  l_proc	varchar2(72) := g_package||'pre_delete';
Line: 242

  dt_pre_delete
    (p_rec 		     => p_rec,
     p_effective_date	     => p_effective_date,
     p_datetrack_mode	     => p_datetrack_mode,
     p_validation_start_date => p_validation_start_date,
     p_validation_end_date   => p_validation_end_date);
Line: 250

End pre_delete;
Line: 284

Procedure post_delete
	(p_rec 			 in ben_lbr_shd.g_rec_type,
	 p_effective_date	 in date,
	 p_datetrack_mode	 in varchar2,
	 p_validation_start_date in date,
	 p_validation_end_date	 in date) is
--
  l_proc	varchar2(72) := g_package||'post_delete';
Line: 301

    ben_lbr_rkd.after_delete
      (
  p_ler_bnft_rstrn_id             =>p_rec.ler_bnft_rstrn_id
 ,p_datetrack_mode                =>p_datetrack_mode
 ,p_validation_start_date         =>p_validation_start_date
 ,p_validation_end_date           =>p_validation_end_date
 ,p_effective_start_date          =>p_rec.effective_start_date
 ,p_effective_end_date            =>p_rec.effective_end_date
 ,p_effective_start_date_o        =>ben_lbr_shd.g_old_rec.effective_start_date
 ,p_effective_end_date_o          =>ben_lbr_shd.g_old_rec.effective_end_date
 ,p_no_mx_cvg_amt_apls_flag_o     =>ben_lbr_shd.g_old_rec.no_mx_cvg_amt_apls_flag
 ,p_no_mn_cvg_incr_apls_flag_o    =>ben_lbr_shd.g_old_rec.no_mn_cvg_incr_apls_flag
 ,p_no_mx_cvg_incr_apls_flag_o    =>ben_lbr_shd.g_old_rec.no_mx_cvg_incr_apls_flag
 ,p_mx_cvg_incr_wcf_alwd_amt_o    =>ben_lbr_shd.g_old_rec.mx_cvg_incr_wcf_alwd_amt
 ,p_mx_cvg_incr_alwd_amt_o        =>ben_lbr_shd.g_old_rec.mx_cvg_incr_alwd_amt
 ,p_mx_cvg_alwd_amt_o             =>ben_lbr_shd.g_old_rec.mx_cvg_alwd_amt
 ,p_mx_cvg_mlt_incr_num_o         =>ben_lbr_shd.g_old_rec.mx_cvg_mlt_incr_num
 ,p_mx_cvg_mlt_incr_wcf_num_o     =>ben_lbr_shd.g_old_rec.mx_cvg_mlt_incr_wcf_num
 ,p_mx_cvg_rl_o                   =>ben_lbr_shd.g_old_rec.mx_cvg_rl
 ,p_mx_cvg_wcfn_amt_o             =>ben_lbr_shd.g_old_rec.mx_cvg_wcfn_amt
 ,p_mx_cvg_wcfn_mlt_num_o         =>ben_lbr_shd.g_old_rec.mx_cvg_wcfn_mlt_num
 ,p_mn_cvg_amt_o                  =>ben_lbr_shd.g_old_rec.mn_cvg_amt
 ,p_mn_cvg_rl_o                   =>ben_lbr_shd.g_old_rec.mn_cvg_rl
 ,p_cvg_incr_r_decr_only_cd_o     =>ben_lbr_shd.g_old_rec.cvg_incr_r_decr_only_cd
 ,p_unsspnd_enrt_cd_o             =>ben_lbr_shd.g_old_rec.unsspnd_enrt_cd
 ,p_dflt_to_asn_pndg_ctfn_cd_o    =>ben_lbr_shd.g_old_rec.dflt_to_asn_pndg_ctfn_cd
 ,p_dflt_to_asn_pndg_ctfn_rl_o    =>ben_lbr_shd.g_old_rec.dflt_to_asn_pndg_ctfn_rl
 ,p_ler_id_o                      =>ben_lbr_shd.g_old_rec.ler_id
 ,p_pl_id_o                       =>ben_lbr_shd.g_old_rec.pl_id
 ,p_business_group_id_o           =>ben_lbr_shd.g_old_rec.business_group_id
 ,p_plip_id_o                     =>ben_lbr_shd.g_old_rec.plip_id
 ,p_lbr_attribute_category_o      =>ben_lbr_shd.g_old_rec.lbr_attribute_category
 ,p_lbr_attribute1_o              =>ben_lbr_shd.g_old_rec.lbr_attribute1
 ,p_lbr_attribute2_o              =>ben_lbr_shd.g_old_rec.lbr_attribute2
 ,p_lbr_attribute3_o              =>ben_lbr_shd.g_old_rec.lbr_attribute3
 ,p_lbr_attribute4_o              =>ben_lbr_shd.g_old_rec.lbr_attribute4
 ,p_lbr_attribute5_o              =>ben_lbr_shd.g_old_rec.lbr_attribute5
 ,p_lbr_attribute6_o              =>ben_lbr_shd.g_old_rec.lbr_attribute6
 ,p_lbr_attribute7_o              =>ben_lbr_shd.g_old_rec.lbr_attribute7
 ,p_lbr_attribute8_o              =>ben_lbr_shd.g_old_rec.lbr_attribute8
 ,p_lbr_attribute9_o              =>ben_lbr_shd.g_old_rec.lbr_attribute9
 ,p_lbr_attribute10_o             =>ben_lbr_shd.g_old_rec.lbr_attribute10
 ,p_lbr_attribute11_o             =>ben_lbr_shd.g_old_rec.lbr_attribute11
 ,p_lbr_attribute12_o             =>ben_lbr_shd.g_old_rec.lbr_attribute12
 ,p_lbr_attribute13_o             =>ben_lbr_shd.g_old_rec.lbr_attribute13
 ,p_lbr_attribute14_o             =>ben_lbr_shd.g_old_rec.lbr_attribute14
 ,p_lbr_attribute15_o             =>ben_lbr_shd.g_old_rec.lbr_attribute15
 ,p_lbr_attribute16_o             =>ben_lbr_shd.g_old_rec.lbr_attribute16
 ,p_lbr_attribute17_o             =>ben_lbr_shd.g_old_rec.lbr_attribute17
 ,p_lbr_attribute18_o             =>ben_lbr_shd.g_old_rec.lbr_attribute18
 ,p_lbr_attribute19_o             =>ben_lbr_shd.g_old_rec.lbr_attribute19
 ,p_lbr_attribute20_o             =>ben_lbr_shd.g_old_rec.lbr_attribute20
 ,p_lbr_attribute21_o             =>ben_lbr_shd.g_old_rec.lbr_attribute21
 ,p_lbr_attribute22_o             =>ben_lbr_shd.g_old_rec.lbr_attribute22
 ,p_lbr_attribute23_o             =>ben_lbr_shd.g_old_rec.lbr_attribute23
 ,p_lbr_attribute24_o             =>ben_lbr_shd.g_old_rec.lbr_attribute24
 ,p_lbr_attribute25_o             =>ben_lbr_shd.g_old_rec.lbr_attribute25
 ,p_lbr_attribute26_o             =>ben_lbr_shd.g_old_rec.lbr_attribute26
 ,p_lbr_attribute27_o             =>ben_lbr_shd.g_old_rec.lbr_attribute27
 ,p_lbr_attribute28_o             =>ben_lbr_shd.g_old_rec.lbr_attribute28
 ,p_lbr_attribute29_o             =>ben_lbr_shd.g_old_rec.lbr_attribute29
 ,p_lbr_attribute30_o             =>ben_lbr_shd.g_old_rec.lbr_attribute30
 ,p_susp_if_ctfn_not_prvd_flag_o  =>ben_lbr_shd.g_old_rec.susp_if_ctfn_not_prvd_flag
 ,p_ctfn_determine_cd_o           =>ben_lbr_shd.g_old_rec.ctfn_determine_cd
 ,p_object_version_number_o       =>ben_lbr_shd.g_old_rec.object_version_number
      );
Line: 382

End post_delete;
Line: 417

  ben_lbr_bus.delete_validate
	(p_rec			 => p_rec,
	 p_effective_date	 => p_effective_date,
	 p_datetrack_mode	 => p_datetrack_mode,
	 p_validation_start_date => l_validation_start_date,
	 p_validation_end_date	 => l_validation_end_date);
Line: 426

  pre_delete
	(p_rec			 => p_rec,
	 p_effective_date	 => p_effective_date,
	 p_datetrack_mode	 => p_datetrack_mode,
	 p_validation_start_date => l_validation_start_date,
	 p_validation_end_date	 => l_validation_end_date);
Line: 435

  delete_dml
	(p_rec			 => p_rec,
	 p_effective_date	 => p_effective_date,
	 p_datetrack_mode	 => p_datetrack_mode,
	 p_validation_start_date => l_validation_start_date,
	 p_validation_end_date	 => l_validation_end_date);
Line: 444

  post_delete
	(p_rec			 => p_rec,
	 p_effective_date	 => p_effective_date,
	 p_datetrack_mode	 => p_datetrack_mode,
	 p_validation_start_date => l_validation_start_date,
	 p_validation_end_date	 => l_validation_end_date);