DBA Data[Home] [Help]

APPS.BEN_XDF_DEL SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 20

PROCEDURE delete_app_ownerships(p_pk_column  IN  varchar2
                               ,p_pk_value   IN  varchar2) IS
--
BEGIN
  --
  IF (hr_startup_data_api_support.return_startup_mode
                           IN ('STARTUP','GENERIC')) THEN
     --
     DELETE FROM hr_application_ownerships
      WHERE key_name = p_pk_column
        AND key_value = p_pk_value;
Line: 33

END delete_app_ownerships;
Line: 38

PROCEDURE delete_app_ownerships(p_pk_column IN varchar2
                               ,p_pk_value  IN number) IS
--
BEGIN
  delete_app_ownerships(p_pk_column, to_char(p_pk_value));
Line: 43

END delete_app_ownerships;
Line: 86

Procedure delete_dml(p_rec in ben_xdf_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'delete_dml';
Line: 97

  delete from ben_ext_dfn
  where ext_dfn_id = p_rec.ext_dfn_id;
Line: 113

End delete_dml;
Line: 147

Procedure pre_delete(p_rec in ben_xdf_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'pre_delete';
Line: 155

End pre_delete;
Line: 189

Procedure post_delete(
p_effective_date in date,p_rec in ben_xdf_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_delete';
Line: 197

  delete_app_ownerships('EXT_DFN_ID', p_rec.ext_dfn_id);
Line: 203

    ben_xdf_rkd.after_delete
      (
  p_ext_dfn_id                    =>p_rec.ext_dfn_id
 ,p_name_o                        =>ben_xdf_shd.g_old_rec.name
 ,p_xml_tag_name_o                =>ben_xdf_shd.g_old_rec.xml_tag_name
 ,p_xdo_template_id_o               =>ben_xdf_shd.g_old_rec.xdo_template_id
 ,p_data_typ_cd_o                 =>ben_xdf_shd.g_old_rec.data_typ_cd
 ,p_ext_typ_cd_o                  =>ben_xdf_shd.g_old_rec.ext_typ_cd
 ,p_output_name_o                 =>ben_xdf_shd.g_old_rec.output_name
 ,p_output_type_o                 =>ben_xdf_shd.g_old_rec.output_type
 ,p_apnd_rqst_id_flag_o           =>ben_xdf_shd.g_old_rec.apnd_rqst_id_flag
 ,p_prmy_sort_cd_o                =>ben_xdf_shd.g_old_rec.prmy_sort_cd
 ,p_scnd_sort_cd_o                =>ben_xdf_shd.g_old_rec.scnd_sort_cd
 ,p_strt_dt_o                     =>ben_xdf_shd.g_old_rec.strt_dt
 ,p_end_dt_o                      =>ben_xdf_shd.g_old_rec.end_dt
 ,p_ext_crit_prfl_id_o            =>ben_xdf_shd.g_old_rec.ext_crit_prfl_id
 ,p_ext_file_id_o                 =>ben_xdf_shd.g_old_rec.ext_file_id
 ,p_business_group_id_o           =>ben_xdf_shd.g_old_rec.business_group_id
 ,p_legislation_code_o            =>ben_xdf_shd.g_old_rec.legislation_code
 ,p_xdf_attribute_category_o      =>ben_xdf_shd.g_old_rec.xdf_attribute_category
 ,p_xdf_attribute1_o              =>ben_xdf_shd.g_old_rec.xdf_attribute1
 ,p_xdf_attribute2_o              =>ben_xdf_shd.g_old_rec.xdf_attribute2
 ,p_xdf_attribute3_o              =>ben_xdf_shd.g_old_rec.xdf_attribute3
 ,p_xdf_attribute4_o              =>ben_xdf_shd.g_old_rec.xdf_attribute4
 ,p_xdf_attribute5_o              =>ben_xdf_shd.g_old_rec.xdf_attribute5
 ,p_xdf_attribute6_o              =>ben_xdf_shd.g_old_rec.xdf_attribute6
 ,p_xdf_attribute7_o              =>ben_xdf_shd.g_old_rec.xdf_attribute7
 ,p_xdf_attribute8_o              =>ben_xdf_shd.g_old_rec.xdf_attribute8
 ,p_xdf_attribute9_o              =>ben_xdf_shd.g_old_rec.xdf_attribute9
 ,p_xdf_attribute10_o             =>ben_xdf_shd.g_old_rec.xdf_attribute10
 ,p_xdf_attribute11_o             =>ben_xdf_shd.g_old_rec.xdf_attribute11
 ,p_xdf_attribute12_o             =>ben_xdf_shd.g_old_rec.xdf_attribute12
 ,p_xdf_attribute13_o             =>ben_xdf_shd.g_old_rec.xdf_attribute13
 ,p_xdf_attribute14_o             =>ben_xdf_shd.g_old_rec.xdf_attribute14
 ,p_xdf_attribute15_o             =>ben_xdf_shd.g_old_rec.xdf_attribute15
 ,p_xdf_attribute16_o             =>ben_xdf_shd.g_old_rec.xdf_attribute16
 ,p_xdf_attribute17_o             =>ben_xdf_shd.g_old_rec.xdf_attribute17
 ,p_xdf_attribute18_o             =>ben_xdf_shd.g_old_rec.xdf_attribute18
 ,p_xdf_attribute19_o             =>ben_xdf_shd.g_old_rec.xdf_attribute19
 ,p_xdf_attribute20_o             =>ben_xdf_shd.g_old_rec.xdf_attribute20
 ,p_xdf_attribute21_o             =>ben_xdf_shd.g_old_rec.xdf_attribute21
 ,p_xdf_attribute22_o             =>ben_xdf_shd.g_old_rec.xdf_attribute22
 ,p_xdf_attribute23_o             =>ben_xdf_shd.g_old_rec.xdf_attribute23
 ,p_xdf_attribute24_o             =>ben_xdf_shd.g_old_rec.xdf_attribute24
 ,p_xdf_attribute25_o             =>ben_xdf_shd.g_old_rec.xdf_attribute25
 ,p_xdf_attribute26_o             =>ben_xdf_shd.g_old_rec.xdf_attribute26
 ,p_xdf_attribute27_o             =>ben_xdf_shd.g_old_rec.xdf_attribute27
 ,p_xdf_attribute28_o             =>ben_xdf_shd.g_old_rec.xdf_attribute28
 ,p_xdf_attribute29_o             =>ben_xdf_shd.g_old_rec.xdf_attribute29
 ,p_xdf_attribute30_o             =>ben_xdf_shd.g_old_rec.xdf_attribute30
 ,p_object_version_number_o       =>ben_xdf_shd.g_old_rec.object_version_number
 ,p_drctry_name_o                 =>ben_xdf_shd.g_old_rec.drctry_name
 ,p_kickoff_wrt_prc_flag_o        =>ben_xdf_shd.g_old_rec.kickoff_wrt_prc_flag
 ,p_upd_cm_sent_dt_flag_o         =>ben_xdf_shd.g_old_rec.upd_cm_sent_dt_flag
 ,p_spcl_hndl_flag_o              =>ben_xdf_shd.g_old_rec.spcl_hndl_flag
 ,p_ext_global_flag_o             =>ben_xdf_shd.g_old_rec.ext_global_flag
 ,p_cm_display_flag_o             =>ben_xdf_shd.g_old_rec.cm_display_flag
 ,p_use_eff_dt_for_chgs_flag_o    =>ben_xdf_shd.g_old_rec.use_eff_dt_for_chgs_flag
 ,p_ext_post_prcs_rl_o            =>ben_xdf_shd.g_old_rec.ext_post_prcs_rl
      );
Line: 278

End post_delete;
Line: 304

  ben_xdf_bus.delete_validate(p_rec
  ,p_effective_date);
Line: 309

  pre_delete(p_rec);
Line: 313

  delete_dml(p_rec);
Line: 317

  post_delete(
p_effective_date,p_rec);