DBA Data[Home] [Help]

APPS.BEN_LAR_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_lar_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_loa_rsn_rt_f
    where       loa_rsn_rt_id = p_rec.loa_rsn_rt_id
    and	  effective_start_date = p_validation_start_date;
Line: 83

    delete from ben_loa_rsn_rt_f
    where        loa_rsn_rt_id = p_rec.loa_rsn_rt_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_lar_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_lar_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_lar_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_lar_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_lar_rkd.after_delete
      (
  p_loa_rsn_rt_id                 =>p_rec.loa_rsn_rt_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_lar_shd.g_old_rec.effective_start_date
 ,p_effective_end_date_o          =>ben_lar_shd.g_old_rec.effective_end_date
 ,p_business_group_id_o           =>ben_lar_shd.g_old_rec.business_group_id
 ,p_ordr_num_o                    =>ben_lar_shd.g_old_rec.ordr_num
 ,p_excld_flag_o                  =>ben_lar_shd.g_old_rec.excld_flag
 ,p_vrbl_rt_prfl_id_o             =>ben_lar_shd.g_old_rec.vrbl_rt_prfl_id
 ,p_loa_rsn_cd_o                  =>ben_lar_shd.g_old_rec.loa_rsn_cd
 ,p_lar_attribute_category_o      =>ben_lar_shd.g_old_rec.lar_attribute_category
 ,p_lar_attribute1_o              =>ben_lar_shd.g_old_rec.lar_attribute1
 ,p_lar_attribute2_o              =>ben_lar_shd.g_old_rec.lar_attribute2
 ,p_lar_attribute3_o              =>ben_lar_shd.g_old_rec.lar_attribute3
 ,p_lar_attribute4_o              =>ben_lar_shd.g_old_rec.lar_attribute4
 ,p_lar_attribute5_o              =>ben_lar_shd.g_old_rec.lar_attribute5
 ,p_lar_attribute6_o              =>ben_lar_shd.g_old_rec.lar_attribute6
 ,p_lar_attribute7_o              =>ben_lar_shd.g_old_rec.lar_attribute7
 ,p_lar_attribute8_o              =>ben_lar_shd.g_old_rec.lar_attribute8
 ,p_lar_attribute9_o              =>ben_lar_shd.g_old_rec.lar_attribute9
 ,p_lar_attribute10_o             =>ben_lar_shd.g_old_rec.lar_attribute10
 ,p_lar_attribute11_o             =>ben_lar_shd.g_old_rec.lar_attribute11
 ,p_lar_attribute12_o             =>ben_lar_shd.g_old_rec.lar_attribute12
 ,p_lar_attribute13_o             =>ben_lar_shd.g_old_rec.lar_attribute13
 ,p_lar_attribute14_o             =>ben_lar_shd.g_old_rec.lar_attribute14
 ,p_lar_attribute15_o             =>ben_lar_shd.g_old_rec.lar_attribute15
 ,p_lar_attribute16_o             =>ben_lar_shd.g_old_rec.lar_attribute16
 ,p_lar_attribute17_o             =>ben_lar_shd.g_old_rec.lar_attribute17
 ,p_lar_attribute18_o             =>ben_lar_shd.g_old_rec.lar_attribute18
 ,p_lar_attribute19_o             =>ben_lar_shd.g_old_rec.lar_attribute19
 ,p_lar_attribute20_o             =>ben_lar_shd.g_old_rec.lar_attribute20
 ,p_lar_attribute21_o             =>ben_lar_shd.g_old_rec.lar_attribute21
 ,p_lar_attribute22_o             =>ben_lar_shd.g_old_rec.lar_attribute22
 ,p_lar_attribute23_o             =>ben_lar_shd.g_old_rec.lar_attribute23
 ,p_lar_attribute24_o             =>ben_lar_shd.g_old_rec.lar_attribute24
 ,p_lar_attribute25_o             =>ben_lar_shd.g_old_rec.lar_attribute25
 ,p_lar_attribute26_o             =>ben_lar_shd.g_old_rec.lar_attribute26
 ,p_lar_attribute27_o             =>ben_lar_shd.g_old_rec.lar_attribute27
 ,p_lar_attribute28_o             =>ben_lar_shd.g_old_rec.lar_attribute28
 ,p_lar_attribute29_o             =>ben_lar_shd.g_old_rec.lar_attribute29
 ,p_lar_attribute30_o             =>ben_lar_shd.g_old_rec.lar_attribute30
 ,p_absence_attendance_type_id_o  =>ben_lar_shd.g_old_rec.absence_attendance_type_id
 ,p_abs_attendance_reason_id_o    =>ben_lar_shd.g_old_rec.abs_attendance_reason_id
 ,p_object_version_number_o       =>ben_lar_shd.g_old_rec.object_version_number
      );
Line: 366

End post_delete;
Line: 401

  ben_lar_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: 410

  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: 419

  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: 428

  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);