DBA Data[Home] [Help]

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

  update ben_cmbn_age_los_fctr
  set
  cmbn_age_los_fctr_id              = p_rec.cmbn_age_los_fctr_id,
  business_group_id                 = p_rec.business_group_id,
  los_fctr_id                       = p_rec.los_fctr_id,
  age_fctr_id                       = p_rec.age_fctr_id,
  cmbnd_min_val                     = p_rec.cmbnd_min_val,
  cmbnd_max_val                     = p_rec.cmbnd_max_val,
  ordr_num                          = p_rec.ordr_num,
  cla_attribute_category            = p_rec.cla_attribute_category,
  cla_attribute1                    = p_rec.cla_attribute1,
  cla_attribute2                    = p_rec.cla_attribute2,
  cla_attribute3                    = p_rec.cla_attribute3,
  cla_attribute4                    = p_rec.cla_attribute4,
  cla_attribute5                    = p_rec.cla_attribute5,
  cla_attribute6                    = p_rec.cla_attribute6,
  cla_attribute7                    = p_rec.cla_attribute7,
  cla_attribute8                    = p_rec.cla_attribute8,
  cla_attribute9                    = p_rec.cla_attribute9,
  cla_attribute10                   = p_rec.cla_attribute10,
  cla_attribute11                   = p_rec.cla_attribute11,
  cla_attribute12                   = p_rec.cla_attribute12,
  cla_attribute13                   = p_rec.cla_attribute13,
  cla_attribute14                   = p_rec.cla_attribute14,
  cla_attribute15                   = p_rec.cla_attribute15,
  cla_attribute16                   = p_rec.cla_attribute16,
  cla_attribute17                   = p_rec.cla_attribute17,
  cla_attribute18                   = p_rec.cla_attribute18,
  cla_attribute19                   = p_rec.cla_attribute19,
  cla_attribute20                   = p_rec.cla_attribute20,
  cla_attribute21                   = p_rec.cla_attribute21,
  cla_attribute22                   = p_rec.cla_attribute22,
  cla_attribute23                   = p_rec.cla_attribute23,
  cla_attribute24                   = p_rec.cla_attribute24,
  cla_attribute25                   = p_rec.cla_attribute25,
  cla_attribute26                   = p_rec.cla_attribute26,
  cla_attribute27                   = p_rec.cla_attribute27,
  cla_attribute28                   = p_rec.cla_attribute28,
  cla_attribute29                   = p_rec.cla_attribute29,
  cla_attribute30                   = p_rec.cla_attribute30,
  object_version_number             = p_rec.object_version_number ,
  name                              = p_rec.name
  where cmbn_age_los_fctr_id = p_rec.cmbn_age_los_fctr_id;
Line: 136

End update_dml;
Line: 170

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

End pre_update;
Line: 212

Procedure post_update(p_rec in ben_cla_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_update';
Line: 224

    ben_cla_rku.after_update
      (
  p_cmbn_age_los_fctr_id          =>p_rec.cmbn_age_los_fctr_id
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_los_fctr_id                   =>p_rec.los_fctr_id
 ,p_age_fctr_id                   =>p_rec.age_fctr_id
 ,p_cmbnd_min_val                 =>p_rec.cmbnd_min_val
 ,p_cmbnd_max_val                 =>p_rec.cmbnd_max_val
 ,p_ordr_num                      =>p_rec.ordr_num
 ,p_cla_attribute_category        =>p_rec.cla_attribute_category
 ,p_cla_attribute1                =>p_rec.cla_attribute1
 ,p_cla_attribute2                =>p_rec.cla_attribute2
 ,p_cla_attribute3                =>p_rec.cla_attribute3
 ,p_cla_attribute4                =>p_rec.cla_attribute4
 ,p_cla_attribute5                =>p_rec.cla_attribute5
 ,p_cla_attribute6                =>p_rec.cla_attribute6
 ,p_cla_attribute7                =>p_rec.cla_attribute7
 ,p_cla_attribute8                =>p_rec.cla_attribute8
 ,p_cla_attribute9                =>p_rec.cla_attribute9
 ,p_cla_attribute10               =>p_rec.cla_attribute10
 ,p_cla_attribute11               =>p_rec.cla_attribute11
 ,p_cla_attribute12               =>p_rec.cla_attribute12
 ,p_cla_attribute13               =>p_rec.cla_attribute13
 ,p_cla_attribute14               =>p_rec.cla_attribute14
 ,p_cla_attribute15               =>p_rec.cla_attribute15
 ,p_cla_attribute16               =>p_rec.cla_attribute16
 ,p_cla_attribute17               =>p_rec.cla_attribute17
 ,p_cla_attribute18               =>p_rec.cla_attribute18
 ,p_cla_attribute19               =>p_rec.cla_attribute19
 ,p_cla_attribute20               =>p_rec.cla_attribute20
 ,p_cla_attribute21               =>p_rec.cla_attribute21
 ,p_cla_attribute22               =>p_rec.cla_attribute22
 ,p_cla_attribute23               =>p_rec.cla_attribute23
 ,p_cla_attribute24               =>p_rec.cla_attribute24
 ,p_cla_attribute25               =>p_rec.cla_attribute25
 ,p_cla_attribute26               =>p_rec.cla_attribute26
 ,p_cla_attribute27               =>p_rec.cla_attribute27
 ,p_cla_attribute28               =>p_rec.cla_attribute28
 ,p_cla_attribute29               =>p_rec.cla_attribute29
 ,p_cla_attribute30               =>p_rec.cla_attribute30
 ,p_object_version_number         =>p_rec.object_version_number
 ,p_name                          =>p_rec.name
 ,p_business_group_id_o           =>ben_cla_shd.g_old_rec.business_group_id
 ,p_los_fctr_id_o                 =>ben_cla_shd.g_old_rec.los_fctr_id
 ,p_age_fctr_id_o                 =>ben_cla_shd.g_old_rec.age_fctr_id
 ,p_cmbnd_min_val_o               =>ben_cla_shd.g_old_rec.cmbnd_min_val
 ,p_cmbnd_max_val_o               =>ben_cla_shd.g_old_rec.cmbnd_max_val
 ,p_ordr_num_o                    =>ben_cla_shd.g_old_rec.ordr_num
 ,p_cla_attribute_category_o      =>ben_cla_shd.g_old_rec.cla_attribute_category
 ,p_cla_attribute1_o              =>ben_cla_shd.g_old_rec.cla_attribute1
 ,p_cla_attribute2_o              =>ben_cla_shd.g_old_rec.cla_attribute2
 ,p_cla_attribute3_o              =>ben_cla_shd.g_old_rec.cla_attribute3
 ,p_cla_attribute4_o              =>ben_cla_shd.g_old_rec.cla_attribute4
 ,p_cla_attribute5_o              =>ben_cla_shd.g_old_rec.cla_attribute5
 ,p_cla_attribute6_o              =>ben_cla_shd.g_old_rec.cla_attribute6
 ,p_cla_attribute7_o              =>ben_cla_shd.g_old_rec.cla_attribute7
 ,p_cla_attribute8_o              =>ben_cla_shd.g_old_rec.cla_attribute8
 ,p_cla_attribute9_o              =>ben_cla_shd.g_old_rec.cla_attribute9
 ,p_cla_attribute10_o             =>ben_cla_shd.g_old_rec.cla_attribute10
 ,p_cla_attribute11_o             =>ben_cla_shd.g_old_rec.cla_attribute11
 ,p_cla_attribute12_o             =>ben_cla_shd.g_old_rec.cla_attribute12
 ,p_cla_attribute13_o             =>ben_cla_shd.g_old_rec.cla_attribute13
 ,p_cla_attribute14_o             =>ben_cla_shd.g_old_rec.cla_attribute14
 ,p_cla_attribute15_o             =>ben_cla_shd.g_old_rec.cla_attribute15
 ,p_cla_attribute16_o             =>ben_cla_shd.g_old_rec.cla_attribute16
 ,p_cla_attribute17_o             =>ben_cla_shd.g_old_rec.cla_attribute17
 ,p_cla_attribute18_o             =>ben_cla_shd.g_old_rec.cla_attribute18
 ,p_cla_attribute19_o             =>ben_cla_shd.g_old_rec.cla_attribute19
 ,p_cla_attribute20_o             =>ben_cla_shd.g_old_rec.cla_attribute20
 ,p_cla_attribute21_o             =>ben_cla_shd.g_old_rec.cla_attribute21
 ,p_cla_attribute22_o             =>ben_cla_shd.g_old_rec.cla_attribute22
 ,p_cla_attribute23_o             =>ben_cla_shd.g_old_rec.cla_attribute23
 ,p_cla_attribute24_o             =>ben_cla_shd.g_old_rec.cla_attribute24
 ,p_cla_attribute25_o             =>ben_cla_shd.g_old_rec.cla_attribute25
 ,p_cla_attribute26_o             =>ben_cla_shd.g_old_rec.cla_attribute26
 ,p_cla_attribute27_o             =>ben_cla_shd.g_old_rec.cla_attribute27
 ,p_cla_attribute28_o             =>ben_cla_shd.g_old_rec.cla_attribute28
 ,p_cla_attribute29_o             =>ben_cla_shd.g_old_rec.cla_attribute29
 ,p_cla_attribute30_o             =>ben_cla_shd.g_old_rec.cla_attribute30
 ,p_object_version_number_o       =>ben_cla_shd.g_old_rec.object_version_number
 ,p_name_o                        =>ben_cla_shd.g_old_rec.name
      );
Line: 321

End post_update;
Line: 565

  ben_cla_bus.update_validate(p_rec);
Line: 569

  pre_update(p_rec);
Line: 573

  update_dml(p_rec);
Line: 577

  post_update(p_rec);