DBA Data[Home] [Help]

APPS.BEN_BNG_DEL SQL Statements

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

Line: 51

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

  delete from ben_benfts_grp
  where benfts_grp_id = p_rec.benfts_grp_id;
Line: 78

End delete_dml;
Line: 112

Procedure pre_delete(p_rec in ben_bng_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_bng_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_delete';
Line: 166

    ben_bng_rkd.after_delete
      (
  p_benfts_grp_id                 =>p_rec.benfts_grp_id
 ,p_business_group_id_o           =>ben_bng_shd.g_old_rec.business_group_id
 ,p_name_o                        =>ben_bng_shd.g_old_rec.name
 ,p_bng_desc_o                    =>ben_bng_shd.g_old_rec.bng_desc
 ,p_bng_attribute_category_o      =>ben_bng_shd.g_old_rec.bng_attribute_category
 ,p_bng_attribute1_o              =>ben_bng_shd.g_old_rec.bng_attribute1
 ,p_bng_attribute2_o              =>ben_bng_shd.g_old_rec.bng_attribute2
 ,p_bng_attribute3_o              =>ben_bng_shd.g_old_rec.bng_attribute3
 ,p_bng_attribute4_o              =>ben_bng_shd.g_old_rec.bng_attribute4
 ,p_bng_attribute5_o              =>ben_bng_shd.g_old_rec.bng_attribute5
 ,p_bng_attribute6_o              =>ben_bng_shd.g_old_rec.bng_attribute6
 ,p_bng_attribute7_o              =>ben_bng_shd.g_old_rec.bng_attribute7
 ,p_bng_attribute8_o              =>ben_bng_shd.g_old_rec.bng_attribute8
 ,p_bng_attribute9_o              =>ben_bng_shd.g_old_rec.bng_attribute9
 ,p_bng_attribute10_o             =>ben_bng_shd.g_old_rec.bng_attribute10
 ,p_bng_attribute11_o             =>ben_bng_shd.g_old_rec.bng_attribute11
 ,p_bng_attribute12_o             =>ben_bng_shd.g_old_rec.bng_attribute12
 ,p_bng_attribute13_o             =>ben_bng_shd.g_old_rec.bng_attribute13
 ,p_bng_attribute14_o             =>ben_bng_shd.g_old_rec.bng_attribute14
 ,p_bng_attribute15_o             =>ben_bng_shd.g_old_rec.bng_attribute15
 ,p_bng_attribute16_o             =>ben_bng_shd.g_old_rec.bng_attribute16
 ,p_bng_attribute17_o             =>ben_bng_shd.g_old_rec.bng_attribute17
 ,p_bng_attribute18_o             =>ben_bng_shd.g_old_rec.bng_attribute18
 ,p_bng_attribute19_o             =>ben_bng_shd.g_old_rec.bng_attribute19
 ,p_bng_attribute20_o             =>ben_bng_shd.g_old_rec.bng_attribute20
 ,p_bng_attribute21_o             =>ben_bng_shd.g_old_rec.bng_attribute21
 ,p_bng_attribute22_o             =>ben_bng_shd.g_old_rec.bng_attribute22
 ,p_bng_attribute23_o             =>ben_bng_shd.g_old_rec.bng_attribute23
 ,p_bng_attribute24_o             =>ben_bng_shd.g_old_rec.bng_attribute24
 ,p_bng_attribute25_o             =>ben_bng_shd.g_old_rec.bng_attribute25
 ,p_bng_attribute26_o             =>ben_bng_shd.g_old_rec.bng_attribute26
 ,p_bng_attribute27_o             =>ben_bng_shd.g_old_rec.bng_attribute27
 ,p_bng_attribute28_o             =>ben_bng_shd.g_old_rec.bng_attribute28
 ,p_bng_attribute29_o             =>ben_bng_shd.g_old_rec.bng_attribute29
 ,p_bng_attribute30_o             =>ben_bng_shd.g_old_rec.bng_attribute30
 ,p_object_version_number_o       =>ben_bng_shd.g_old_rec.object_version_number
      );
Line: 220

End post_delete;
Line: 245

  ben_bng_bus.delete_validate(p_rec);
Line: 249

  pre_delete(p_rec);
Line: 253

  delete_dml(p_rec);
Line: 257

  post_delete(p_rec);