DBA Data[Home] [Help]

APPS.BEN_EPR_DEL SQL Statements

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

Line: 51

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

  delete from ben_enrt_prem
  where enrt_prem_id = p_rec.enrt_prem_id;
Line: 78

End delete_dml;
Line: 112

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

End pre_delete;
Line: 154

Procedure post_delete(p_rec in ben_epr_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_delete';
Line: 166

    ben_epr_rkd.after_delete
      (
  p_enrt_prem_id                  =>p_rec.enrt_prem_id
 ,p_val_o                         =>ben_epr_shd.g_old_rec.val
 ,p_uom_o                         =>ben_epr_shd.g_old_rec.uom
 ,p_elig_per_elctbl_chc_id_o      =>ben_epr_shd.g_old_rec.elig_per_elctbl_chc_id
 ,p_enrt_bnft_id_o                =>ben_epr_shd.g_old_rec.enrt_bnft_id
 ,p_actl_prem_id_o                =>ben_epr_shd.g_old_rec.actl_prem_id
 ,p_business_group_id_o           =>ben_epr_shd.g_old_rec.business_group_id
 ,p_epr_attribute_category_o      =>ben_epr_shd.g_old_rec.epr_attribute_category
 ,p_epr_attribute1_o              =>ben_epr_shd.g_old_rec.epr_attribute1
 ,p_epr_attribute2_o              =>ben_epr_shd.g_old_rec.epr_attribute2
 ,p_epr_attribute3_o              =>ben_epr_shd.g_old_rec.epr_attribute3
 ,p_epr_attribute4_o              =>ben_epr_shd.g_old_rec.epr_attribute4
 ,p_epr_attribute5_o              =>ben_epr_shd.g_old_rec.epr_attribute5
 ,p_epr_attribute6_o              =>ben_epr_shd.g_old_rec.epr_attribute6
 ,p_epr_attribute7_o              =>ben_epr_shd.g_old_rec.epr_attribute7
 ,p_epr_attribute8_o              =>ben_epr_shd.g_old_rec.epr_attribute8
 ,p_epr_attribute9_o              =>ben_epr_shd.g_old_rec.epr_attribute9
 ,p_epr_attribute10_o             =>ben_epr_shd.g_old_rec.epr_attribute10
 ,p_epr_attribute11_o             =>ben_epr_shd.g_old_rec.epr_attribute11
 ,p_epr_attribute12_o             =>ben_epr_shd.g_old_rec.epr_attribute12
 ,p_epr_attribute13_o             =>ben_epr_shd.g_old_rec.epr_attribute13
 ,p_epr_attribute14_o             =>ben_epr_shd.g_old_rec.epr_attribute14
 ,p_epr_attribute15_o             =>ben_epr_shd.g_old_rec.epr_attribute15
 ,p_epr_attribute16_o             =>ben_epr_shd.g_old_rec.epr_attribute16
 ,p_epr_attribute17_o             =>ben_epr_shd.g_old_rec.epr_attribute17
 ,p_epr_attribute18_o             =>ben_epr_shd.g_old_rec.epr_attribute18
 ,p_epr_attribute19_o             =>ben_epr_shd.g_old_rec.epr_attribute19
 ,p_epr_attribute20_o             =>ben_epr_shd.g_old_rec.epr_attribute20
 ,p_epr_attribute21_o             =>ben_epr_shd.g_old_rec.epr_attribute21
 ,p_epr_attribute22_o             =>ben_epr_shd.g_old_rec.epr_attribute22
 ,p_epr_attribute23_o             =>ben_epr_shd.g_old_rec.epr_attribute23
 ,p_epr_attribute24_o             =>ben_epr_shd.g_old_rec.epr_attribute24
 ,p_epr_attribute25_o             =>ben_epr_shd.g_old_rec.epr_attribute25
 ,p_epr_attribute26_o             =>ben_epr_shd.g_old_rec.epr_attribute26
 ,p_epr_attribute27_o             =>ben_epr_shd.g_old_rec.epr_attribute27
 ,p_epr_attribute28_o             =>ben_epr_shd.g_old_rec.epr_attribute28
 ,p_epr_attribute29_o             =>ben_epr_shd.g_old_rec.epr_attribute29
 ,p_epr_attribute30_o             =>ben_epr_shd.g_old_rec.epr_attribute30
 ,p_object_version_number_o       =>ben_epr_shd.g_old_rec.object_version_number
 ,p_request_id_o                  =>ben_epr_shd.g_old_rec.request_id
 ,p_program_application_id_o      =>ben_epr_shd.g_old_rec.program_application_id
 ,p_program_id_o                  =>ben_epr_shd.g_old_rec.program_id
 ,p_program_update_date_o         =>ben_epr_shd.g_old_rec.program_update_date
      );
Line: 227

End post_delete;
Line: 252

  ben_epr_bus.delete_validate(p_rec);
Line: 256

  pre_delete(p_rec);
Line: 260

  delete_dml(p_rec);
Line: 264

  post_delete(p_rec);