DBA Data[Home] [Help]

APPS.BEN_CQB_DEL SQL Statements

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

Line: 51

Procedure delete_dml(p_rec in ben_cqb_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'delete_dml';
Line: 62

  delete from ben_cbr_quald_bnf
  where cbr_quald_bnf_id = p_rec.cbr_quald_bnf_id;
Line: 78

End delete_dml;
Line: 112

Procedure pre_delete(p_rec in ben_cqb_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'pre_delete';
Line: 120

End pre_delete;
Line: 154

Procedure post_delete(
p_effective_date in date,p_rec in ben_cqb_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_delete';
Line: 167

    ben_cqb_rkd.after_delete
      (
  p_cbr_quald_bnf_id              =>p_rec.cbr_quald_bnf_id
 ,p_quald_bnf_flag_o              =>ben_cqb_shd.g_old_rec.quald_bnf_flag
 ,p_cbr_elig_perd_strt_dt_o       =>ben_cqb_shd.g_old_rec.cbr_elig_perd_strt_dt
 ,p_cbr_elig_perd_end_dt_o        =>ben_cqb_shd.g_old_rec.cbr_elig_perd_end_dt
 ,p_quald_bnf_person_id_o         =>ben_cqb_shd.g_old_rec.quald_bnf_person_id
 ,p_pgm_id_o                      =>ben_cqb_shd.g_old_rec.pgm_id
 ,p_ptip_id_o                     =>ben_cqb_shd.g_old_rec.ptip_id
 ,p_pl_typ_id_o                   =>ben_cqb_shd.g_old_rec.pl_typ_id
 ,p_cvrd_emp_person_id_o          =>ben_cqb_shd.g_old_rec.cvrd_emp_person_id
 ,p_cbr_inelg_rsn_cd_o            =>ben_cqb_shd.g_old_rec.cbr_inelg_rsn_cd
 ,p_business_group_id_o           =>ben_cqb_shd.g_old_rec.business_group_id
 ,p_cqb_attribute_category_o      =>ben_cqb_shd.g_old_rec.cqb_attribute_category
 ,p_cqb_attribute1_o              =>ben_cqb_shd.g_old_rec.cqb_attribute1
 ,p_cqb_attribute2_o              =>ben_cqb_shd.g_old_rec.cqb_attribute2
 ,p_cqb_attribute3_o              =>ben_cqb_shd.g_old_rec.cqb_attribute3
 ,p_cqb_attribute4_o              =>ben_cqb_shd.g_old_rec.cqb_attribute4
 ,p_cqb_attribute5_o              =>ben_cqb_shd.g_old_rec.cqb_attribute5
 ,p_cqb_attribute6_o              =>ben_cqb_shd.g_old_rec.cqb_attribute6
 ,p_cqb_attribute7_o              =>ben_cqb_shd.g_old_rec.cqb_attribute7
 ,p_cqb_attribute8_o              =>ben_cqb_shd.g_old_rec.cqb_attribute8
 ,p_cqb_attribute9_o              =>ben_cqb_shd.g_old_rec.cqb_attribute9
 ,p_cqb_attribute10_o             =>ben_cqb_shd.g_old_rec.cqb_attribute10
 ,p_cqb_attribute11_o             =>ben_cqb_shd.g_old_rec.cqb_attribute11
 ,p_cqb_attribute12_o             =>ben_cqb_shd.g_old_rec.cqb_attribute12
 ,p_cqb_attribute13_o             =>ben_cqb_shd.g_old_rec.cqb_attribute13
 ,p_cqb_attribute14_o             =>ben_cqb_shd.g_old_rec.cqb_attribute14
 ,p_cqb_attribute15_o             =>ben_cqb_shd.g_old_rec.cqb_attribute15
 ,p_cqb_attribute16_o             =>ben_cqb_shd.g_old_rec.cqb_attribute16
 ,p_cqb_attribute17_o             =>ben_cqb_shd.g_old_rec.cqb_attribute17
 ,p_cqb_attribute18_o             =>ben_cqb_shd.g_old_rec.cqb_attribute18
 ,p_cqb_attribute19_o             =>ben_cqb_shd.g_old_rec.cqb_attribute19
 ,p_cqb_attribute20_o             =>ben_cqb_shd.g_old_rec.cqb_attribute20
 ,p_cqb_attribute21_o             =>ben_cqb_shd.g_old_rec.cqb_attribute21
 ,p_cqb_attribute22_o             =>ben_cqb_shd.g_old_rec.cqb_attribute22
 ,p_cqb_attribute23_o             =>ben_cqb_shd.g_old_rec.cqb_attribute23
 ,p_cqb_attribute24_o             =>ben_cqb_shd.g_old_rec.cqb_attribute24
 ,p_cqb_attribute25_o             =>ben_cqb_shd.g_old_rec.cqb_attribute25
 ,p_cqb_attribute26_o             =>ben_cqb_shd.g_old_rec.cqb_attribute26
 ,p_cqb_attribute27_o             =>ben_cqb_shd.g_old_rec.cqb_attribute27
 ,p_cqb_attribute28_o             =>ben_cqb_shd.g_old_rec.cqb_attribute28
 ,p_cqb_attribute29_o             =>ben_cqb_shd.g_old_rec.cqb_attribute29
 ,p_cqb_attribute30_o             =>ben_cqb_shd.g_old_rec.cqb_attribute30
 ,p_object_version_number_o       =>ben_cqb_shd.g_old_rec.object_version_number
      );
Line: 228

End post_delete;
Line: 254

  ben_cqb_bus.delete_validate(p_rec
  ,p_effective_date);
Line: 259

  pre_delete(p_rec);
Line: 263

  delete_dml(p_rec);
Line: 267

  post_delete(
p_effective_date,p_rec);