DBA Data[Home] [Help]

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

  update ben_wthn_yr_perd
  set
  wthn_yr_perd_id                   = p_rec.wthn_yr_perd_id,
  strt_day                          = p_rec.strt_day,
  end_day                           = p_rec.end_day,
  strt_mo                           = p_rec.strt_mo,
  end_mo                            = p_rec.end_mo,
  tm_uom                            = p_rec.tm_uom,
  yr_perd_id                        = p_rec.yr_perd_id,
  business_group_id                 = p_rec.business_group_id,
  wyp_attribute_category            = p_rec.wyp_attribute_category,
  wyp_attribute1                    = p_rec.wyp_attribute1,
  wyp_attribute2                    = p_rec.wyp_attribute2,
  wyp_attribute3                    = p_rec.wyp_attribute3,
  wyp_attribute4                    = p_rec.wyp_attribute4,
  wyp_attribute5                    = p_rec.wyp_attribute5,
  wyp_attribute6                    = p_rec.wyp_attribute6,
  wyp_attribute7                    = p_rec.wyp_attribute7,
  wyp_attribute8                    = p_rec.wyp_attribute8,
  wyp_attribute9                    = p_rec.wyp_attribute9,
  wyp_attribute10                   = p_rec.wyp_attribute10,
  wyp_attribute11                   = p_rec.wyp_attribute11,
  wyp_attribute12                   = p_rec.wyp_attribute12,
  wyp_attribute13                   = p_rec.wyp_attribute13,
  wyp_attribute14                   = p_rec.wyp_attribute14,
  wyp_attribute15                   = p_rec.wyp_attribute15,
  wyp_attribute16                   = p_rec.wyp_attribute16,
  wyp_attribute17                   = p_rec.wyp_attribute17,
  wyp_attribute18                   = p_rec.wyp_attribute18,
  wyp_attribute19                   = p_rec.wyp_attribute19,
  wyp_attribute20                   = p_rec.wyp_attribute20,
  wyp_attribute21                   = p_rec.wyp_attribute21,
  wyp_attribute22                   = p_rec.wyp_attribute22,
  wyp_attribute23                   = p_rec.wyp_attribute23,
  wyp_attribute24                   = p_rec.wyp_attribute24,
  wyp_attribute25                   = p_rec.wyp_attribute25,
  wyp_attribute26                   = p_rec.wyp_attribute26,
  wyp_attribute27                   = p_rec.wyp_attribute27,
  wyp_attribute28                   = p_rec.wyp_attribute28,
  wyp_attribute29                   = p_rec.wyp_attribute29,
  wyp_attribute30                   = p_rec.wyp_attribute30,
  object_version_number             = p_rec.object_version_number
  where wthn_yr_perd_id = p_rec.wthn_yr_perd_id;
Line: 136

End update_dml;
Line: 170

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

End pre_update;
Line: 212

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

    ben_wyp_rku.after_update
      (
  p_wthn_yr_perd_id               =>p_rec.wthn_yr_perd_id
 ,p_strt_day                      =>p_rec.strt_day
 ,p_end_day                       =>p_rec.end_day
 ,p_strt_mo                       =>p_rec.strt_mo
 ,p_end_mo                        =>p_rec.end_mo
 ,p_tm_uom                        =>p_rec.tm_uom
 ,p_yr_perd_id                    =>p_rec.yr_perd_id
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_wyp_attribute_category        =>p_rec.wyp_attribute_category
 ,p_wyp_attribute1                =>p_rec.wyp_attribute1
 ,p_wyp_attribute2                =>p_rec.wyp_attribute2
 ,p_wyp_attribute3                =>p_rec.wyp_attribute3
 ,p_wyp_attribute4                =>p_rec.wyp_attribute4
 ,p_wyp_attribute5                =>p_rec.wyp_attribute5
 ,p_wyp_attribute6                =>p_rec.wyp_attribute6
 ,p_wyp_attribute7                =>p_rec.wyp_attribute7
 ,p_wyp_attribute8                =>p_rec.wyp_attribute8
 ,p_wyp_attribute9                =>p_rec.wyp_attribute9
 ,p_wyp_attribute10               =>p_rec.wyp_attribute10
 ,p_wyp_attribute11               =>p_rec.wyp_attribute11
 ,p_wyp_attribute12               =>p_rec.wyp_attribute12
 ,p_wyp_attribute13               =>p_rec.wyp_attribute13
 ,p_wyp_attribute14               =>p_rec.wyp_attribute14
 ,p_wyp_attribute15               =>p_rec.wyp_attribute15
 ,p_wyp_attribute16               =>p_rec.wyp_attribute16
 ,p_wyp_attribute17               =>p_rec.wyp_attribute17
 ,p_wyp_attribute18               =>p_rec.wyp_attribute18
 ,p_wyp_attribute19               =>p_rec.wyp_attribute19
 ,p_wyp_attribute20               =>p_rec.wyp_attribute20
 ,p_wyp_attribute21               =>p_rec.wyp_attribute21
 ,p_wyp_attribute22               =>p_rec.wyp_attribute22
 ,p_wyp_attribute23               =>p_rec.wyp_attribute23
 ,p_wyp_attribute24               =>p_rec.wyp_attribute24
 ,p_wyp_attribute25               =>p_rec.wyp_attribute25
 ,p_wyp_attribute26               =>p_rec.wyp_attribute26
 ,p_wyp_attribute27               =>p_rec.wyp_attribute27
 ,p_wyp_attribute28               =>p_rec.wyp_attribute28
 ,p_wyp_attribute29               =>p_rec.wyp_attribute29
 ,p_wyp_attribute30               =>p_rec.wyp_attribute30
 ,p_effective_date                =>p_effective_date
 ,p_object_version_number         =>p_rec.object_version_number
 ,p_strt_day_o                    =>ben_wyp_shd.g_old_rec.strt_day
 ,p_end_day_o                     =>ben_wyp_shd.g_old_rec.end_day
 ,p_strt_mo_o                     =>ben_wyp_shd.g_old_rec.strt_mo
 ,p_end_mo_o                      =>ben_wyp_shd.g_old_rec.end_mo
 ,p_tm_uom_o                      =>ben_wyp_shd.g_old_rec.tm_uom
 ,p_yr_perd_id_o                  =>ben_wyp_shd.g_old_rec.yr_perd_id
 ,p_business_group_id_o           =>ben_wyp_shd.g_old_rec.business_group_id
 ,p_wyp_attribute_category_o      =>ben_wyp_shd.g_old_rec.wyp_attribute_category
 ,p_wyp_attribute1_o              =>ben_wyp_shd.g_old_rec.wyp_attribute1
 ,p_wyp_attribute2_o              =>ben_wyp_shd.g_old_rec.wyp_attribute2
 ,p_wyp_attribute3_o              =>ben_wyp_shd.g_old_rec.wyp_attribute3
 ,p_wyp_attribute4_o              =>ben_wyp_shd.g_old_rec.wyp_attribute4
 ,p_wyp_attribute5_o              =>ben_wyp_shd.g_old_rec.wyp_attribute5
 ,p_wyp_attribute6_o              =>ben_wyp_shd.g_old_rec.wyp_attribute6
 ,p_wyp_attribute7_o              =>ben_wyp_shd.g_old_rec.wyp_attribute7
 ,p_wyp_attribute8_o              =>ben_wyp_shd.g_old_rec.wyp_attribute8
 ,p_wyp_attribute9_o              =>ben_wyp_shd.g_old_rec.wyp_attribute9
 ,p_wyp_attribute10_o             =>ben_wyp_shd.g_old_rec.wyp_attribute10
 ,p_wyp_attribute11_o             =>ben_wyp_shd.g_old_rec.wyp_attribute11
 ,p_wyp_attribute12_o             =>ben_wyp_shd.g_old_rec.wyp_attribute12
 ,p_wyp_attribute13_o             =>ben_wyp_shd.g_old_rec.wyp_attribute13
 ,p_wyp_attribute14_o             =>ben_wyp_shd.g_old_rec.wyp_attribute14
 ,p_wyp_attribute15_o             =>ben_wyp_shd.g_old_rec.wyp_attribute15
 ,p_wyp_attribute16_o             =>ben_wyp_shd.g_old_rec.wyp_attribute16
 ,p_wyp_attribute17_o             =>ben_wyp_shd.g_old_rec.wyp_attribute17
 ,p_wyp_attribute18_o             =>ben_wyp_shd.g_old_rec.wyp_attribute18
 ,p_wyp_attribute19_o             =>ben_wyp_shd.g_old_rec.wyp_attribute19
 ,p_wyp_attribute20_o             =>ben_wyp_shd.g_old_rec.wyp_attribute20
 ,p_wyp_attribute21_o             =>ben_wyp_shd.g_old_rec.wyp_attribute21
 ,p_wyp_attribute22_o             =>ben_wyp_shd.g_old_rec.wyp_attribute22
 ,p_wyp_attribute23_o             =>ben_wyp_shd.g_old_rec.wyp_attribute23
 ,p_wyp_attribute24_o             =>ben_wyp_shd.g_old_rec.wyp_attribute24
 ,p_wyp_attribute25_o             =>ben_wyp_shd.g_old_rec.wyp_attribute25
 ,p_wyp_attribute26_o             =>ben_wyp_shd.g_old_rec.wyp_attribute26
 ,p_wyp_attribute27_o             =>ben_wyp_shd.g_old_rec.wyp_attribute27
 ,p_wyp_attribute28_o             =>ben_wyp_shd.g_old_rec.wyp_attribute28
 ,p_wyp_attribute29_o             =>ben_wyp_shd.g_old_rec.wyp_attribute29
 ,p_wyp_attribute30_o             =>ben_wyp_shd.g_old_rec.wyp_attribute30
 ,p_object_version_number_o       =>ben_wyp_shd.g_old_rec.object_version_number
      );
Line: 323

End post_update;
Line: 568

  ben_wyp_bus.update_validate(p_rec
  ,p_effective_date);
Line: 573

  pre_update(p_rec);
Line: 577

  update_dml(p_rec);
Line: 581

  post_update(p_effective_date,
              p_rec);