DBA Data[Home] [Help]

APPS.BEN_HWF_DEL SQL Statements

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

Line: 51

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

  delete from ben_hrs_wkd_in_perd_fctr
  where hrs_wkd_in_perd_fctr_id = p_rec.hrs_wkd_in_perd_fctr_id;
Line: 78

End delete_dml;
Line: 112

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

End pre_delete;
Line: 154

Procedure post_delete(
p_effective_date in date,p_rec in ben_hwf_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_delete';
Line: 167

    ben_hwf_rkd.after_delete
      (
  p_hrs_wkd_in_perd_fctr_id       =>p_rec.hrs_wkd_in_perd_fctr_id
 ,p_name_o                        =>ben_hwf_shd.g_old_rec.name
 ,p_business_group_id_o           =>ben_hwf_shd.g_old_rec.business_group_id
 ,p_hrs_src_cd_o                  =>ben_hwf_shd.g_old_rec.hrs_src_cd
 ,p_rndg_cd_o                     =>ben_hwf_shd.g_old_rec.rndg_cd
 ,p_rndg_rl_o                     =>ben_hwf_shd.g_old_rec.rndg_rl
 ,p_hrs_wkd_det_cd_o              =>ben_hwf_shd.g_old_rec.hrs_wkd_det_cd
 ,p_hrs_wkd_det_rl_o              =>ben_hwf_shd.g_old_rec.hrs_wkd_det_rl
 ,p_no_mn_hrs_wkd_flag_o          =>ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag
 ,p_mx_hrs_num_o                  =>ben_hwf_shd.g_old_rec.mx_hrs_num
 ,p_no_mx_hrs_wkd_flag_o          =>ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag
 ,p_once_r_cntug_cd_o             =>ben_hwf_shd.g_old_rec.once_r_cntug_cd
 ,p_mn_hrs_num_o                  =>ben_hwf_shd.g_old_rec.mn_hrs_num
 ,p_hrs_alt_val_to_use_cd_o       =>ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd
 ,p_pyrl_freq_cd_o                =>ben_hwf_shd.g_old_rec.pyrl_freq_cd
 ,p_hrs_wkd_calc_rl_o             =>ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl
 ,p_defined_balance_id_o          =>ben_hwf_shd.g_old_rec.defined_balance_id
 ,p_bnfts_bal_id_o                =>ben_hwf_shd.g_old_rec.bnfts_bal_id
 ,p_hwf_attribute_category_o      =>ben_hwf_shd.g_old_rec.hwf_attribute_category
 ,p_hwf_attribute1_o              =>ben_hwf_shd.g_old_rec.hwf_attribute1
 ,p_hwf_attribute2_o              =>ben_hwf_shd.g_old_rec.hwf_attribute2
 ,p_hwf_attribute3_o              =>ben_hwf_shd.g_old_rec.hwf_attribute3
 ,p_hwf_attribute4_o              =>ben_hwf_shd.g_old_rec.hwf_attribute4
 ,p_hwf_attribute5_o              =>ben_hwf_shd.g_old_rec.hwf_attribute5
 ,p_hwf_attribute6_o              =>ben_hwf_shd.g_old_rec.hwf_attribute6
 ,p_hwf_attribute7_o              =>ben_hwf_shd.g_old_rec.hwf_attribute7
 ,p_hwf_attribute8_o              =>ben_hwf_shd.g_old_rec.hwf_attribute8
 ,p_hwf_attribute9_o              =>ben_hwf_shd.g_old_rec.hwf_attribute9
 ,p_hwf_attribute10_o             =>ben_hwf_shd.g_old_rec.hwf_attribute10
 ,p_hwf_attribute11_o             =>ben_hwf_shd.g_old_rec.hwf_attribute11
 ,p_hwf_attribute12_o             =>ben_hwf_shd.g_old_rec.hwf_attribute12
 ,p_hwf_attribute13_o             =>ben_hwf_shd.g_old_rec.hwf_attribute13
 ,p_hwf_attribute14_o             =>ben_hwf_shd.g_old_rec.hwf_attribute14
 ,p_hwf_attribute15_o             =>ben_hwf_shd.g_old_rec.hwf_attribute15
 ,p_hwf_attribute16_o             =>ben_hwf_shd.g_old_rec.hwf_attribute16
 ,p_hwf_attribute17_o             =>ben_hwf_shd.g_old_rec.hwf_attribute17
 ,p_hwf_attribute18_o             =>ben_hwf_shd.g_old_rec.hwf_attribute18
 ,p_hwf_attribute19_o             =>ben_hwf_shd.g_old_rec.hwf_attribute19
 ,p_hwf_attribute20_o             =>ben_hwf_shd.g_old_rec.hwf_attribute20
 ,p_hwf_attribute21_o             =>ben_hwf_shd.g_old_rec.hwf_attribute21
 ,p_hwf_attribute22_o             =>ben_hwf_shd.g_old_rec.hwf_attribute22
 ,p_hwf_attribute23_o             =>ben_hwf_shd.g_old_rec.hwf_attribute23
 ,p_hwf_attribute24_o             =>ben_hwf_shd.g_old_rec.hwf_attribute24
 ,p_hwf_attribute25_o             =>ben_hwf_shd.g_old_rec.hwf_attribute25
 ,p_hwf_attribute26_o             =>ben_hwf_shd.g_old_rec.hwf_attribute26
 ,p_hwf_attribute27_o             =>ben_hwf_shd.g_old_rec.hwf_attribute27
 ,p_hwf_attribute28_o             =>ben_hwf_shd.g_old_rec.hwf_attribute28
 ,p_hwf_attribute29_o             =>ben_hwf_shd.g_old_rec.hwf_attribute29
 ,p_hwf_attribute30_o             =>ben_hwf_shd.g_old_rec.hwf_attribute30
 ,p_object_version_number_o       =>ben_hwf_shd.g_old_rec.object_version_number
      );
Line: 235

End post_delete;
Line: 261

  ben_hwf_bus.delete_validate(p_rec
  ,p_effective_date);
Line: 266

  pre_delete(p_rec);
Line: 270

  delete_dml(p_rec);
Line: 274

  post_delete(
p_effective_date,p_rec);