DBA Data[Home] [Help]

APPS.BEN_PFF_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_pff_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'update_dml';
Line: 69

  update ben_pct_fl_tm_fctr
  set
  pct_fl_tm_fctr_id                 = p_rec.pct_fl_tm_fctr_id,
  name                              = p_rec.name,
  business_group_id                 = p_rec.business_group_id,
  mx_pct_val                        = p_rec.mx_pct_val,
  mn_pct_val                        = p_rec.mn_pct_val,
  no_mn_pct_val_flag                = p_rec.no_mn_pct_val_flag,
  no_mx_pct_val_flag                = p_rec.no_mx_pct_val_flag,
  use_prmry_asnt_only_flag          = p_rec.use_prmry_asnt_only_flag,
  use_sum_of_all_asnts_flag         = p_rec.use_sum_of_all_asnts_flag,
  rndg_cd                           = p_rec.rndg_cd,
  rndg_rl                           = p_rec.rndg_rl,
  pff_attribute_category            = p_rec.pff_attribute_category,
  pff_attribute1                    = p_rec.pff_attribute1,
  pff_attribute2                    = p_rec.pff_attribute2,
  pff_attribute3                    = p_rec.pff_attribute3,
  pff_attribute4                    = p_rec.pff_attribute4,
  pff_attribute5                    = p_rec.pff_attribute5,
  pff_attribute6                    = p_rec.pff_attribute6,
  pff_attribute7                    = p_rec.pff_attribute7,
  pff_attribute8                    = p_rec.pff_attribute8,
  pff_attribute9                    = p_rec.pff_attribute9,
  pff_attribute10                   = p_rec.pff_attribute10,
  pff_attribute11                   = p_rec.pff_attribute11,
  pff_attribute12                   = p_rec.pff_attribute12,
  pff_attribute13                   = p_rec.pff_attribute13,
  pff_attribute14                   = p_rec.pff_attribute14,
  pff_attribute15                   = p_rec.pff_attribute15,
  pff_attribute16                   = p_rec.pff_attribute16,
  pff_attribute17                   = p_rec.pff_attribute17,
  pff_attribute18                   = p_rec.pff_attribute18,
  pff_attribute19                   = p_rec.pff_attribute19,
  pff_attribute20                   = p_rec.pff_attribute20,
  pff_attribute21                   = p_rec.pff_attribute21,
  pff_attribute22                   = p_rec.pff_attribute22,
  pff_attribute23                   = p_rec.pff_attribute23,
  pff_attribute24                   = p_rec.pff_attribute24,
  pff_attribute25                   = p_rec.pff_attribute25,
  pff_attribute26                   = p_rec.pff_attribute26,
  pff_attribute27                   = p_rec.pff_attribute27,
  pff_attribute28                   = p_rec.pff_attribute28,
  pff_attribute29                   = p_rec.pff_attribute29,
  pff_attribute30                   = p_rec.pff_attribute30,
  object_version_number             = p_rec.object_version_number
  where pct_fl_tm_fctr_id = p_rec.pct_fl_tm_fctr_id;
Line: 139

End update_dml;
Line: 173

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

End pre_update;
Line: 215

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

    ben_pff_rku.after_update
      (
  p_pct_fl_tm_fctr_id             =>p_rec.pct_fl_tm_fctr_id
 ,p_name                          =>p_rec.name
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_mx_pct_val                    =>p_rec.mx_pct_val
 ,p_mn_pct_val                    =>p_rec.mn_pct_val
 ,p_no_mn_pct_val_flag            =>p_rec.no_mn_pct_val_flag
 ,p_no_mx_pct_val_flag            =>p_rec.no_mx_pct_val_flag
 ,p_use_prmry_asnt_only_flag      =>p_rec.use_prmry_asnt_only_flag
 ,p_use_sum_of_all_asnts_flag     =>p_rec.use_sum_of_all_asnts_flag
 ,p_rndg_cd                       =>p_rec.rndg_cd
 ,p_rndg_rl                       =>p_rec.rndg_rl
 ,p_pff_attribute_category        =>p_rec.pff_attribute_category
 ,p_pff_attribute1                =>p_rec.pff_attribute1
 ,p_pff_attribute2                =>p_rec.pff_attribute2
 ,p_pff_attribute3                =>p_rec.pff_attribute3
 ,p_pff_attribute4                =>p_rec.pff_attribute4
 ,p_pff_attribute5                =>p_rec.pff_attribute5
 ,p_pff_attribute6                =>p_rec.pff_attribute6
 ,p_pff_attribute7                =>p_rec.pff_attribute7
 ,p_pff_attribute8                =>p_rec.pff_attribute8
 ,p_pff_attribute9                =>p_rec.pff_attribute9
 ,p_pff_attribute10               =>p_rec.pff_attribute10
 ,p_pff_attribute11               =>p_rec.pff_attribute11
 ,p_pff_attribute12               =>p_rec.pff_attribute12
 ,p_pff_attribute13               =>p_rec.pff_attribute13
 ,p_pff_attribute14               =>p_rec.pff_attribute14
 ,p_pff_attribute15               =>p_rec.pff_attribute15
 ,p_pff_attribute16               =>p_rec.pff_attribute16
 ,p_pff_attribute17               =>p_rec.pff_attribute17
 ,p_pff_attribute18               =>p_rec.pff_attribute18
 ,p_pff_attribute19               =>p_rec.pff_attribute19
 ,p_pff_attribute20               =>p_rec.pff_attribute20
 ,p_pff_attribute21               =>p_rec.pff_attribute21
 ,p_pff_attribute22               =>p_rec.pff_attribute22
 ,p_pff_attribute23               =>p_rec.pff_attribute23
 ,p_pff_attribute24               =>p_rec.pff_attribute24
 ,p_pff_attribute25               =>p_rec.pff_attribute25
 ,p_pff_attribute26               =>p_rec.pff_attribute26
 ,p_pff_attribute27               =>p_rec.pff_attribute27
 ,p_pff_attribute28               =>p_rec.pff_attribute28
 ,p_pff_attribute29               =>p_rec.pff_attribute29
 ,p_pff_attribute30               =>p_rec.pff_attribute30
 ,p_object_version_number         =>p_rec.object_version_number
 ,p_effective_date                =>p_effective_date
 ,p_name_o                        =>ben_pff_shd.g_old_rec.name
 ,p_business_group_id_o           =>ben_pff_shd.g_old_rec.business_group_id
 ,p_mx_pct_val_o                  =>ben_pff_shd.g_old_rec.mx_pct_val
 ,p_mn_pct_val_o                  =>ben_pff_shd.g_old_rec.mn_pct_val
 ,p_no_mn_pct_val_flag_o          =>ben_pff_shd.g_old_rec.no_mn_pct_val_flag
 ,p_no_mx_pct_val_flag_o          =>ben_pff_shd.g_old_rec.no_mx_pct_val_flag
 ,p_use_prmry_asnt_only_flag_o    =>ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag
 ,p_use_sum_of_all_asnts_flag_o   =>ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag
 ,p_rndg_cd_o                     =>ben_pff_shd.g_old_rec.rndg_cd
 ,p_rndg_rl_o                     =>ben_pff_shd.g_old_rec.rndg_rl
 ,p_pff_attribute_category_o      =>ben_pff_shd.g_old_rec.pff_attribute_category
 ,p_pff_attribute1_o              =>ben_pff_shd.g_old_rec.pff_attribute1
 ,p_pff_attribute2_o              =>ben_pff_shd.g_old_rec.pff_attribute2
 ,p_pff_attribute3_o              =>ben_pff_shd.g_old_rec.pff_attribute3
 ,p_pff_attribute4_o              =>ben_pff_shd.g_old_rec.pff_attribute4
 ,p_pff_attribute5_o              =>ben_pff_shd.g_old_rec.pff_attribute5
 ,p_pff_attribute6_o              =>ben_pff_shd.g_old_rec.pff_attribute6
 ,p_pff_attribute7_o              =>ben_pff_shd.g_old_rec.pff_attribute7
 ,p_pff_attribute8_o              =>ben_pff_shd.g_old_rec.pff_attribute8
 ,p_pff_attribute9_o              =>ben_pff_shd.g_old_rec.pff_attribute9
 ,p_pff_attribute10_o             =>ben_pff_shd.g_old_rec.pff_attribute10
 ,p_pff_attribute11_o             =>ben_pff_shd.g_old_rec.pff_attribute11
 ,p_pff_attribute12_o             =>ben_pff_shd.g_old_rec.pff_attribute12
 ,p_pff_attribute13_o             =>ben_pff_shd.g_old_rec.pff_attribute13
 ,p_pff_attribute14_o             =>ben_pff_shd.g_old_rec.pff_attribute14
 ,p_pff_attribute15_o             =>ben_pff_shd.g_old_rec.pff_attribute15
 ,p_pff_attribute16_o             =>ben_pff_shd.g_old_rec.pff_attribute16
 ,p_pff_attribute17_o             =>ben_pff_shd.g_old_rec.pff_attribute17
 ,p_pff_attribute18_o             =>ben_pff_shd.g_old_rec.pff_attribute18
 ,p_pff_attribute19_o             =>ben_pff_shd.g_old_rec.pff_attribute19
 ,p_pff_attribute20_o             =>ben_pff_shd.g_old_rec.pff_attribute20
 ,p_pff_attribute21_o             =>ben_pff_shd.g_old_rec.pff_attribute21
 ,p_pff_attribute22_o             =>ben_pff_shd.g_old_rec.pff_attribute22
 ,p_pff_attribute23_o             =>ben_pff_shd.g_old_rec.pff_attribute23
 ,p_pff_attribute24_o             =>ben_pff_shd.g_old_rec.pff_attribute24
 ,p_pff_attribute25_o             =>ben_pff_shd.g_old_rec.pff_attribute25
 ,p_pff_attribute26_o             =>ben_pff_shd.g_old_rec.pff_attribute26
 ,p_pff_attribute27_o             =>ben_pff_shd.g_old_rec.pff_attribute27
 ,p_pff_attribute28_o             =>ben_pff_shd.g_old_rec.pff_attribute28
 ,p_pff_attribute29_o             =>ben_pff_shd.g_old_rec.pff_attribute29
 ,p_pff_attribute30_o             =>ben_pff_shd.g_old_rec.pff_attribute30
 ,p_object_version_number_o       =>ben_pff_shd.g_old_rec.object_version_number
      );
Line: 332

End post_update;
Line: 589

  ben_pff_bus.update_validate(p_rec
  ,p_effective_date);
Line: 594

  pre_update(p_rec);
Line: 598

  update_dml(p_rec);
Line: 602

  post_update(
p_effective_date,p_rec);