DBA Data[Home] [Help]

APPS.BEN_CLA_DEL SQL Statements

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

Line: 51

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

  delete from ben_cmbn_age_los_fctr
  where cmbn_age_los_fctr_id = p_rec.cmbn_age_los_fctr_id;
Line: 78

End delete_dml;
Line: 112

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

    ben_cla_rkd.after_delete
      (
  p_cmbn_age_los_fctr_id          =>p_rec.cmbn_age_los_fctr_id
 ,p_business_group_id_o           =>ben_cla_shd.g_old_rec.business_group_id
 ,p_los_fctr_id_o                 =>ben_cla_shd.g_old_rec.los_fctr_id
 ,p_age_fctr_id_o                 =>ben_cla_shd.g_old_rec.age_fctr_id
 ,p_cmbnd_min_val_o               =>ben_cla_shd.g_old_rec.cmbnd_min_val
 ,p_cmbnd_max_val_o               =>ben_cla_shd.g_old_rec.cmbnd_max_val
 ,p_ordr_num_o                    =>ben_cla_shd.g_old_rec.ordr_num
 ,p_cla_attribute_category_o      =>ben_cla_shd.g_old_rec.cla_attribute_category
 ,p_cla_attribute1_o              =>ben_cla_shd.g_old_rec.cla_attribute1
 ,p_cla_attribute2_o              =>ben_cla_shd.g_old_rec.cla_attribute2
 ,p_cla_attribute3_o              =>ben_cla_shd.g_old_rec.cla_attribute3
 ,p_cla_attribute4_o              =>ben_cla_shd.g_old_rec.cla_attribute4
 ,p_cla_attribute5_o              =>ben_cla_shd.g_old_rec.cla_attribute5
 ,p_cla_attribute6_o              =>ben_cla_shd.g_old_rec.cla_attribute6
 ,p_cla_attribute7_o              =>ben_cla_shd.g_old_rec.cla_attribute7
 ,p_cla_attribute8_o              =>ben_cla_shd.g_old_rec.cla_attribute8
 ,p_cla_attribute9_o              =>ben_cla_shd.g_old_rec.cla_attribute9
 ,p_cla_attribute10_o             =>ben_cla_shd.g_old_rec.cla_attribute10
 ,p_cla_attribute11_o             =>ben_cla_shd.g_old_rec.cla_attribute11
 ,p_cla_attribute12_o             =>ben_cla_shd.g_old_rec.cla_attribute12
 ,p_cla_attribute13_o             =>ben_cla_shd.g_old_rec.cla_attribute13
 ,p_cla_attribute14_o             =>ben_cla_shd.g_old_rec.cla_attribute14
 ,p_cla_attribute15_o             =>ben_cla_shd.g_old_rec.cla_attribute15
 ,p_cla_attribute16_o             =>ben_cla_shd.g_old_rec.cla_attribute16
 ,p_cla_attribute17_o             =>ben_cla_shd.g_old_rec.cla_attribute17
 ,p_cla_attribute18_o             =>ben_cla_shd.g_old_rec.cla_attribute18
 ,p_cla_attribute19_o             =>ben_cla_shd.g_old_rec.cla_attribute19
 ,p_cla_attribute20_o             =>ben_cla_shd.g_old_rec.cla_attribute20
 ,p_cla_attribute21_o             =>ben_cla_shd.g_old_rec.cla_attribute21
 ,p_cla_attribute22_o             =>ben_cla_shd.g_old_rec.cla_attribute22
 ,p_cla_attribute23_o             =>ben_cla_shd.g_old_rec.cla_attribute23
 ,p_cla_attribute24_o             =>ben_cla_shd.g_old_rec.cla_attribute24
 ,p_cla_attribute25_o             =>ben_cla_shd.g_old_rec.cla_attribute25
 ,p_cla_attribute26_o             =>ben_cla_shd.g_old_rec.cla_attribute26
 ,p_cla_attribute27_o             =>ben_cla_shd.g_old_rec.cla_attribute27
 ,p_cla_attribute28_o             =>ben_cla_shd.g_old_rec.cla_attribute28
 ,p_cla_attribute29_o             =>ben_cla_shd.g_old_rec.cla_attribute29
 ,p_cla_attribute30_o             =>ben_cla_shd.g_old_rec.cla_attribute30
 ,p_object_version_number_o       =>ben_cla_shd.g_old_rec.object_version_number
 ,p_name_o                        =>ben_cla_shd.g_old_rec.name
      );
Line: 224

End post_delete;
Line: 249

  ben_cla_bus.delete_validate(p_rec);
Line: 253

  pre_delete(p_rec);
Line: 257

  delete_dml(p_rec);
Line: 261

  post_delete(p_rec);