DBA Data[Home] [Help]

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

  update ben_eligy_criteria
  set
   eligy_criteria_id                =    p_rec.eligy_criteria_id
  ,name                             = 	 p_rec.name
  ,short_code                       = 	 p_rec.short_code
  ,description                      = 	 p_rec.description
  ,criteria_type		    = 	 p_rec.criteria_type
  ,crit_col1_val_type_cd	    = 	 p_rec.crit_col1_val_type_cd
  ,crit_col1_datatype	      	    = 	 p_rec.crit_col1_datatype
  ,col1_lookup_type		    = 	 p_rec.col1_lookup_type
  ,col1_value_set_id          	    = 	 p_rec.col1_value_set_id
  ,access_table_name1         	    = 	 p_rec.access_table_name1
  ,access_column_name1	      	    = 	 p_rec.access_column_name1
  ,time_entry_access_table_name1    = 	 p_rec.time_entry_access_tab_nam1
  ,time_entry_access_col_name1 	    = 	 p_rec.time_entry_access_col_nam1
  ,crit_col2_val_type_cd	    = 	 p_rec.crit_col2_val_type_cd
  ,crit_col2_datatype	      	    = 	 p_rec.crit_col2_datatype
  ,col2_lookup_type		    = 	 p_rec.col2_lookup_type
  ,col2_value_set_id          	    = 	 p_rec.col2_value_set_id
  ,access_table_name2	      	    = 	 p_rec.access_table_name2
  ,access_column_name2	      	    = 	 p_rec.access_column_name2
  ,time_entry_access_table_name2     = 	 p_rec.time_entry_access_tab_nam2
  ,time_entry_access_col_name2 	    = 	 p_rec.time_entry_access_col_nam2
  ,access_calc_rule		    = 	 p_rec.access_calc_rule
  ,allow_range_validation_flag 	    = 	 p_rec.allow_range_validation_flg
  ,user_defined_flag          	    = 	 p_rec.user_defined_flag
  ,business_group_id 	      	    = 	 p_rec.business_group_id
  ,legislation_code 	      	    = 	 p_rec.legislation_code
  ,egl_attribute_category           = 	 p_rec.egl_attribute_category
  ,egl_attribute1                   = 	 p_rec.egl_attribute1
  ,egl_attribute2                   = 	 p_rec.egl_attribute2
  ,egl_attribute3                   = 	 p_rec.egl_attribute3
  ,egl_attribute4                   = 	 p_rec.egl_attribute4
  ,egl_attribute5                   = 	 p_rec.egl_attribute5
  ,egl_attribute6                   = 	 p_rec.egl_attribute6
  ,egl_attribute7                   = 	 p_rec.egl_attribute7
  ,egl_attribute8                   = 	 p_rec.egl_attribute8
  ,egl_attribute9                   = 	 p_rec.egl_attribute9
  ,egl_attribute10                  = 	 p_rec.egl_attribute10
  ,egl_attribute11                  = 	 p_rec.egl_attribute11
  ,egl_attribute12                  = 	 p_rec.egl_attribute12
  ,egl_attribute13                  = 	 p_rec.egl_attribute13
  ,egl_attribute14                  = 	 p_rec.egl_attribute14
  ,egl_attribute15                  = 	 p_rec.egl_attribute15
  ,egl_attribute16                  = 	 p_rec.egl_attribute16
  ,egl_attribute17                  = 	 p_rec.egl_attribute17
  ,egl_attribute18                  = 	 p_rec.egl_attribute18
  ,egl_attribute19                  = 	 p_rec.egl_attribute19
  ,egl_attribute20                  = 	 p_rec.egl_attribute20
  ,egl_attribute21                  = 	 p_rec.egl_attribute21
  ,egl_attribute22                  = 	 p_rec.egl_attribute22
  ,egl_attribute23                  = 	 p_rec.egl_attribute23
  ,egl_attribute24                  = 	 p_rec.egl_attribute24
  ,egl_attribute25                  = 	 p_rec.egl_attribute25
  ,egl_attribute26                  = 	 p_rec.egl_attribute26
  ,egl_attribute27                  =	 p_rec.egl_attribute27
  ,egl_attribute28                  =	 p_rec.egl_attribute28
  ,egl_attribute29                  =	 p_rec.egl_attribute29
  ,egl_attribute30                  =	 p_rec.egl_attribute30
  ,object_version_number            =	 p_rec.object_version_number
  ,allow_range_validation_flag2     = 	 p_rec.allow_range_validation_flag2
  ,access_calc_rule2		    = 	 p_rec.access_calc_rule2
  ,time_access_calc_rule1	    = 	 p_rec.time_access_calc_rule1
  ,time_access_calc_rule2	    = 	 p_rec.time_access_calc_rule2


  where eligy_criteria_id = p_rec.eligy_criteria_id;
Line: 160

End update_dml;
Line: 194

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

End pre_update;
Line: 236

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

    ben_egl_rku.after_update
  (
   p_eligy_criteria_id                =>         p_rec.eligy_criteria_id
  ,p_name                             => 	 p_rec.name
  ,p_short_code                       => 	 p_rec.short_code
  ,p_description                      => 	 p_rec.description
  ,p_criteria_type		      => 	 p_rec.criteria_type
  ,p_crit_col1_val_type_cd	      => 	 p_rec.crit_col1_val_type_cd
  ,p_crit_col1_datatype	      	      => 	 p_rec.crit_col1_datatype
  ,p_col1_lookup_type		      => 	 p_rec.col1_lookup_type
  ,p_col1_value_set_id                => 	 p_rec.col1_value_set_id
  ,p_access_table_name1               => 	 p_rec.access_table_name1
  ,p_access_column_name1	      => 	 p_rec.access_column_name1
  ,p_time_entry_access_tab_nam1       => 	 p_rec.time_entry_access_tab_nam1
  ,p_time_entry_access_col_nam1       => 	 p_rec.time_entry_access_col_nam1
  ,p_crit_col2_val_type_cd	      => 	 p_rec.crit_col2_val_type_cd
  ,p_crit_col2_datatype	      	      => 	 p_rec.crit_col2_datatype
  ,p_col2_lookup_type		      => 	 p_rec.col2_lookup_type
  ,p_col2_value_set_id                => 	 p_rec.col2_value_set_id
  ,p_access_table_name2	      	      => 	 p_rec.access_table_name2
  ,p_access_column_name2	      => 	 p_rec.access_column_name2
  ,p_time_entry_access_tab_nam2       => 	 p_rec.time_entry_access_tab_nam2
  ,p_time_entry_access_col_nam2       => 	 p_rec.time_entry_access_col_nam2
  ,p_access_calc_rule		      => 	 p_rec.access_calc_rule
  ,p_allow_range_validation_flg       => 	 p_rec.allow_range_validation_flg
  ,p_user_defined_flag                => 	 p_rec.user_defined_flag
  ,p_business_group_id 	      	      => 	 p_rec.business_group_id
  ,p_legislation_code 	      	      => 	 p_rec.legislation_code
  ,p_egl_attribute_category           => 	 p_rec.egl_attribute_category
  ,p_egl_attribute1                   => 	 p_rec.egl_attribute1
  ,p_egl_attribute2                   => 	 p_rec.egl_attribute2
  ,p_egl_attribute3                   => 	 p_rec.egl_attribute3
  ,p_egl_attribute4                   => 	 p_rec.egl_attribute4
  ,p_egl_attribute5                   => 	 p_rec.egl_attribute5
  ,p_egl_attribute6                   => 	 p_rec.egl_attribute6
  ,p_egl_attribute7                   => 	 p_rec.egl_attribute7
  ,p_egl_attribute8                   => 	 p_rec.egl_attribute8
  ,p_egl_attribute9                   => 	 p_rec.egl_attribute9
  ,p_egl_attribute10                  => 	 p_rec.egl_attribute10
  ,p_egl_attribute11                  => 	 p_rec.egl_attribute11
  ,p_egl_attribute12                  => 	 p_rec.egl_attribute12
  ,p_egl_attribute13                  => 	 p_rec.egl_attribute13
  ,p_egl_attribute14                  => 	 p_rec.egl_attribute14
  ,p_egl_attribute15                  => 	 p_rec.egl_attribute15
  ,p_egl_attribute16                  => 	 p_rec.egl_attribute16
  ,p_egl_attribute17                  => 	 p_rec.egl_attribute17
  ,p_egl_attribute18                  => 	 p_rec.egl_attribute18
  ,p_egl_attribute19                  => 	 p_rec.egl_attribute19
  ,p_egl_attribute20                  => 	 p_rec.egl_attribute20
  ,p_egl_attribute21                  => 	 p_rec.egl_attribute21
  ,p_egl_attribute22                  => 	 p_rec.egl_attribute22
  ,p_egl_attribute23                  => 	 p_rec.egl_attribute23
  ,p_egl_attribute24                  => 	 p_rec.egl_attribute24
  ,p_egl_attribute25                  => 	 p_rec.egl_attribute25
  ,p_egl_attribute26                  => 	 p_rec.egl_attribute26
  ,p_egl_attribute27                  =>	 p_rec.egl_attribute27
  ,p_egl_attribute28                  =>	 p_rec.egl_attribute28
  ,p_egl_attribute29                  =>	 p_rec.egl_attribute29
  ,p_egl_attribute30                  =>	 p_rec.egl_attribute30
  ,p_object_version_number            =>	 p_rec.object_version_number
  ,p_effective_date   		      =>         p_effective_date
  ,p_allow_range_validation_flag2     => 	 p_rec.allow_range_validation_flag2
  ,p_access_calc_rule2		      => 	 p_rec.access_calc_rule2
  ,p_time_access_calc_rule1	      => 	 p_rec.time_access_calc_rule1
  ,p_time_access_calc_rule2	      => 	 p_rec.time_access_calc_rule2
  ,p_name_o                           =>         ben_egl_shd.g_old_rec.name
  ,p_short_code_o                     =>         ben_egl_shd.g_old_rec.short_code
  ,p_description_o                    =>         ben_egl_shd.g_old_rec.description
  ,p_criteria_type_o		      =>         ben_egl_shd.g_old_rec.criteria_type
  ,p_crit_col1_val_type_cd_o	      =>         ben_egl_shd.g_old_rec.crit_col1_val_type_cd
  ,p_crit_col1_datatype_o	      =>         ben_egl_shd.g_old_rec.crit_col1_datatype
  ,p_col1_lookup_type_o		      =>         ben_egl_shd.g_old_rec.col1_lookup_type
  ,p_col1_value_set_id_o              =>         ben_egl_shd.g_old_rec.col1_value_set_id
  ,p_access_table_name1_o             =>         ben_egl_shd.g_old_rec.access_table_name1
  ,p_access_column_name1_o	      =>         ben_egl_shd.g_old_rec.access_column_name1
  ,p_time_entry_access_tab_nam1_o     =>         ben_egl_shd.g_old_rec.time_entry_access_tab_nam1
  ,p_time_entry_access_col_nam1_o     =>         ben_egl_shd.g_old_rec.time_entry_access_col_nam1
  ,p_crit_col2_val_type_cd_o	      =>         ben_egl_shd.g_old_rec.crit_col2_val_type_cd
  ,p_crit_col2_datatype_o	      =>         ben_egl_shd.g_old_rec.crit_col2_datatype
  ,p_col2_lookup_type_o		      =>         ben_egl_shd.g_old_rec.col2_lookup_type
  ,p_col2_value_set_id_o              =>         ben_egl_shd.g_old_rec.col2_value_set_id
  ,p_access_table_name2_o	      =>         ben_egl_shd.g_old_rec.access_table_name2
  ,p_access_column_name2_o	      =>         ben_egl_shd.g_old_rec.access_column_name2
  ,p_time_entry_access_tab_nam2_o     =>         ben_egl_shd.g_old_rec.time_entry_access_tab_nam2
  ,p_time_entry_access_col_nam2_o     =>         ben_egl_shd.g_old_rec.time_entry_access_col_nam2
  ,p_access_calc_rule_o		      =>         ben_egl_shd.g_old_rec.access_calc_rule
  ,p_allow_range_validation_flg_o     =>         ben_egl_shd.g_old_rec.allow_range_validation_flg
  ,p_user_defined_flag_o              =>         ben_egl_shd.g_old_rec.user_defined_flag
  ,p_business_group_id_o 	      =>         ben_egl_shd.g_old_rec.business_group_id
  ,p_legislation_code_o 	      =>         ben_egl_shd.g_old_rec.legislation_code
  ,p_egl_attribute_category_o         =>         ben_egl_shd.g_old_rec.egl_attribute_category
  ,p_egl_attribute1_o                 =>         ben_egl_shd.g_old_rec.egl_attribute1
  ,p_egl_attribute2_o                 =>         ben_egl_shd.g_old_rec.egl_attribute2
  ,p_egl_attribute3_o                 =>         ben_egl_shd.g_old_rec.egl_attribute3
  ,p_egl_attribute4_o                 =>         ben_egl_shd.g_old_rec.egl_attribute4
  ,p_egl_attribute5_o                 =>         ben_egl_shd.g_old_rec.egl_attribute5
  ,p_egl_attribute6_o                 =>         ben_egl_shd.g_old_rec.egl_attribute6
  ,p_egl_attribute7_o                 =>         ben_egl_shd.g_old_rec.egl_attribute7
  ,p_egl_attribute8_o                 =>         ben_egl_shd.g_old_rec.egl_attribute8
  ,p_egl_attribute9_o                 =>         ben_egl_shd.g_old_rec.egl_attribute9
  ,p_egl_attribute10_o                =>         ben_egl_shd.g_old_rec.egl_attribute10
  ,p_egl_attribute11_o                =>         ben_egl_shd.g_old_rec.egl_attribute11
  ,p_egl_attribute12_o                =>         ben_egl_shd.g_old_rec.egl_attribute12
  ,p_egl_attribute13_o                =>         ben_egl_shd.g_old_rec.egl_attribute13
  ,p_egl_attribute14_o                =>         ben_egl_shd.g_old_rec.egl_attribute14
  ,p_egl_attribute15_o                =>         ben_egl_shd.g_old_rec.egl_attribute15
  ,p_egl_attribute16_o                =>         ben_egl_shd.g_old_rec.egl_attribute16
  ,p_egl_attribute17_o                =>         ben_egl_shd.g_old_rec.egl_attribute17
  ,p_egl_attribute18_o                =>         ben_egl_shd.g_old_rec.egl_attribute18
  ,p_egl_attribute19_o                =>         ben_egl_shd.g_old_rec.egl_attribute19
  ,p_egl_attribute20_o                =>         ben_egl_shd.g_old_rec.egl_attribute20
  ,p_egl_attribute21_o                =>         ben_egl_shd.g_old_rec.egl_attribute21
  ,p_egl_attribute22_o                =>         ben_egl_shd.g_old_rec.egl_attribute22
  ,p_egl_attribute23_o                =>         ben_egl_shd.g_old_rec.egl_attribute23
  ,p_egl_attribute24_o                =>         ben_egl_shd.g_old_rec.egl_attribute24
  ,p_egl_attribute25_o                =>         ben_egl_shd.g_old_rec.egl_attribute25
  ,p_egl_attribute26_o                =>         ben_egl_shd.g_old_rec.egl_attribute26
  ,p_egl_attribute27_o                =>         ben_egl_shd.g_old_rec.egl_attribute27
  ,p_egl_attribute28_o                =>         ben_egl_shd.g_old_rec.egl_attribute28
  ,p_egl_attribute29_o                =>         ben_egl_shd.g_old_rec.egl_attribute29
  ,p_egl_attribute30_o                =>         ben_egl_shd.g_old_rec.egl_attribute30
  ,p_object_version_number_o          =>         ben_egl_shd.g_old_rec.object_version_number
  ,p_allw_range_validation_flg2_o     => 	 ben_egl_shd.g_old_rec.allow_range_validation_flag2
  ,p_access_calc_rule2_o              => 	 ben_egl_shd.g_old_rec.access_calc_rule2
  ,p_time_access_calc_rule1_o         => 	 ben_egl_shd.g_old_rec.time_access_calc_rule1
  ,p_time_access_calc_rule2_o         => 	 ben_egl_shd.g_old_rec.time_access_calc_rule2
   );
Line: 391

End post_update;
Line: 724

  ben_egl_bus.update_validate(p_rec,p_effective_date);
Line: 728

  pre_update(p_rec);
Line: 732

  update_dml(p_rec);
Line: 736

  post_update(p_rec,p_effective_date);