DBA Data[Home] [Help]

APPS.PQP_SHP_DEL SQL Statements

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

Line: 51

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

  delete from pqp_service_history_periods
  where service_history_period_id = p_rec.service_history_period_id;
Line: 80

End delete_dml;
Line: 114

Procedure pre_delete(p_rec in pqp_shp_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 pqp_shp_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_delete';
Line: 164

    pqp_shp_rkd.after_delete
      (p_service_history_period_id
      => p_rec.service_history_period_id
      ,p_business_group_id_o
      => pqp_shp_shd.g_old_rec.business_group_id
      ,p_assignment_id_o
      => pqp_shp_shd.g_old_rec.assignment_id
      ,p_start_date_o
      => pqp_shp_shd.g_old_rec.start_date
      ,p_end_date_o
      => pqp_shp_shd.g_old_rec.end_date
      ,p_employer_name_o
      => pqp_shp_shd.g_old_rec.employer_name
      ,p_employer_address_o
      => pqp_shp_shd.g_old_rec.employer_address
      ,p_employer_type_o
      => pqp_shp_shd.g_old_rec.employer_type
      ,p_employer_subtype_o
      => pqp_shp_shd.g_old_rec.employer_subtype
      ,p_period_years_o
      => pqp_shp_shd.g_old_rec.period_years
      ,p_period_days_o
      => pqp_shp_shd.g_old_rec.period_days
      ,p_description_o
      => pqp_shp_shd.g_old_rec.description
      ,p_continuous_service_o
      => pqp_shp_shd.g_old_rec.continuous_service
      ,p_all_assignments_o
      => pqp_shp_shd.g_old_rec.all_assignments
      ,p_object_version_number_o
      => pqp_shp_shd.g_old_rec.object_version_number
      ,p_shp_attribute_category_o
      => pqp_shp_shd.g_old_rec.shp_attribute_category
      ,p_shp_attribute1_o
      => pqp_shp_shd.g_old_rec.shp_attribute1
      ,p_shp_attribute2_o
      => pqp_shp_shd.g_old_rec.shp_attribute2
      ,p_shp_attribute3_o
      => pqp_shp_shd.g_old_rec.shp_attribute3
      ,p_shp_attribute4_o
      => pqp_shp_shd.g_old_rec.shp_attribute4
      ,p_shp_attribute5_o
      => pqp_shp_shd.g_old_rec.shp_attribute5
      ,p_shp_attribute6_o
      => pqp_shp_shd.g_old_rec.shp_attribute6
      ,p_shp_attribute7_o
      => pqp_shp_shd.g_old_rec.shp_attribute7
      ,p_shp_attribute8_o
      => pqp_shp_shd.g_old_rec.shp_attribute8
      ,p_shp_attribute9_o
      => pqp_shp_shd.g_old_rec.shp_attribute9
      ,p_shp_attribute10_o
      => pqp_shp_shd.g_old_rec.shp_attribute10
      ,p_shp_attribute11_o
      => pqp_shp_shd.g_old_rec.shp_attribute11
      ,p_shp_attribute12_o
      => pqp_shp_shd.g_old_rec.shp_attribute12
      ,p_shp_attribute13_o
      => pqp_shp_shd.g_old_rec.shp_attribute13
      ,p_shp_attribute14_o
      => pqp_shp_shd.g_old_rec.shp_attribute14
      ,p_shp_attribute15_o
      => pqp_shp_shd.g_old_rec.shp_attribute15
      ,p_shp_attribute16_o
      => pqp_shp_shd.g_old_rec.shp_attribute16
      ,p_shp_attribute17_o
      => pqp_shp_shd.g_old_rec.shp_attribute17
      ,p_shp_attribute18_o
      => pqp_shp_shd.g_old_rec.shp_attribute18
      ,p_shp_attribute19_o
      => pqp_shp_shd.g_old_rec.shp_attribute19
      ,p_shp_attribute20_o
      => pqp_shp_shd.g_old_rec.shp_attribute20
      ,p_shp_information_category_o
      => pqp_shp_shd.g_old_rec.shp_information_category
      ,p_shp_information1_o
      => pqp_shp_shd.g_old_rec.shp_information1
      ,p_shp_information2_o
      => pqp_shp_shd.g_old_rec.shp_information2
      ,p_shp_information3_o
      => pqp_shp_shd.g_old_rec.shp_information3
      ,p_shp_information4_o
      => pqp_shp_shd.g_old_rec.shp_information4
      ,p_shp_information5_o
      => pqp_shp_shd.g_old_rec.shp_information5
      ,p_shp_information6_o
      => pqp_shp_shd.g_old_rec.shp_information6
      ,p_shp_information7_o
      => pqp_shp_shd.g_old_rec.shp_information7
      ,p_shp_information8_o
      => pqp_shp_shd.g_old_rec.shp_information8
      ,p_shp_information9_o
      => pqp_shp_shd.g_old_rec.shp_information9
      ,p_shp_information10_o
      => pqp_shp_shd.g_old_rec.shp_information10
      ,p_shp_information11_o
      => pqp_shp_shd.g_old_rec.shp_information11
      ,p_shp_information12_o
      => pqp_shp_shd.g_old_rec.shp_information12
      ,p_shp_information13_o
      => pqp_shp_shd.g_old_rec.shp_information13
      ,p_shp_information14_o
      => pqp_shp_shd.g_old_rec.shp_information14
      ,p_shp_information15_o
      => pqp_shp_shd.g_old_rec.shp_information15
      ,p_shp_information16_o
      => pqp_shp_shd.g_old_rec.shp_information16
      ,p_shp_information17_o
      => pqp_shp_shd.g_old_rec.shp_information17
      ,p_shp_information18_o
      => pqp_shp_shd.g_old_rec.shp_information18
      ,p_shp_information19_o
      => pqp_shp_shd.g_old_rec.shp_information19
      ,p_shp_information20_o
      => pqp_shp_shd.g_old_rec.shp_information20
      );
Line: 292

End post_delete;
Line: 315

  pqp_shp_bus.delete_validate(p_rec);
Line: 319

  pqp_shp_del.pre_delete(p_rec);
Line: 323

  pqp_shp_del.delete_dml(p_rec);
Line: 327

  pqp_shp_del.post_delete(p_rec);