DBA Data[Home] [Help]

APPS.BEN_PDT_DEL SQL Statements

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

Line: 51

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

  delete from ben_pymt_check_det
  where pymt_check_det_id = p_rec.pymt_check_det_id;
Line: 80

End delete_dml;
Line: 114

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

End pre_delete;
Line: 156

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

    ben_pdt_rkd.after_delete
      (p_pymt_check_det_id
      => p_rec.pymt_check_det_id
      ,p_person_id_o
      => ben_pdt_shd.g_old_rec.person_id
      ,p_business_group_id_o
      => ben_pdt_shd.g_old_rec.business_group_id
      ,p_check_num_o
      => ben_pdt_shd.g_old_rec.check_num
      ,p_pymt_dt_o
      => ben_pdt_shd.g_old_rec.pymt_dt
      ,p_pymt_amt_o
      => ben_pdt_shd.g_old_rec.pymt_amt
      ,p_pdt_attribute_category_o
      => ben_pdt_shd.g_old_rec.pdt_attribute_category
      ,p_pdt_attribute1_o
      => ben_pdt_shd.g_old_rec.pdt_attribute1
      ,p_pdt_attribute2_o
      => ben_pdt_shd.g_old_rec.pdt_attribute2
      ,p_pdt_attribute3_o
      => ben_pdt_shd.g_old_rec.pdt_attribute3
      ,p_pdt_attribute4_o
      => ben_pdt_shd.g_old_rec.pdt_attribute4
      ,p_pdt_attribute5_o
      => ben_pdt_shd.g_old_rec.pdt_attribute5
      ,p_pdt_attribute6_o
      => ben_pdt_shd.g_old_rec.pdt_attribute6
      ,p_pdt_attribute7_o
      => ben_pdt_shd.g_old_rec.pdt_attribute7
      ,p_pdt_attribute8_o
      => ben_pdt_shd.g_old_rec.pdt_attribute8
      ,p_pdt_attribute9_o
      => ben_pdt_shd.g_old_rec.pdt_attribute9
      ,p_pdt_attribute10_o
      => ben_pdt_shd.g_old_rec.pdt_attribute10
      ,p_pdt_attribute11_o
      => ben_pdt_shd.g_old_rec.pdt_attribute11
      ,p_pdt_attribute12_o
      => ben_pdt_shd.g_old_rec.pdt_attribute12
      ,p_pdt_attribute13_o
      => ben_pdt_shd.g_old_rec.pdt_attribute13
      ,p_pdt_attribute14_o
      => ben_pdt_shd.g_old_rec.pdt_attribute14
      ,p_pdt_attribute15_o
      => ben_pdt_shd.g_old_rec.pdt_attribute15
      ,p_pdt_attribute16_o
      => ben_pdt_shd.g_old_rec.pdt_attribute16
      ,p_pdt_attribute17_o
      => ben_pdt_shd.g_old_rec.pdt_attribute17
      ,p_pdt_attribute18_o
      => ben_pdt_shd.g_old_rec.pdt_attribute18
      ,p_pdt_attribute19_o
      => ben_pdt_shd.g_old_rec.pdt_attribute19
      ,p_pdt_attribute20_o
      => ben_pdt_shd.g_old_rec.pdt_attribute20
      ,p_pdt_attribute21_o
      => ben_pdt_shd.g_old_rec.pdt_attribute21
      ,p_pdt_attribute22_o
      => ben_pdt_shd.g_old_rec.pdt_attribute22
      ,p_pdt_attribute23_o
      => ben_pdt_shd.g_old_rec.pdt_attribute23
      ,p_pdt_attribute24_o
      => ben_pdt_shd.g_old_rec.pdt_attribute24
      ,p_pdt_attribute25_o
      => ben_pdt_shd.g_old_rec.pdt_attribute25
      ,p_pdt_attribute26_o
      => ben_pdt_shd.g_old_rec.pdt_attribute26
      ,p_pdt_attribute27_o
      => ben_pdt_shd.g_old_rec.pdt_attribute27
      ,p_pdt_attribute28_o
      => ben_pdt_shd.g_old_rec.pdt_attribute28
      ,p_pdt_attribute29_o
      => ben_pdt_shd.g_old_rec.pdt_attribute29
      ,p_pdt_attribute30_o
      => ben_pdt_shd.g_old_rec.pdt_attribute30
      ,p_object_version_number_o
      => ben_pdt_shd.g_old_rec.object_version_number
      );
Line: 254

End post_delete;
Line: 277

  ben_pdt_bus.delete_validate(p_rec);
Line: 284

  ben_pdt_del.pre_delete(p_rec);
Line: 288

  ben_pdt_del.delete_dml(p_rec);
Line: 292

  ben_pdt_del.post_delete(p_rec);