DBA Data[Home] [Help]

APPS.BEN_CRD_DEL SQL Statements

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

Line: 51

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

  delete from ben_crt_ordr_cvrd_per
  where crt_ordr_cvrd_per_id = p_rec.crt_ordr_cvrd_per_id;
Line: 78

End delete_dml;
Line: 112

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

    ben_crd_rkd.after_delete
      (
  p_crt_ordr_cvrd_per_id          =>p_rec.crt_ordr_cvrd_per_id
 ,p_crt_ordr_id_o                 =>ben_crd_shd.g_old_rec.crt_ordr_id
 ,p_person_id_o                   =>ben_crd_shd.g_old_rec.person_id
 ,p_business_group_id_o           =>ben_crd_shd.g_old_rec.business_group_id
 ,p_crd_attribute_category_o      =>ben_crd_shd.g_old_rec.crd_attribute_category
 ,p_crd_attribute1_o              =>ben_crd_shd.g_old_rec.crd_attribute1
 ,p_crd_attribute2_o              =>ben_crd_shd.g_old_rec.crd_attribute2
 ,p_crd_attribute3_o              =>ben_crd_shd.g_old_rec.crd_attribute3
 ,p_crd_attribute4_o              =>ben_crd_shd.g_old_rec.crd_attribute4
 ,p_crd_attribute5_o              =>ben_crd_shd.g_old_rec.crd_attribute5
 ,p_crd_attribute6_o              =>ben_crd_shd.g_old_rec.crd_attribute6
 ,p_crd_attribute7_o              =>ben_crd_shd.g_old_rec.crd_attribute7
 ,p_crd_attribute8_o              =>ben_crd_shd.g_old_rec.crd_attribute8
 ,p_crd_attribute9_o              =>ben_crd_shd.g_old_rec.crd_attribute9
 ,p_crd_attribute10_o             =>ben_crd_shd.g_old_rec.crd_attribute10
 ,p_crd_attribute11_o             =>ben_crd_shd.g_old_rec.crd_attribute11
 ,p_crd_attribute12_o             =>ben_crd_shd.g_old_rec.crd_attribute12
 ,p_crd_attribute13_o             =>ben_crd_shd.g_old_rec.crd_attribute13
 ,p_crd_attribute14_o             =>ben_crd_shd.g_old_rec.crd_attribute14
 ,p_crd_attribute15_o             =>ben_crd_shd.g_old_rec.crd_attribute15
 ,p_crd_attribute16_o             =>ben_crd_shd.g_old_rec.crd_attribute16
 ,p_crd_attribute17_o             =>ben_crd_shd.g_old_rec.crd_attribute17
 ,p_crd_attribute18_o             =>ben_crd_shd.g_old_rec.crd_attribute18
 ,p_crd_attribute19_o             =>ben_crd_shd.g_old_rec.crd_attribute19
 ,p_crd_attribute20_o             =>ben_crd_shd.g_old_rec.crd_attribute20
 ,p_crd_attribute21_o             =>ben_crd_shd.g_old_rec.crd_attribute21
 ,p_crd_attribute22_o             =>ben_crd_shd.g_old_rec.crd_attribute22
 ,p_crd_attribute23_o             =>ben_crd_shd.g_old_rec.crd_attribute23
 ,p_crd_attribute24_o             =>ben_crd_shd.g_old_rec.crd_attribute24
 ,p_crd_attribute25_o             =>ben_crd_shd.g_old_rec.crd_attribute25
 ,p_crd_attribute26_o             =>ben_crd_shd.g_old_rec.crd_attribute26
 ,p_crd_attribute27_o             =>ben_crd_shd.g_old_rec.crd_attribute27
 ,p_crd_attribute28_o             =>ben_crd_shd.g_old_rec.crd_attribute28
 ,p_crd_attribute29_o             =>ben_crd_shd.g_old_rec.crd_attribute29
 ,p_crd_attribute30_o             =>ben_crd_shd.g_old_rec.crd_attribute30
 ,p_object_version_number_o       =>ben_crd_shd.g_old_rec.object_version_number
      );
Line: 220

End post_delete;
Line: 245

  ben_crd_bus.delete_validate(p_rec);
Line: 249

  pre_delete(p_rec);
Line: 253

  delete_dml(p_rec);
Line: 257

  post_delete(p_rec);