DBA Data[Home] [Help]

APPS.PER_QUA_DEL SQL Statements

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

Line: 51

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

  delete from per_qualifications
  where qualification_id = p_rec.qualification_id;
Line: 78

End delete_dml;
Line: 112

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

End pre_delete;
Line: 154

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

    per_qua_rkd.after_delete
      (
      p_qualification_id             => p_rec.qualification_id,
      p_business_group_id_o          => per_qua_shd.g_old_rec.business_group_id,
      p_person_id_o                  => per_qua_shd.g_old_rec.person_id,
      p_object_version_number_o      => per_qua_shd.g_old_rec.object_version_number,
      p_title_o                      => per_qua_shd.g_old_rec.title,
      p_grade_attained_o             => per_qua_shd.g_old_rec.grade_attained,
      p_status_o                     => per_qua_shd.g_old_rec.status,
      p_awarded_date_o               => per_qua_shd.g_old_rec.awarded_date,
      p_fee_o                        => per_qua_shd.g_old_rec.fee,
      p_fee_currency_o               => per_qua_shd.g_old_rec.fee_currency,
      p_training_completed_amount_o  => per_qua_shd.g_old_rec.training_completed_amount,
      p_reimbursement_arrangements_o => per_qua_shd.g_old_rec.reimbursement_arrangements,
      p_training_completed_units_o   => per_qua_shd.g_old_rec.training_completed_units,
      p_total_training_amount_o      => per_qua_shd.g_old_rec.total_training_amount,
      p_start_date_o                 => per_qua_shd.g_old_rec.start_date,
      p_end_date_o                   => per_qua_shd.g_old_rec.end_date,
      p_license_number_o             => per_qua_shd.g_old_rec.license_number,
      p_expiry_date_o                => per_qua_shd.g_old_rec.expiry_date,
      p_license_restrictions_o       => per_qua_shd.g_old_rec.license_restrictions,
      p_projected_completion_date_o  => per_qua_shd.g_old_rec.projected_completion_date,
      p_awarding_body_o              => per_qua_shd.g_old_rec.awarding_body,
      p_tuition_method_o             => per_qua_shd.g_old_rec.tuition_method,
      p_group_ranking_o              => per_qua_shd.g_old_rec.group_ranking,
      p_comments_o                   => per_qua_shd.g_old_rec.comments,
      p_qualification_type_id_o      => per_qua_shd.g_old_rec.qualification_type_id,
      p_attendance_id_o              => per_qua_shd.g_old_rec.attendance_id,
      p_attribute_category_o         => per_qua_shd.g_old_rec.attribute_category,
      p_attribute1_o                 => per_qua_shd.g_old_rec.attribute1,
      p_attribute2_o                 => per_qua_shd.g_old_rec.attribute2,
      p_attribute3_o                 => per_qua_shd.g_old_rec.attribute3,
      p_attribute4_o                 => per_qua_shd.g_old_rec.attribute4,
      p_attribute5_o                 => per_qua_shd.g_old_rec.attribute5,
      p_attribute6_o                 => per_qua_shd.g_old_rec.attribute6,
      p_attribute7_o                 => per_qua_shd.g_old_rec.attribute7,
      p_attribute8_o                 => per_qua_shd.g_old_rec.attribute8,
      p_attribute9_o                 => per_qua_shd.g_old_rec.attribute9,
      p_attribute10_o                => per_qua_shd.g_old_rec.attribute10,
      p_attribute11_o                => per_qua_shd.g_old_rec.attribute11,
      p_attribute12_o                => per_qua_shd.g_old_rec.attribute12,
      p_attribute13_o                => per_qua_shd.g_old_rec.attribute13,
      p_attribute14_o                => per_qua_shd.g_old_rec.attribute14,
      p_attribute15_o                => per_qua_shd.g_old_rec.attribute15,
      p_attribute16_o                => per_qua_shd.g_old_rec.attribute16,
      p_attribute17_o                => per_qua_shd.g_old_rec.attribute17,
      p_attribute18_o                => per_qua_shd.g_old_rec.attribute18,
      p_attribute19_o                => per_qua_shd.g_old_rec.attribute19,
      p_attribute20_o                => per_qua_shd.g_old_rec.attribute20,
      p_qua_information_category_o         => per_qua_shd.g_old_rec.qua_information_category,
      p_qua_information1_o                 => per_qua_shd.g_old_rec.qua_information1,
      p_qua_information2_o                 => per_qua_shd.g_old_rec.qua_information2,
      p_qua_information3_o                 => per_qua_shd.g_old_rec.qua_information3,
      p_qua_information4_o                 => per_qua_shd.g_old_rec.qua_information4,
      p_qua_information5_o                 => per_qua_shd.g_old_rec.qua_information5,
      p_qua_information6_o                 => per_qua_shd.g_old_rec.qua_information6,
      p_qua_information7_o                 => per_qua_shd.g_old_rec.qua_information7,
      p_qua_information8_o                 => per_qua_shd.g_old_rec.qua_information8,
      p_qua_information9_o                 => per_qua_shd.g_old_rec.qua_information9,
      p_qua_information10_o                => per_qua_shd.g_old_rec.qua_information10,
      p_qua_information11_o                => per_qua_shd.g_old_rec.qua_information11,
      p_qua_information12_o                => per_qua_shd.g_old_rec.qua_information12,
      p_qua_information13_o                => per_qua_shd.g_old_rec.qua_information13,
      p_qua_information14_o                => per_qua_shd.g_old_rec.qua_information14,
      p_qua_information15_o                => per_qua_shd.g_old_rec.qua_information15,
      p_qua_information16_o                => per_qua_shd.g_old_rec.qua_information16,
      p_qua_information17_o                => per_qua_shd.g_old_rec.qua_information17,
      p_qua_information18_o                => per_qua_shd.g_old_rec.qua_information18,
      p_qua_information19_o                => per_qua_shd.g_old_rec.qua_information19,
      p_qua_information20_o                => per_qua_shd.g_old_rec.qua_information20,
      p_professional_body_name_o     => per_qua_shd.g_old_rec.professional_body_name,
      p_membership_number_o          => per_qua_shd.g_old_rec.membership_number,
      p_membership_category_o        => per_qua_shd.g_old_rec.membership_category,
      p_subscription_payment_meth_o  => per_qua_shd.g_old_rec.subscription_payment_method,
      p_party_id_o                   => per_qua_shd.g_old_rec.party_id
      );
Line: 251

End post_delete;
Line: 286

  per_qua_bus.delete_validate(p_rec);
Line: 294

  pre_delete(p_rec);
Line: 298

  delete_dml(p_rec);
Line: 302

  post_delete(p_rec);