DBA Data[Home] [Help]

APPS.BEN_DEC_UPD SQL Statements

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

Line: 57

Procedure dt_update_dml
	(p_rec 			 in out nocopy ben_dec_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_update_dml';
Line: 85

    update  ben_dsgntr_enrld_cvg_f
    set
        dsgntr_enrld_cvg_id             = p_rec.dsgntr_enrld_cvg_id,
    dsgntr_crntly_enrld_flag        = p_rec.dsgntr_crntly_enrld_flag,
    dpnt_cvg_eligy_prfl_id          = p_rec.dpnt_cvg_eligy_prfl_id,
    business_group_id               = p_rec.business_group_id,
    dec_attribute_category          = p_rec.dec_attribute_category,
    dec_attribute1                  = p_rec.dec_attribute1,
    dec_attribute2                  = p_rec.dec_attribute2,
    dec_attribute3                  = p_rec.dec_attribute3,
    dec_attribute4                  = p_rec.dec_attribute4,
    dec_attribute5                  = p_rec.dec_attribute5,
    dec_attribute6                  = p_rec.dec_attribute6,
    dec_attribute7                  = p_rec.dec_attribute7,
    dec_attribute8                  = p_rec.dec_attribute8,
    dec_attribute9                  = p_rec.dec_attribute9,
    dec_attribute10                 = p_rec.dec_attribute10,
    dec_attribute11                 = p_rec.dec_attribute11,
    dec_attribute12                 = p_rec.dec_attribute12,
    dec_attribute13                 = p_rec.dec_attribute13,
    dec_attribute14                 = p_rec.dec_attribute14,
    dec_attribute15                 = p_rec.dec_attribute15,
    dec_attribute16                 = p_rec.dec_attribute16,
    dec_attribute17                 = p_rec.dec_attribute17,
    dec_attribute18                 = p_rec.dec_attribute18,
    dec_attribute19                 = p_rec.dec_attribute19,
    dec_attribute20                 = p_rec.dec_attribute20,
    dec_attribute21                 = p_rec.dec_attribute21,
    dec_attribute22                 = p_rec.dec_attribute22,
    dec_attribute23                 = p_rec.dec_attribute23,
    dec_attribute24                 = p_rec.dec_attribute24,
    dec_attribute25                 = p_rec.dec_attribute25,
    dec_attribute26                 = p_rec.dec_attribute26,
    dec_attribute27                 = p_rec.dec_attribute27,
    dec_attribute28                 = p_rec.dec_attribute28,
    dec_attribute29                 = p_rec.dec_attribute29,
    dec_attribute30                 = p_rec.dec_attribute30,
    object_version_number           = p_rec.object_version_number
    where   dsgntr_enrld_cvg_id = p_rec.dsgntr_enrld_cvg_id
    and     effective_start_date = p_validation_start_date
    and     effective_end_date   = p_validation_end_date;
Line: 150

End dt_update_dml;
Line: 183

Procedure update_dml
	(p_rec 			 in out nocopy ben_dec_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||'update_dml';
Line: 195

  dt_update_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: 202

End update_dml;
Line: 247

Procedure dt_pre_update
	(p_rec 			 in out nocopy ben_dec_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_update';
Line: 272

    If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
      hr_utility.set_location(l_proc, 15);
Line: 278

      ben_dec_del.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: 289

    ben_dec_ins.insert_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: 297

End dt_pre_update;
Line: 332

Procedure pre_update
	(p_rec 			 in out nocopy ben_dec_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_update';
Line: 346

  dt_pre_update
    (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: 354

End pre_update;
Line: 388

Procedure post_update
	(p_rec 			 in ben_dec_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_update';
Line: 405

    ben_dec_rku.after_update
      (
  p_dsgntr_enrld_cvg_id           =>p_rec.dsgntr_enrld_cvg_id
 ,p_effective_start_date          =>p_rec.effective_start_date
 ,p_effective_end_date            =>p_rec.effective_end_date
 ,p_dsgntr_crntly_enrld_flag      =>p_rec.dsgntr_crntly_enrld_flag
 ,p_dpnt_cvg_eligy_prfl_id        =>p_rec.dpnt_cvg_eligy_prfl_id
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_dec_attribute_category        =>p_rec.dec_attribute_category
 ,p_dec_attribute1                =>p_rec.dec_attribute1
 ,p_dec_attribute2                =>p_rec.dec_attribute2
 ,p_dec_attribute3                =>p_rec.dec_attribute3
 ,p_dec_attribute4                =>p_rec.dec_attribute4
 ,p_dec_attribute5                =>p_rec.dec_attribute5
 ,p_dec_attribute6                =>p_rec.dec_attribute6
 ,p_dec_attribute7                =>p_rec.dec_attribute7
 ,p_dec_attribute8                =>p_rec.dec_attribute8
 ,p_dec_attribute9                =>p_rec.dec_attribute9
 ,p_dec_attribute10               =>p_rec.dec_attribute10
 ,p_dec_attribute11               =>p_rec.dec_attribute11
 ,p_dec_attribute12               =>p_rec.dec_attribute12
 ,p_dec_attribute13               =>p_rec.dec_attribute13
 ,p_dec_attribute14               =>p_rec.dec_attribute14
 ,p_dec_attribute15               =>p_rec.dec_attribute15
 ,p_dec_attribute16               =>p_rec.dec_attribute16
 ,p_dec_attribute17               =>p_rec.dec_attribute17
 ,p_dec_attribute18               =>p_rec.dec_attribute18
 ,p_dec_attribute19               =>p_rec.dec_attribute19
 ,p_dec_attribute20               =>p_rec.dec_attribute20
 ,p_dec_attribute21               =>p_rec.dec_attribute21
 ,p_dec_attribute22               =>p_rec.dec_attribute22
 ,p_dec_attribute23               =>p_rec.dec_attribute23
 ,p_dec_attribute24               =>p_rec.dec_attribute24
 ,p_dec_attribute25               =>p_rec.dec_attribute25
 ,p_dec_attribute26               =>p_rec.dec_attribute26
 ,p_dec_attribute27               =>p_rec.dec_attribute27
 ,p_dec_attribute28               =>p_rec.dec_attribute28
 ,p_dec_attribute29               =>p_rec.dec_attribute29
 ,p_dec_attribute30               =>p_rec.dec_attribute30
 ,p_object_version_number         =>p_rec.object_version_number
 ,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
 ,p_effective_start_date_o        =>ben_dec_shd.g_old_rec.effective_start_date
 ,p_effective_end_date_o          =>ben_dec_shd.g_old_rec.effective_end_date
 ,p_dsgntr_crntly_enrld_flag_o    =>ben_dec_shd.g_old_rec.dsgntr_crntly_enrld_flag
 ,p_dpnt_cvg_eligy_prfl_id_o      =>ben_dec_shd.g_old_rec.dpnt_cvg_eligy_prfl_id
 ,p_business_group_id_o           =>ben_dec_shd.g_old_rec.business_group_id
 ,p_dec_attribute_category_o      =>ben_dec_shd.g_old_rec.dec_attribute_category
 ,p_dec_attribute1_o              =>ben_dec_shd.g_old_rec.dec_attribute1
 ,p_dec_attribute2_o              =>ben_dec_shd.g_old_rec.dec_attribute2
 ,p_dec_attribute3_o              =>ben_dec_shd.g_old_rec.dec_attribute3
 ,p_dec_attribute4_o              =>ben_dec_shd.g_old_rec.dec_attribute4
 ,p_dec_attribute5_o              =>ben_dec_shd.g_old_rec.dec_attribute5
 ,p_dec_attribute6_o              =>ben_dec_shd.g_old_rec.dec_attribute6
 ,p_dec_attribute7_o              =>ben_dec_shd.g_old_rec.dec_attribute7
 ,p_dec_attribute8_o              =>ben_dec_shd.g_old_rec.dec_attribute8
 ,p_dec_attribute9_o              =>ben_dec_shd.g_old_rec.dec_attribute9
 ,p_dec_attribute10_o             =>ben_dec_shd.g_old_rec.dec_attribute10
 ,p_dec_attribute11_o             =>ben_dec_shd.g_old_rec.dec_attribute11
 ,p_dec_attribute12_o             =>ben_dec_shd.g_old_rec.dec_attribute12
 ,p_dec_attribute13_o             =>ben_dec_shd.g_old_rec.dec_attribute13
 ,p_dec_attribute14_o             =>ben_dec_shd.g_old_rec.dec_attribute14
 ,p_dec_attribute15_o             =>ben_dec_shd.g_old_rec.dec_attribute15
 ,p_dec_attribute16_o             =>ben_dec_shd.g_old_rec.dec_attribute16
 ,p_dec_attribute17_o             =>ben_dec_shd.g_old_rec.dec_attribute17
 ,p_dec_attribute18_o             =>ben_dec_shd.g_old_rec.dec_attribute18
 ,p_dec_attribute19_o             =>ben_dec_shd.g_old_rec.dec_attribute19
 ,p_dec_attribute20_o             =>ben_dec_shd.g_old_rec.dec_attribute20
 ,p_dec_attribute21_o             =>ben_dec_shd.g_old_rec.dec_attribute21
 ,p_dec_attribute22_o             =>ben_dec_shd.g_old_rec.dec_attribute22
 ,p_dec_attribute23_o             =>ben_dec_shd.g_old_rec.dec_attribute23
 ,p_dec_attribute24_o             =>ben_dec_shd.g_old_rec.dec_attribute24
 ,p_dec_attribute25_o             =>ben_dec_shd.g_old_rec.dec_attribute25
 ,p_dec_attribute26_o             =>ben_dec_shd.g_old_rec.dec_attribute26
 ,p_dec_attribute27_o             =>ben_dec_shd.g_old_rec.dec_attribute27
 ,p_dec_attribute28_o             =>ben_dec_shd.g_old_rec.dec_attribute28
 ,p_dec_attribute29_o             =>ben_dec_shd.g_old_rec.dec_attribute29
 ,p_dec_attribute30_o             =>ben_dec_shd.g_old_rec.dec_attribute30
 ,p_object_version_number_o       =>ben_dec_shd.g_old_rec.object_version_number
      );
Line: 502

End post_update;
Line: 740

  ben_dec_bus.update_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: 749

  pre_update
	(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: 758

  update_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: 767

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