DBA Data[Home] [Help]

APPS.BEN_PTY_DEL SQL Statements

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

Line: 51

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

  delete from ben_pl_pcp_typ
  where pl_pcp_typ_id = p_rec.pl_pcp_typ_id;
Line: 80

End delete_dml;
Line: 114

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

    ben_pty_rkd.after_delete
      (p_pl_pcp_typ_id
      => p_rec.pl_pcp_typ_id
      ,p_pl_pcp_id_o
      => ben_pty_shd.g_old_rec.pl_pcp_id
      ,p_business_group_id_o
      => ben_pty_shd.g_old_rec.business_group_id
      ,p_pcp_typ_cd_o
      => ben_pty_shd.g_old_rec.pcp_typ_cd
      ,p_min_age_o
      => ben_pty_shd.g_old_rec.min_age
      ,p_max_age_o
      => ben_pty_shd.g_old_rec.max_age
      ,p_gndr_alwd_cd_o
      => ben_pty_shd.g_old_rec.gndr_alwd_cd
      ,p_pty_attribute_category_o
      => ben_pty_shd.g_old_rec.pty_attribute_category
      ,p_pty_attribute1_o
      => ben_pty_shd.g_old_rec.pty_attribute1
      ,p_pty_attribute2_o
      => ben_pty_shd.g_old_rec.pty_attribute2
      ,p_pty_attribute3_o
      => ben_pty_shd.g_old_rec.pty_attribute3
      ,p_pty_attribute4_o
      => ben_pty_shd.g_old_rec.pty_attribute4
      ,p_pty_attribute5_o
      => ben_pty_shd.g_old_rec.pty_attribute5
      ,p_pty_attribute6_o
      => ben_pty_shd.g_old_rec.pty_attribute6
      ,p_pty_attribute7_o
      => ben_pty_shd.g_old_rec.pty_attribute7
      ,p_pty_attribute8_o
      => ben_pty_shd.g_old_rec.pty_attribute8
      ,p_pty_attribute9_o
      => ben_pty_shd.g_old_rec.pty_attribute9
      ,p_pty_attribute10_o
      => ben_pty_shd.g_old_rec.pty_attribute10
      ,p_pty_attribute11_o
      => ben_pty_shd.g_old_rec.pty_attribute11
      ,p_pty_attribute12_o
      => ben_pty_shd.g_old_rec.pty_attribute12
      ,p_pty_attribute13_o
      => ben_pty_shd.g_old_rec.pty_attribute13
      ,p_pty_attribute14_o
      => ben_pty_shd.g_old_rec.pty_attribute14
      ,p_pty_attribute15_o
      => ben_pty_shd.g_old_rec.pty_attribute15
      ,p_pty_attribute16_o
      => ben_pty_shd.g_old_rec.pty_attribute16
      ,p_pty_attribute17_o
      => ben_pty_shd.g_old_rec.pty_attribute17
      ,p_pty_attribute18_o
      => ben_pty_shd.g_old_rec.pty_attribute18
      ,p_pty_attribute19_o
      => ben_pty_shd.g_old_rec.pty_attribute19
      ,p_pty_attribute20_o
      => ben_pty_shd.g_old_rec.pty_attribute20
      ,p_pty_attribute21_o
      => ben_pty_shd.g_old_rec.pty_attribute21
      ,p_pty_attribute22_o
      => ben_pty_shd.g_old_rec.pty_attribute22
      ,p_pty_attribute23_o
      => ben_pty_shd.g_old_rec.pty_attribute23
      ,p_pty_attribute24_o
      => ben_pty_shd.g_old_rec.pty_attribute24
      ,p_pty_attribute25_o
      => ben_pty_shd.g_old_rec.pty_attribute25
      ,p_pty_attribute26_o
      => ben_pty_shd.g_old_rec.pty_attribute26
      ,p_pty_attribute27_o
      => ben_pty_shd.g_old_rec.pty_attribute27
      ,p_pty_attribute28_o
      => ben_pty_shd.g_old_rec.pty_attribute28
      ,p_pty_attribute29_o
      => ben_pty_shd.g_old_rec.pty_attribute29
      ,p_pty_attribute30_o
      => ben_pty_shd.g_old_rec.pty_attribute30
      ,p_object_version_number_o
      => ben_pty_shd.g_old_rec.object_version_number
      );
Line: 256

End post_delete;
Line: 279

  ben_pty_bus.delete_validate(p_rec);
Line: 283

  ben_pty_del.pre_delete(p_rec);
Line: 287

  ben_pty_del.delete_dml(p_rec);
Line: 291

  ben_pty_del.post_delete(p_rec);