DBA Data[Home] [Help]

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

  update ben_prtt_rt_val_ctfn_prvdd
  set
  prtt_rt_val_ctfn_prvdd_id         = p_rec.prtt_rt_val_ctfn_prvdd_id,
  enrt_ctfn_typ_cd                  = p_rec.enrt_ctfn_typ_cd,
  enrt_ctfn_rqd_flag                = p_rec.enrt_ctfn_rqd_flag,
  enrt_ctfn_recd_dt                 = p_rec.enrt_ctfn_recd_dt,
  enrt_ctfn_dnd_dt                  = p_rec.enrt_ctfn_dnd_dt,
  prtt_rt_val_id                    = p_rec.prtt_rt_val_id,
  business_group_id                 = p_rec.business_group_id,
  rvc_attribute_category            = p_rec.rvc_attribute_category,
  rvc_attribute1                    = p_rec.rvc_attribute1,
  rvc_attribute2                    = p_rec.rvc_attribute2,
  rvc_attribute3                    = p_rec.rvc_attribute3,
  rvc_attribute4                    = p_rec.rvc_attribute4,
  rvc_attribute5                    = p_rec.rvc_attribute5,
  rvc_attribute6                    = p_rec.rvc_attribute6,
  rvc_attribute7                    = p_rec.rvc_attribute7,
  rvc_attribute8                    = p_rec.rvc_attribute8,
  rvc_attribute9                    = p_rec.rvc_attribute9,
  rvc_attribute10                   = p_rec.rvc_attribute10,
  rvc_attribute11                   = p_rec.rvc_attribute11,
  rvc_attribute12                   = p_rec.rvc_attribute12,
  rvc_attribute13                   = p_rec.rvc_attribute13,
  rvc_attribute14                   = p_rec.rvc_attribute14,
  rvc_attribute15                   = p_rec.rvc_attribute15,
  rvc_attribute16                   = p_rec.rvc_attribute16,
  rvc_attribute17                   = p_rec.rvc_attribute17,
  rvc_attribute18                   = p_rec.rvc_attribute18,
  rvc_attribute19                   = p_rec.rvc_attribute19,
  rvc_attribute20                   = p_rec.rvc_attribute20,
  rvc_attribute21                   = p_rec.rvc_attribute21,
  rvc_attribute22                   = p_rec.rvc_attribute22,
  rvc_attribute23                   = p_rec.rvc_attribute23,
  rvc_attribute24                   = p_rec.rvc_attribute24,
  rvc_attribute25                   = p_rec.rvc_attribute25,
  rvc_attribute26                   = p_rec.rvc_attribute26,
  rvc_attribute27                   = p_rec.rvc_attribute27,
  rvc_attribute28                   = p_rec.rvc_attribute28,
  rvc_attribute29                   = p_rec.rvc_attribute29,
  rvc_attribute30                   = p_rec.rvc_attribute30,
  request_id                        = p_rec.request_id,
  program_application_id            = p_rec.program_application_id,
  program_id                        = p_rec.program_id,
  program_update_date               = p_rec.program_update_date,
  object_version_number             = p_rec.object_version_number
  where prtt_rt_val_ctfn_prvdd_id = p_rec.prtt_rt_val_ctfn_prvdd_id;
Line: 139

End update_dml;
Line: 173

Procedure pre_update(p_rec in ben_rvc_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_rvc_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_update';
Line: 228

    ben_rvc_rku.after_update
      (
  p_prtt_rt_val_ctfn_prvdd_id     =>p_rec.prtt_rt_val_ctfn_prvdd_id
 ,p_enrt_ctfn_typ_cd              =>p_rec.enrt_ctfn_typ_cd
 ,p_enrt_ctfn_rqd_flag            =>p_rec.enrt_ctfn_rqd_flag
 ,p_enrt_ctfn_recd_dt             =>p_rec.enrt_ctfn_recd_dt
 ,p_enrt_ctfn_dnd_dt              =>p_rec.enrt_ctfn_dnd_dt
 ,p_prtt_rt_val_id                =>p_rec.prtt_rt_val_id
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_rvc_attribute_category        =>p_rec.rvc_attribute_category
 ,p_rvc_attribute1                =>p_rec.rvc_attribute1
 ,p_rvc_attribute2                =>p_rec.rvc_attribute2
 ,p_rvc_attribute3                =>p_rec.rvc_attribute3
 ,p_rvc_attribute4                =>p_rec.rvc_attribute4
 ,p_rvc_attribute5                =>p_rec.rvc_attribute5
 ,p_rvc_attribute6                =>p_rec.rvc_attribute6
 ,p_rvc_attribute7                =>p_rec.rvc_attribute7
 ,p_rvc_attribute8                =>p_rec.rvc_attribute8
 ,p_rvc_attribute9                =>p_rec.rvc_attribute9
 ,p_rvc_attribute10               =>p_rec.rvc_attribute10
 ,p_rvc_attribute11               =>p_rec.rvc_attribute11
 ,p_rvc_attribute12               =>p_rec.rvc_attribute12
 ,p_rvc_attribute13               =>p_rec.rvc_attribute13
 ,p_rvc_attribute14               =>p_rec.rvc_attribute14
 ,p_rvc_attribute15               =>p_rec.rvc_attribute15
 ,p_rvc_attribute16               =>p_rec.rvc_attribute16
 ,p_rvc_attribute17               =>p_rec.rvc_attribute17
 ,p_rvc_attribute18               =>p_rec.rvc_attribute18
 ,p_rvc_attribute19               =>p_rec.rvc_attribute19
 ,p_rvc_attribute20               =>p_rec.rvc_attribute20
 ,p_rvc_attribute21               =>p_rec.rvc_attribute21
 ,p_rvc_attribute22               =>p_rec.rvc_attribute22
 ,p_rvc_attribute23               =>p_rec.rvc_attribute23
 ,p_rvc_attribute24               =>p_rec.rvc_attribute24
 ,p_rvc_attribute25               =>p_rec.rvc_attribute25
 ,p_rvc_attribute26               =>p_rec.rvc_attribute26
 ,p_rvc_attribute27               =>p_rec.rvc_attribute27
 ,p_rvc_attribute28               =>p_rec.rvc_attribute28
 ,p_rvc_attribute29               =>p_rec.rvc_attribute29
 ,p_rvc_attribute30               =>p_rec.rvc_attribute30
 ,p_request_id                    =>p_rec.request_id
 ,p_program_application_id        =>p_rec.program_application_id
 ,p_program_id                    =>p_rec.program_id
 ,p_program_update_date           =>p_rec.program_update_date
 ,p_object_version_number         =>p_rec.object_version_number
 ,p_effective_date                =>p_effective_date
 ,p_enrt_ctfn_typ_cd_o            =>ben_rvc_shd.g_old_rec.enrt_ctfn_typ_cd
 ,p_enrt_ctfn_rqd_flag_o          =>ben_rvc_shd.g_old_rec.enrt_ctfn_rqd_flag
 ,p_enrt_ctfn_recd_dt_o           =>ben_rvc_shd.g_old_rec.enrt_ctfn_recd_dt
 ,p_enrt_ctfn_dnd_dt_o            =>ben_rvc_shd.g_old_rec.enrt_ctfn_dnd_dt
 ,p_prtt_rt_val_id_o              =>ben_rvc_shd.g_old_rec.prtt_rt_val_id
 ,p_business_group_id_o           =>ben_rvc_shd.g_old_rec.business_group_id
 ,p_rvc_attribute_category_o      =>ben_rvc_shd.g_old_rec.rvc_attribute_category
 ,p_rvc_attribute1_o              =>ben_rvc_shd.g_old_rec.rvc_attribute1
 ,p_rvc_attribute2_o              =>ben_rvc_shd.g_old_rec.rvc_attribute2
 ,p_rvc_attribute3_o              =>ben_rvc_shd.g_old_rec.rvc_attribute3
 ,p_rvc_attribute4_o              =>ben_rvc_shd.g_old_rec.rvc_attribute4
 ,p_rvc_attribute5_o              =>ben_rvc_shd.g_old_rec.rvc_attribute5
 ,p_rvc_attribute6_o              =>ben_rvc_shd.g_old_rec.rvc_attribute6
 ,p_rvc_attribute7_o              =>ben_rvc_shd.g_old_rec.rvc_attribute7
 ,p_rvc_attribute8_o              =>ben_rvc_shd.g_old_rec.rvc_attribute8
 ,p_rvc_attribute9_o              =>ben_rvc_shd.g_old_rec.rvc_attribute9
 ,p_rvc_attribute10_o             =>ben_rvc_shd.g_old_rec.rvc_attribute10
 ,p_rvc_attribute11_o             =>ben_rvc_shd.g_old_rec.rvc_attribute11
 ,p_rvc_attribute12_o             =>ben_rvc_shd.g_old_rec.rvc_attribute12
 ,p_rvc_attribute13_o             =>ben_rvc_shd.g_old_rec.rvc_attribute13
 ,p_rvc_attribute14_o             =>ben_rvc_shd.g_old_rec.rvc_attribute14
 ,p_rvc_attribute15_o             =>ben_rvc_shd.g_old_rec.rvc_attribute15
 ,p_rvc_attribute16_o             =>ben_rvc_shd.g_old_rec.rvc_attribute16
 ,p_rvc_attribute17_o             =>ben_rvc_shd.g_old_rec.rvc_attribute17
 ,p_rvc_attribute18_o             =>ben_rvc_shd.g_old_rec.rvc_attribute18
 ,p_rvc_attribute19_o             =>ben_rvc_shd.g_old_rec.rvc_attribute19
 ,p_rvc_attribute20_o             =>ben_rvc_shd.g_old_rec.rvc_attribute20
 ,p_rvc_attribute21_o             =>ben_rvc_shd.g_old_rec.rvc_attribute21
 ,p_rvc_attribute22_o             =>ben_rvc_shd.g_old_rec.rvc_attribute22
 ,p_rvc_attribute23_o             =>ben_rvc_shd.g_old_rec.rvc_attribute23
 ,p_rvc_attribute24_o             =>ben_rvc_shd.g_old_rec.rvc_attribute24
 ,p_rvc_attribute25_o             =>ben_rvc_shd.g_old_rec.rvc_attribute25
 ,p_rvc_attribute26_o             =>ben_rvc_shd.g_old_rec.rvc_attribute26
 ,p_rvc_attribute27_o             =>ben_rvc_shd.g_old_rec.rvc_attribute27
 ,p_rvc_attribute28_o             =>ben_rvc_shd.g_old_rec.rvc_attribute28
 ,p_rvc_attribute29_o             =>ben_rvc_shd.g_old_rec.rvc_attribute29
 ,p_rvc_attribute30_o             =>ben_rvc_shd.g_old_rec.rvc_attribute30
 ,p_request_id_o                  =>ben_rvc_shd.g_old_rec.request_id
 ,p_program_application_id_o      =>ben_rvc_shd.g_old_rec.program_application_id
 ,p_program_id_o                  =>ben_rvc_shd.g_old_rec.program_id
 ,p_program_update_date_o         =>ben_rvc_shd.g_old_rec.program_update_date
 ,p_object_version_number_o       =>ben_rvc_shd.g_old_rec.object_version_number
      );
Line: 332

End post_update;
Line: 552

  If (p_rec.program_update_date = hr_api.g_date) then
    p_rec.program_update_date :=
    ben_rvc_shd.g_old_rec.program_update_date;
Line: 591

  ben_rvc_bus.update_validate(p_rec
  ,p_effective_date);
Line: 596

  pre_update(p_rec);
Line: 600

  update_dml(p_rec);
Line: 604

  post_update(
p_effective_date,p_rec);
Line: 655

  p_program_update_date          in date             default hr_api.g_date,
  p_object_version_number        in out nocopy number
  ) is
--
  l_rec	  ben_rvc_shd.g_rec_type;
Line: 712

  p_program_update_date,
  p_object_version_number
  );