DBA Data[Home] [Help]

APPS.BEN_HWF_UPD SQL Statements

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

Line: 54

Procedure update_dml(p_rec in out nocopy ben_hwf_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'update_dml';
Line: 69

  update ben_hrs_wkd_in_perd_fctr
  set
  hrs_wkd_in_perd_fctr_id           = p_rec.hrs_wkd_in_perd_fctr_id,
  name                              = p_rec.name,
  business_group_id                 = p_rec.business_group_id,
  hrs_src_cd                        = p_rec.hrs_src_cd,
  rndg_cd                           = p_rec.rndg_cd,
  rndg_rl                           = p_rec.rndg_rl,
  hrs_wkd_det_cd                    = p_rec.hrs_wkd_det_cd,
  hrs_wkd_det_rl                    = p_rec.hrs_wkd_det_rl,
  no_mn_hrs_wkd_flag                = p_rec.no_mn_hrs_wkd_flag,
  mx_hrs_num                        = p_rec.mx_hrs_num,
  no_mx_hrs_wkd_flag                = p_rec.no_mx_hrs_wkd_flag,
  once_r_cntug_cd                   = p_rec.once_r_cntug_cd,
  mn_hrs_num                        = p_rec.mn_hrs_num,
  hrs_alt_val_to_use_cd             = p_rec.hrs_alt_val_to_use_cd,
  pyrl_freq_cd                      = p_rec.pyrl_freq_cd,
  hrs_wkd_calc_rl                   = p_rec.hrs_wkd_calc_rl,
  defined_balance_id                = p_rec.defined_balance_id,
  bnfts_bal_id                      = p_rec.bnfts_bal_id,
  hwf_attribute_category            = p_rec.hwf_attribute_category,
  hwf_attribute1                    = p_rec.hwf_attribute1,
  hwf_attribute2                    = p_rec.hwf_attribute2,
  hwf_attribute3                    = p_rec.hwf_attribute3,
  hwf_attribute4                    = p_rec.hwf_attribute4,
  hwf_attribute5                    = p_rec.hwf_attribute5,
  hwf_attribute6                    = p_rec.hwf_attribute6,
  hwf_attribute7                    = p_rec.hwf_attribute7,
  hwf_attribute8                    = p_rec.hwf_attribute8,
  hwf_attribute9                    = p_rec.hwf_attribute9,
  hwf_attribute10                   = p_rec.hwf_attribute10,
  hwf_attribute11                   = p_rec.hwf_attribute11,
  hwf_attribute12                   = p_rec.hwf_attribute12,
  hwf_attribute13                   = p_rec.hwf_attribute13,
  hwf_attribute14                   = p_rec.hwf_attribute14,
  hwf_attribute15                   = p_rec.hwf_attribute15,
  hwf_attribute16                   = p_rec.hwf_attribute16,
  hwf_attribute17                   = p_rec.hwf_attribute17,
  hwf_attribute18                   = p_rec.hwf_attribute18,
  hwf_attribute19                   = p_rec.hwf_attribute19,
  hwf_attribute20                   = p_rec.hwf_attribute20,
  hwf_attribute21                   = p_rec.hwf_attribute21,
  hwf_attribute22                   = p_rec.hwf_attribute22,
  hwf_attribute23                   = p_rec.hwf_attribute23,
  hwf_attribute24                   = p_rec.hwf_attribute24,
  hwf_attribute25                   = p_rec.hwf_attribute25,
  hwf_attribute26                   = p_rec.hwf_attribute26,
  hwf_attribute27                   = p_rec.hwf_attribute27,
  hwf_attribute28                   = p_rec.hwf_attribute28,
  hwf_attribute29                   = p_rec.hwf_attribute29,
  hwf_attribute30                   = p_rec.hwf_attribute30,
  object_version_number             = p_rec.object_version_number
  where hrs_wkd_in_perd_fctr_id = p_rec.hrs_wkd_in_perd_fctr_id;
Line: 146

End update_dml;
Line: 180

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

End pre_update;
Line: 222

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

    ben_hwf_rku.after_update
      (
  p_hrs_wkd_in_perd_fctr_id       =>p_rec.hrs_wkd_in_perd_fctr_id
 ,p_name                          =>p_rec.name
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_hrs_src_cd                    =>p_rec.hrs_src_cd
 ,p_rndg_cd                       =>p_rec.rndg_cd
 ,p_rndg_rl                       =>p_rec.rndg_rl
 ,p_hrs_wkd_det_cd                =>p_rec.hrs_wkd_det_cd
 ,p_hrs_wkd_det_rl                =>p_rec.hrs_wkd_det_rl
 ,p_no_mn_hrs_wkd_flag            =>p_rec.no_mn_hrs_wkd_flag
 ,p_mx_hrs_num                    =>p_rec.mx_hrs_num
 ,p_no_mx_hrs_wkd_flag            =>p_rec.no_mx_hrs_wkd_flag
 ,p_once_r_cntug_cd               =>p_rec.once_r_cntug_cd
 ,p_mn_hrs_num                    =>p_rec.mn_hrs_num
 ,p_hrs_alt_val_to_use_cd         =>p_rec.hrs_alt_val_to_use_cd
 ,p_pyrl_freq_cd                  =>p_rec.pyrl_freq_cd
 ,p_hrs_wkd_calc_rl               =>p_rec.hrs_wkd_calc_rl
 ,p_defined_balance_id            =>p_rec.defined_balance_id
 ,p_bnfts_bal_id                  =>p_rec.bnfts_bal_id
 ,p_hwf_attribute_category        =>p_rec.hwf_attribute_category
 ,p_hwf_attribute1                =>p_rec.hwf_attribute1
 ,p_hwf_attribute2                =>p_rec.hwf_attribute2
 ,p_hwf_attribute3                =>p_rec.hwf_attribute3
 ,p_hwf_attribute4                =>p_rec.hwf_attribute4
 ,p_hwf_attribute5                =>p_rec.hwf_attribute5
 ,p_hwf_attribute6                =>p_rec.hwf_attribute6
 ,p_hwf_attribute7                =>p_rec.hwf_attribute7
 ,p_hwf_attribute8                =>p_rec.hwf_attribute8
 ,p_hwf_attribute9                =>p_rec.hwf_attribute9
 ,p_hwf_attribute10               =>p_rec.hwf_attribute10
 ,p_hwf_attribute11               =>p_rec.hwf_attribute11
 ,p_hwf_attribute12               =>p_rec.hwf_attribute12
 ,p_hwf_attribute13               =>p_rec.hwf_attribute13
 ,p_hwf_attribute14               =>p_rec.hwf_attribute14
 ,p_hwf_attribute15               =>p_rec.hwf_attribute15
 ,p_hwf_attribute16               =>p_rec.hwf_attribute16
 ,p_hwf_attribute17               =>p_rec.hwf_attribute17
 ,p_hwf_attribute18               =>p_rec.hwf_attribute18
 ,p_hwf_attribute19               =>p_rec.hwf_attribute19
 ,p_hwf_attribute20               =>p_rec.hwf_attribute20
 ,p_hwf_attribute21               =>p_rec.hwf_attribute21
 ,p_hwf_attribute22               =>p_rec.hwf_attribute22
 ,p_hwf_attribute23               =>p_rec.hwf_attribute23
 ,p_hwf_attribute24               =>p_rec.hwf_attribute24
 ,p_hwf_attribute25               =>p_rec.hwf_attribute25
 ,p_hwf_attribute26               =>p_rec.hwf_attribute26
 ,p_hwf_attribute27               =>p_rec.hwf_attribute27
 ,p_hwf_attribute28               =>p_rec.hwf_attribute28
 ,p_hwf_attribute29               =>p_rec.hwf_attribute29
 ,p_hwf_attribute30               =>p_rec.hwf_attribute30
 ,p_object_version_number         =>p_rec.object_version_number
 ,p_effective_date                =>p_effective_date
 ,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: 353

End post_update;
Line: 638

  ben_hwf_bus.update_validate(p_rec
  ,p_effective_date);
Line: 643

  pre_update(p_rec);
Line: 647

  update_dml(p_rec);
Line: 651

  post_update(
p_effective_date,p_rec);