DBA Data[Home] [Help]

APPS.HR_PDT_DEL SQL Statements

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

Line: 51

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

  delete from hr_person_deployments
  where person_deployment_id = p_rec.person_deployment_id;
Line: 80

End delete_dml;
Line: 114

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

End pre_delete;
Line: 156

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

    hr_pdt_rkd.after_delete
      (p_person_deployment_id
      => p_rec.person_deployment_id
      ,p_object_version_number_o
      => hr_pdt_shd.g_old_rec.object_version_number
      ,p_from_business_group_id_o
      => hr_pdt_shd.g_old_rec.from_business_group_id
      ,p_to_business_group_id_o
      => hr_pdt_shd.g_old_rec.to_business_group_id
      ,p_from_person_id_o
      => hr_pdt_shd.g_old_rec.from_person_id
      ,p_to_person_id_o
      => hr_pdt_shd.g_old_rec.to_person_id
      ,p_person_type_id_o
      => hr_pdt_shd.g_old_rec.person_type_id
      ,p_start_date_o
      => hr_pdt_shd.g_old_rec.start_date
      ,p_end_date_o
      => hr_pdt_shd.g_old_rec.end_date
      ,p_deployment_reason_o
      => hr_pdt_shd.g_old_rec.deployment_reason
      ,p_employee_number_o
      => hr_pdt_shd.g_old_rec.employee_number
      ,p_leaving_reason_o
      => hr_pdt_shd.g_old_rec.leaving_reason
      ,p_leaving_person_type_id_o
      => hr_pdt_shd.g_old_rec.leaving_person_type_id
      ,p_permanent_o
      => hr_pdt_shd.g_old_rec.permanent
      ,p_status_o
      => hr_pdt_shd.g_old_rec.status
      ,p_status_change_reason_o
      => hr_pdt_shd.g_old_rec.status_change_reason
      ,p_status_change_date_o
      => hr_pdt_shd.g_old_rec.status_change_date
      ,p_deplymt_policy_id_o
      => hr_pdt_shd.g_old_rec.deplymt_policy_id
      ,p_organization_id_o
      => hr_pdt_shd.g_old_rec.organization_id
      ,p_location_id_o
      => hr_pdt_shd.g_old_rec.location_id
      ,p_job_id_o
      => hr_pdt_shd.g_old_rec.job_id
      ,p_position_id_o
      => hr_pdt_shd.g_old_rec.position_id
      ,p_grade_id_o
      => hr_pdt_shd.g_old_rec.grade_id
      ,p_supervisor_id_o
      => hr_pdt_shd.g_old_rec.supervisor_id
      ,p_supervisor_assignment_id_o
      => hr_pdt_shd.g_old_rec.supervisor_assignment_id
      ,p_retain_direct_reports_o
      => hr_pdt_shd.g_old_rec.retain_direct_reports
      ,p_payroll_id_o
      => hr_pdt_shd.g_old_rec.payroll_id
      ,p_pay_basis_id_o
      => hr_pdt_shd.g_old_rec.pay_basis_id
      ,p_proposed_salary_o
      => hr_pdt_shd.g_old_rec.proposed_salary
      ,p_people_group_id_o
      => hr_pdt_shd.g_old_rec.people_group_id
      ,p_soft_coding_keyflex_id_o
      => hr_pdt_shd.g_old_rec.soft_coding_keyflex_id
      ,p_assignment_status_type_id_o
      => hr_pdt_shd.g_old_rec.assignment_status_type_id
      ,p_ass_status_change_reason_o
      => hr_pdt_shd.g_old_rec.ass_status_change_reason
      ,p_assignment_category_o
      => hr_pdt_shd.g_old_rec.assignment_category
      ,p_per_information_category_o
      => hr_pdt_shd.g_old_rec.per_information_category
      ,p_per_information1_o
      => hr_pdt_shd.g_old_rec.per_information1
      ,p_per_information2_o
      => hr_pdt_shd.g_old_rec.per_information2
      ,p_per_information3_o
      => hr_pdt_shd.g_old_rec.per_information3
      ,p_per_information4_o
      => hr_pdt_shd.g_old_rec.per_information4
      ,p_per_information5_o
      => hr_pdt_shd.g_old_rec.per_information5
      ,p_per_information6_o
      => hr_pdt_shd.g_old_rec.per_information6
      ,p_per_information7_o
      => hr_pdt_shd.g_old_rec.per_information7
      ,p_per_information8_o
      => hr_pdt_shd.g_old_rec.per_information8
      ,p_per_information9_o
      => hr_pdt_shd.g_old_rec.per_information9
      ,p_per_information10_o
      => hr_pdt_shd.g_old_rec.per_information10
      ,p_per_information11_o
      => hr_pdt_shd.g_old_rec.per_information11
      ,p_per_information12_o
      => hr_pdt_shd.g_old_rec.per_information12
      ,p_per_information13_o
      => hr_pdt_shd.g_old_rec.per_information13
      ,p_per_information14_o
      => hr_pdt_shd.g_old_rec.per_information14
      ,p_per_information15_o
      => hr_pdt_shd.g_old_rec.per_information15
      ,p_per_information16_o
      => hr_pdt_shd.g_old_rec.per_information16
      ,p_per_information17_o
      => hr_pdt_shd.g_old_rec.per_information17
      ,p_per_information18_o
      => hr_pdt_shd.g_old_rec.per_information18
      ,p_per_information19_o
      => hr_pdt_shd.g_old_rec.per_information19
      ,p_per_information20_o
      => hr_pdt_shd.g_old_rec.per_information20
      ,p_per_information21_o
      => hr_pdt_shd.g_old_rec.per_information21
      ,p_per_information22_o
      => hr_pdt_shd.g_old_rec.per_information22
      ,p_per_information23_o
      => hr_pdt_shd.g_old_rec.per_information23
      ,p_per_information24_o
      => hr_pdt_shd.g_old_rec.per_information24
      ,p_per_information25_o
      => hr_pdt_shd.g_old_rec.per_information25
      ,p_per_information26_o
      => hr_pdt_shd.g_old_rec.per_information26
      ,p_per_information27_o
      => hr_pdt_shd.g_old_rec.per_information27
      ,p_per_information28_o
      => hr_pdt_shd.g_old_rec.per_information28
      ,p_per_information29_o
      => hr_pdt_shd.g_old_rec.per_information29
      ,p_per_information30_o
      => hr_pdt_shd.g_old_rec.per_information30
      );
Line: 308

End post_delete;
Line: 331

  hr_pdt_bus.delete_validate(p_rec);
Line: 338

  hr_pdt_del.pre_delete(p_rec);
Line: 342

  hr_pdt_del.delete_dml(p_rec);
Line: 346

  hr_pdt_del.post_delete(p_rec);