DBA Data[Home] [Help]

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

  update ben_crt_ordr
  set
  crt_ordr_id                       = p_rec.crt_ordr_id,
  crt_ordr_typ_cd                   = p_rec.crt_ordr_typ_cd,
  apls_perd_endg_dt                 = p_rec.apls_perd_endg_dt,
  apls_perd_strtg_dt                = p_rec.apls_perd_strtg_dt,
  crt_ident                         = p_rec.crt_ident,
  description                       = p_rec.description,
  detd_qlfd_ordr_dt                 = p_rec.detd_qlfd_ordr_dt,
  issue_dt                          = p_rec.issue_dt,
  qdro_amt                          = p_rec.qdro_amt,
  qdro_dstr_mthd_cd                 = p_rec.qdro_dstr_mthd_cd,
  qdro_pct                          = p_rec.qdro_pct,
  rcvd_dt                           = p_rec.rcvd_dt,
  uom                               = p_rec.uom,
  crt_issng                         = p_rec.crt_issng,
  pl_id                             = p_rec.pl_id,
  person_id                         = p_rec.person_id,
  business_group_id                 = p_rec.business_group_id,
  crt_attribute_category            = p_rec.crt_attribute_category,
  crt_attribute1                    = p_rec.crt_attribute1,
  crt_attribute2                    = p_rec.crt_attribute2,
  crt_attribute3                    = p_rec.crt_attribute3,
  crt_attribute4                    = p_rec.crt_attribute4,
  crt_attribute5                    = p_rec.crt_attribute5,
  crt_attribute6                    = p_rec.crt_attribute6,
  crt_attribute7                    = p_rec.crt_attribute7,
  crt_attribute8                    = p_rec.crt_attribute8,
  crt_attribute9                    = p_rec.crt_attribute9,
  crt_attribute10                   = p_rec.crt_attribute10,
  crt_attribute11                   = p_rec.crt_attribute11,
  crt_attribute12                   = p_rec.crt_attribute12,
  crt_attribute13                   = p_rec.crt_attribute13,
  crt_attribute14                   = p_rec.crt_attribute14,
  crt_attribute15                   = p_rec.crt_attribute15,
  crt_attribute16                   = p_rec.crt_attribute16,
  crt_attribute17                   = p_rec.crt_attribute17,
  crt_attribute18                   = p_rec.crt_attribute18,
  crt_attribute19                   = p_rec.crt_attribute19,
  crt_attribute20                   = p_rec.crt_attribute20,
  crt_attribute21                   = p_rec.crt_attribute21,
  crt_attribute22                   = p_rec.crt_attribute22,
  crt_attribute23                   = p_rec.crt_attribute23,
  crt_attribute24                   = p_rec.crt_attribute24,
  crt_attribute25                   = p_rec.crt_attribute25,
  crt_attribute26                   = p_rec.crt_attribute26,
  crt_attribute27                   = p_rec.crt_attribute27,
  crt_attribute28                   = p_rec.crt_attribute28,
  crt_attribute29                   = p_rec.crt_attribute29,
  crt_attribute30                   = p_rec.crt_attribute30,
  object_version_number             = p_rec.object_version_number,
  qdro_num_pymt_val                 = p_rec.qdro_num_pymt_val,
  qdro_per_perd_cd                  = p_rec.qdro_per_perd_cd,
  pl_typ_id                         = p_rec.pl_typ_id
  where crt_ordr_id = p_rec.crt_ordr_id;
Line: 148

End update_dml;
Line: 182

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

End pre_update;
Line: 224

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

  ben_crt_rku.after_update
      (
  p_crt_ordr_id                   =>p_rec.crt_ordr_id
 ,p_crt_ordr_typ_cd               =>p_rec.crt_ordr_typ_cd
 ,p_apls_perd_endg_dt             =>p_rec.apls_perd_endg_dt
 ,p_apls_perd_strtg_dt            =>p_rec.apls_perd_strtg_dt
 ,p_crt_ident                     =>p_rec.crt_ident
 ,p_description                   =>p_rec.description
 ,p_detd_qlfd_ordr_dt             =>p_rec.detd_qlfd_ordr_dt
 ,p_issue_dt                      =>p_rec.issue_dt
 ,p_qdro_amt                      =>p_rec.qdro_amt
 ,p_qdro_dstr_mthd_cd             =>p_rec.qdro_dstr_mthd_cd
 ,p_qdro_pct                      =>p_rec.qdro_pct
 ,p_rcvd_dt                       =>p_rec.rcvd_dt
 ,p_uom                           =>p_rec.uom
 ,p_crt_issng                     =>p_rec.crt_issng
 ,p_pl_id                         =>p_rec.pl_id
 ,p_person_id                     =>p_rec.person_id
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_crt_attribute_category        =>p_rec.crt_attribute_category
 ,p_crt_attribute1                =>p_rec.crt_attribute1
 ,p_crt_attribute2                =>p_rec.crt_attribute2
 ,p_crt_attribute3                =>p_rec.crt_attribute3
 ,p_crt_attribute4                =>p_rec.crt_attribute4
 ,p_crt_attribute5                =>p_rec.crt_attribute5
 ,p_crt_attribute6                =>p_rec.crt_attribute6
 ,p_crt_attribute7                =>p_rec.crt_attribute7
 ,p_crt_attribute8                =>p_rec.crt_attribute8
 ,p_crt_attribute9                =>p_rec.crt_attribute9
 ,p_crt_attribute10               =>p_rec.crt_attribute10
 ,p_crt_attribute11               =>p_rec.crt_attribute11
 ,p_crt_attribute12               =>p_rec.crt_attribute12
 ,p_crt_attribute13               =>p_rec.crt_attribute13
 ,p_crt_attribute14               =>p_rec.crt_attribute14
 ,p_crt_attribute15               =>p_rec.crt_attribute15
 ,p_crt_attribute16               =>p_rec.crt_attribute16
 ,p_crt_attribute17               =>p_rec.crt_attribute17
 ,p_crt_attribute18               =>p_rec.crt_attribute18
 ,p_crt_attribute19               =>p_rec.crt_attribute19
 ,p_crt_attribute20               =>p_rec.crt_attribute20
 ,p_crt_attribute21               =>p_rec.crt_attribute21
 ,p_crt_attribute22               =>p_rec.crt_attribute22
 ,p_crt_attribute23               =>p_rec.crt_attribute23
 ,p_crt_attribute24               =>p_rec.crt_attribute24
 ,p_crt_attribute25               =>p_rec.crt_attribute25
 ,p_crt_attribute26               =>p_rec.crt_attribute26
 ,p_crt_attribute27               =>p_rec.crt_attribute27
 ,p_crt_attribute28               =>p_rec.crt_attribute28
 ,p_crt_attribute29               =>p_rec.crt_attribute29
 ,p_crt_attribute30               =>p_rec.crt_attribute30
 ,p_object_version_number         =>p_rec.object_version_number
 ,p_qdro_num_pymt_val             =>p_rec.qdro_num_pymt_val
 ,p_qdro_per_perd_cd              =>p_rec.qdro_per_perd_cd
 ,p_pl_typ_id                     =>p_rec.pl_typ_id
 ,p_effective_date                =>p_effective_date
 ,p_crt_ordr_typ_cd_o             =>ben_crt_shd.g_old_rec.crt_ordr_typ_cd
 ,p_apls_perd_endg_dt_o           =>ben_crt_shd.g_old_rec.apls_perd_endg_dt
 ,p_apls_perd_strtg_dt_o          =>ben_crt_shd.g_old_rec.apls_perd_strtg_dt
 ,p_crt_ident_o                   =>ben_crt_shd.g_old_rec.crt_ident
 ,p_description_o                 =>ben_crt_shd.g_old_rec.description
 ,p_detd_qlfd_ordr_dt_o           =>ben_crt_shd.g_old_rec.detd_qlfd_ordr_dt
 ,p_issue_dt_o                    =>ben_crt_shd.g_old_rec.issue_dt
 ,p_qdro_amt_o                    =>ben_crt_shd.g_old_rec.qdro_amt
 ,p_qdro_dstr_mthd_cd_o           =>ben_crt_shd.g_old_rec.qdro_dstr_mthd_cd
 ,p_qdro_pct_o                    =>ben_crt_shd.g_old_rec.qdro_pct
 ,p_rcvd_dt_o                     =>ben_crt_shd.g_old_rec.rcvd_dt
 ,p_uom_o                         =>ben_crt_shd.g_old_rec.uom
 ,p_crt_issng_o                   =>ben_crt_shd.g_old_rec.crt_issng
 ,p_pl_id_o                       =>ben_crt_shd.g_old_rec.pl_id
 ,p_person_id_o                   =>ben_crt_shd.g_old_rec.person_id
 ,p_business_group_id_o           =>ben_crt_shd.g_old_rec.business_group_id
 ,p_crt_attribute_category_o      =>ben_crt_shd.g_old_rec.crt_attribute_category
 ,p_crt_attribute1_o              =>ben_crt_shd.g_old_rec.crt_attribute1
 ,p_crt_attribute2_o              =>ben_crt_shd.g_old_rec.crt_attribute2
 ,p_crt_attribute3_o              =>ben_crt_shd.g_old_rec.crt_attribute3
 ,p_crt_attribute4_o              =>ben_crt_shd.g_old_rec.crt_attribute4
 ,p_crt_attribute5_o              =>ben_crt_shd.g_old_rec.crt_attribute5
 ,p_crt_attribute6_o              =>ben_crt_shd.g_old_rec.crt_attribute6
 ,p_crt_attribute7_o              =>ben_crt_shd.g_old_rec.crt_attribute7
 ,p_crt_attribute8_o              =>ben_crt_shd.g_old_rec.crt_attribute8
 ,p_crt_attribute9_o              =>ben_crt_shd.g_old_rec.crt_attribute9
 ,p_crt_attribute10_o             =>ben_crt_shd.g_old_rec.crt_attribute10
 ,p_crt_attribute11_o             =>ben_crt_shd.g_old_rec.crt_attribute11
 ,p_crt_attribute12_o             =>ben_crt_shd.g_old_rec.crt_attribute12
 ,p_crt_attribute13_o             =>ben_crt_shd.g_old_rec.crt_attribute13
 ,p_crt_attribute14_o             =>ben_crt_shd.g_old_rec.crt_attribute14
 ,p_crt_attribute15_o             =>ben_crt_shd.g_old_rec.crt_attribute15
 ,p_crt_attribute16_o             =>ben_crt_shd.g_old_rec.crt_attribute16
 ,p_crt_attribute17_o             =>ben_crt_shd.g_old_rec.crt_attribute17
 ,p_crt_attribute18_o             =>ben_crt_shd.g_old_rec.crt_attribute18
 ,p_crt_attribute19_o             =>ben_crt_shd.g_old_rec.crt_attribute19
 ,p_crt_attribute20_o             =>ben_crt_shd.g_old_rec.crt_attribute20
 ,p_crt_attribute21_o             =>ben_crt_shd.g_old_rec.crt_attribute21
 ,p_crt_attribute22_o             =>ben_crt_shd.g_old_rec.crt_attribute22
 ,p_crt_attribute23_o             =>ben_crt_shd.g_old_rec.crt_attribute23
 ,p_crt_attribute24_o             =>ben_crt_shd.g_old_rec.crt_attribute24
 ,p_crt_attribute25_o             =>ben_crt_shd.g_old_rec.crt_attribute25
 ,p_crt_attribute26_o             =>ben_crt_shd.g_old_rec.crt_attribute26
 ,p_crt_attribute27_o             =>ben_crt_shd.g_old_rec.crt_attribute27
 ,p_crt_attribute28_o             =>ben_crt_shd.g_old_rec.crt_attribute28
 ,p_crt_attribute29_o             =>ben_crt_shd.g_old_rec.crt_attribute29
 ,p_crt_attribute30_o             =>ben_crt_shd.g_old_rec.crt_attribute30
 ,p_object_version_number_o       =>ben_crt_shd.g_old_rec.object_version_number
 ,p_qdro_num_pymt_val_o           =>ben_crt_shd.g_old_rec.qdro_num_pymt_val
 ,p_qdro_per_perd_cd_o            =>ben_crt_shd.g_old_rec.qdro_per_perd_cd
 ,p_pl_typ_id_o                   =>ben_crt_shd.g_old_rec.pl_typ_id
      );
Line: 365

      hr_utility.set_location(' calling ler check in update  ' , 1408379 );
Line: 385

End post_update;
Line: 679

  ben_crt_bus.update_validate(p_rec
  ,p_effective_date);
Line: 684

  pre_update(p_rec);
Line: 688

  update_dml(p_rec);
Line: 692

  post_update( p_effective_date,p_rec);