DBA Data[Home] [Help]

APPS.HR_TPP_DEL SQL Statements

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

Line: 51

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

  delete from hr_tab_page_properties_b
  where tab_page_property_id = p_rec.tab_page_property_id;
Line: 100

End delete_dml;
Line: 134

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

End pre_delete;
Line: 176

Procedure post_delete(p_rec in hr_tpp_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_delete';
Line: 184

    hr_tpp_rkd.after_delete
      (p_tab_page_property_id
      => p_rec.tab_page_property_id
      ,p_object_version_number_o
      => hr_tpp_shd.g_old_rec.object_version_number
      ,p_form_tab_page_id_o
      => hr_tpp_shd.g_old_rec.form_tab_page_id
      ,p_template_tab_page_id_o
      => hr_tpp_shd.g_old_rec.template_tab_page_id
      ,p_navigation_direction_o
      => hr_tpp_shd.g_old_rec.navigation_direction
      ,p_visible_o
      => hr_tpp_shd.g_old_rec.visible
      ,p_information_category_o
      => hr_tpp_shd.g_old_rec.information_category
      ,p_information1_o
      => hr_tpp_shd.g_old_rec.information1
      ,p_information2_o
      => hr_tpp_shd.g_old_rec.information2
      ,p_information3_o
      => hr_tpp_shd.g_old_rec.information3
      ,p_information4_o
      => hr_tpp_shd.g_old_rec.information4
      ,p_information5_o
      => hr_tpp_shd.g_old_rec.information5
      ,p_information6_o
      => hr_tpp_shd.g_old_rec.information6
      ,p_information7_o
      => hr_tpp_shd.g_old_rec.information7
      ,p_information8_o
      => hr_tpp_shd.g_old_rec.information8
      ,p_information9_o
      => hr_tpp_shd.g_old_rec.information9
      ,p_information10_o
      => hr_tpp_shd.g_old_rec.information10
      ,p_information11_o
      => hr_tpp_shd.g_old_rec.information11
      ,p_information12_o
      => hr_tpp_shd.g_old_rec.information12
      ,p_information13_o
      => hr_tpp_shd.g_old_rec.information13
      ,p_information14_o
      => hr_tpp_shd.g_old_rec.information14
      ,p_information15_o
      => hr_tpp_shd.g_old_rec.information15
      ,p_information16_o
      => hr_tpp_shd.g_old_rec.information16
      ,p_information17_o
      => hr_tpp_shd.g_old_rec.information17
      ,p_information18_o
      => hr_tpp_shd.g_old_rec.information18
      ,p_information19_o
      => hr_tpp_shd.g_old_rec.information19
      ,p_information20_o
      => hr_tpp_shd.g_old_rec.information20
      ,p_information21_o
      => hr_tpp_shd.g_old_rec.information21
      ,p_information22_o
      => hr_tpp_shd.g_old_rec.information22
      ,p_information23_o
      => hr_tpp_shd.g_old_rec.information23
      ,p_information24_o
      => hr_tpp_shd.g_old_rec.information24
      ,p_information25_o
      => hr_tpp_shd.g_old_rec.information25
      ,p_information26_o
      => hr_tpp_shd.g_old_rec.information26
      ,p_information27_o
      => hr_tpp_shd.g_old_rec.information27
      ,p_information28_o
      => hr_tpp_shd.g_old_rec.information28
      ,p_information29_o
      => hr_tpp_shd.g_old_rec.information29
      ,p_information30_o
      => hr_tpp_shd.g_old_rec.information30
      );
Line: 272

End post_delete;
Line: 295

  hr_tpp_bus.delete_validate(p_rec);
Line: 299

  hr_tpp_del.pre_delete(p_rec);
Line: 303

  hr_tpp_del.delete_dml(p_rec);
Line: 307

  hr_tpp_del.post_delete(p_rec);