DBA Data[Home] [Help]

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

  update ben_ext_crit_prfl
  set
  ext_crit_prfl_id                  = p_rec.ext_crit_prfl_id,
  name                              = p_rec.name,
  business_group_id                 = p_rec.business_group_id,
  legislation_code		    = p_rec.legislation_code,
  xcr_attribute_category            = p_rec.xcr_attribute_category,
  xcr_attribute1                    = p_rec.xcr_attribute1,
  xcr_attribute2                    = p_rec.xcr_attribute2,
  xcr_attribute3                    = p_rec.xcr_attribute3,
  xcr_attribute4                    = p_rec.xcr_attribute4,
  xcr_attribute5                    = p_rec.xcr_attribute5,
  xcr_attribute6                    = p_rec.xcr_attribute6,
  xcr_attribute7                    = p_rec.xcr_attribute7,
  xcr_attribute8                    = p_rec.xcr_attribute8,
  xcr_attribute9                    = p_rec.xcr_attribute9,
  xcr_attribute10                   = p_rec.xcr_attribute10,
  xcr_attribute11                   = p_rec.xcr_attribute11,
  xcr_attribute12                   = p_rec.xcr_attribute12,
  xcr_attribute13                   = p_rec.xcr_attribute13,
  xcr_attribute14                   = p_rec.xcr_attribute14,
  xcr_attribute15                   = p_rec.xcr_attribute15,
  xcr_attribute16                   = p_rec.xcr_attribute16,
  xcr_attribute17                   = p_rec.xcr_attribute17,
  xcr_attribute18                   = p_rec.xcr_attribute18,
  xcr_attribute19                   = p_rec.xcr_attribute19,
  xcr_attribute20                   = p_rec.xcr_attribute20,
  xcr_attribute21                   = p_rec.xcr_attribute21,
  xcr_attribute22                   = p_rec.xcr_attribute22,
  xcr_attribute23                   = p_rec.xcr_attribute23,
  xcr_attribute24                   = p_rec.xcr_attribute24,
  xcr_attribute25                   = p_rec.xcr_attribute25,
  xcr_attribute26                   = p_rec.xcr_attribute26,
  xcr_attribute27                   = p_rec.xcr_attribute27,
  xcr_attribute28                   = p_rec.xcr_attribute28,
  xcr_attribute29                   = p_rec.xcr_attribute29,
  xcr_attribute30                   = p_rec.xcr_attribute30,
  ext_global_flag                   = p_rec.ext_global_flag,
  last_update_date                  = p_rec.last_update_date,
  last_updated_by                   = p_rec.last_updated_by,
  last_update_login                 = p_rec.last_update_login,
  object_version_number             = p_rec.object_version_number
  where ext_crit_prfl_id = p_rec.ext_crit_prfl_id;
Line: 136

End update_dml;
Line: 170

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

    ben_xcr_rku.after_update
      (
  p_ext_crit_prfl_id              =>p_rec.ext_crit_prfl_id
 ,p_name                          =>p_rec.name
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_legislation_code              =>p_rec.legislation_code
 ,p_xcr_attribute_category        =>p_rec.xcr_attribute_category
 ,p_xcr_attribute1                =>p_rec.xcr_attribute1
 ,p_xcr_attribute2                =>p_rec.xcr_attribute2
 ,p_xcr_attribute3                =>p_rec.xcr_attribute3
 ,p_xcr_attribute4                =>p_rec.xcr_attribute4
 ,p_xcr_attribute5                =>p_rec.xcr_attribute5
 ,p_xcr_attribute6                =>p_rec.xcr_attribute6
 ,p_xcr_attribute7                =>p_rec.xcr_attribute7
 ,p_xcr_attribute8                =>p_rec.xcr_attribute8
 ,p_xcr_attribute9                =>p_rec.xcr_attribute9
 ,p_xcr_attribute10               =>p_rec.xcr_attribute10
 ,p_xcr_attribute11               =>p_rec.xcr_attribute11
 ,p_xcr_attribute12               =>p_rec.xcr_attribute12
 ,p_xcr_attribute13               =>p_rec.xcr_attribute13
 ,p_xcr_attribute14               =>p_rec.xcr_attribute14
 ,p_xcr_attribute15               =>p_rec.xcr_attribute15
 ,p_xcr_attribute16               =>p_rec.xcr_attribute16
 ,p_xcr_attribute17               =>p_rec.xcr_attribute17
 ,p_xcr_attribute18               =>p_rec.xcr_attribute18
 ,p_xcr_attribute19               =>p_rec.xcr_attribute19
 ,p_xcr_attribute20               =>p_rec.xcr_attribute20
 ,p_xcr_attribute21               =>p_rec.xcr_attribute21
 ,p_xcr_attribute22               =>p_rec.xcr_attribute22
 ,p_xcr_attribute23               =>p_rec.xcr_attribute23
 ,p_xcr_attribute24               =>p_rec.xcr_attribute24
 ,p_xcr_attribute25               =>p_rec.xcr_attribute25
 ,p_xcr_attribute26               =>p_rec.xcr_attribute26
 ,p_xcr_attribute27               =>p_rec.xcr_attribute27
 ,p_xcr_attribute28               =>p_rec.xcr_attribute28
 ,p_xcr_attribute29               =>p_rec.xcr_attribute29
 ,p_xcr_attribute30               =>p_rec.xcr_attribute30
 ,p_ext_global_flag               =>p_rec.ext_global_flag
 ,p_object_version_number         =>p_rec.object_version_number
 ,p_name_o                        =>ben_xcr_shd.g_old_rec.name
 ,p_business_group_id_o           =>ben_xcr_shd.g_old_rec.business_group_id
 ,p_legislation_code_o            =>ben_xcr_shd.g_old_rec.legislation_code
 ,p_xcr_attribute_category_o      =>ben_xcr_shd.g_old_rec.xcr_attribute_category
 ,p_xcr_attribute1_o              =>ben_xcr_shd.g_old_rec.xcr_attribute1
 ,p_xcr_attribute2_o              =>ben_xcr_shd.g_old_rec.xcr_attribute2
 ,p_xcr_attribute3_o              =>ben_xcr_shd.g_old_rec.xcr_attribute3
 ,p_xcr_attribute4_o              =>ben_xcr_shd.g_old_rec.xcr_attribute4
 ,p_xcr_attribute5_o              =>ben_xcr_shd.g_old_rec.xcr_attribute5
 ,p_xcr_attribute6_o              =>ben_xcr_shd.g_old_rec.xcr_attribute6
 ,p_xcr_attribute7_o              =>ben_xcr_shd.g_old_rec.xcr_attribute7
 ,p_xcr_attribute8_o              =>ben_xcr_shd.g_old_rec.xcr_attribute8
 ,p_xcr_attribute9_o              =>ben_xcr_shd.g_old_rec.xcr_attribute9
 ,p_xcr_attribute10_o             =>ben_xcr_shd.g_old_rec.xcr_attribute10
 ,p_xcr_attribute11_o             =>ben_xcr_shd.g_old_rec.xcr_attribute11
 ,p_xcr_attribute12_o             =>ben_xcr_shd.g_old_rec.xcr_attribute12
 ,p_xcr_attribute13_o             =>ben_xcr_shd.g_old_rec.xcr_attribute13
 ,p_xcr_attribute14_o             =>ben_xcr_shd.g_old_rec.xcr_attribute14
 ,p_xcr_attribute15_o             =>ben_xcr_shd.g_old_rec.xcr_attribute15
 ,p_xcr_attribute16_o             =>ben_xcr_shd.g_old_rec.xcr_attribute16
 ,p_xcr_attribute17_o             =>ben_xcr_shd.g_old_rec.xcr_attribute17
 ,p_xcr_attribute18_o             =>ben_xcr_shd.g_old_rec.xcr_attribute18
 ,p_xcr_attribute19_o             =>ben_xcr_shd.g_old_rec.xcr_attribute19
 ,p_xcr_attribute20_o             =>ben_xcr_shd.g_old_rec.xcr_attribute20
 ,p_xcr_attribute21_o             =>ben_xcr_shd.g_old_rec.xcr_attribute21
 ,p_xcr_attribute22_o             =>ben_xcr_shd.g_old_rec.xcr_attribute22
 ,p_xcr_attribute23_o             =>ben_xcr_shd.g_old_rec.xcr_attribute23
 ,p_xcr_attribute24_o             =>ben_xcr_shd.g_old_rec.xcr_attribute24
 ,p_xcr_attribute25_o             =>ben_xcr_shd.g_old_rec.xcr_attribute25
 ,p_xcr_attribute26_o             =>ben_xcr_shd.g_old_rec.xcr_attribute26
 ,p_xcr_attribute27_o             =>ben_xcr_shd.g_old_rec.xcr_attribute27
 ,p_xcr_attribute28_o             =>ben_xcr_shd.g_old_rec.xcr_attribute28
 ,p_xcr_attribute29_o             =>ben_xcr_shd.g_old_rec.xcr_attribute29
 ,p_xcr_attribute30_o             =>ben_xcr_shd.g_old_rec.xcr_attribute30
 ,p_ext_global_flag_o             =>ben_xcr_shd.g_old_rec.ext_global_flag
 ,p_object_version_number_o       =>ben_xcr_shd.g_old_rec.object_version_number
      );
Line: 315

End post_update;
Line: 548

  ben_xcr_bus.update_validate(p_rec);
Line: 552

  pre_update(p_rec);
Line: 556

  update_dml(p_rec);
Line: 560

  post_update(p_rec);
Line: 604

  p_last_update_date             in date             default hr_api.g_date,
  p_creation_date                in date             default hr_api.g_date,
  p_last_updated_by              in number           default hr_api.g_number,
  p_last_update_login            in number           default hr_api.g_number,
  p_created_by                   in number           default hr_api.g_number,
  p_object_version_number        in out nocopy number
  ) is
--
  l_rec	  ben_xcr_shd.g_rec_type;
Line: 660

  p_last_update_date ,
  p_creation_date    ,
  p_last_updated_by  ,
  p_last_update_login,
  p_created_by       ,
  p_object_version_number
  );