DBA Data[Home] [Help]

APPS.PQH_CPD_DEL SQL Statements

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

Line: 52

Procedure delete_dml
  (p_rec in pqh_cpd_shd.g_rec_type
  ) is
--
  l_proc  varchar2(72);
Line: 60

    l_proc := g_package||'delete_dml';
Line: 68

  delete from pqh_corps_definitions
  where corps_definition_id = p_rec.corps_definition_id;
Line: 86

End delete_dml;
Line: 120

Procedure pre_delete(p_rec in pqh_cpd_shd.g_rec_type) is
--
  l_proc  varchar2(72);
Line: 126

    l_proc :=  g_package||'pre_delete';
Line: 133

 End pre_delete;
Line: 167

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

     l_proc  := g_package||'post_delete';
Line: 178

    pqh_cpd_rkd.after_delete
      (p_corps_definition_id
      => p_rec.corps_definition_id
      ,p_business_group_id_o
      => pqh_cpd_shd.g_old_rec.business_group_id
      ,p_name_o
      => pqh_cpd_shd.g_old_rec.name
      ,p_status_cd_o
      => pqh_cpd_shd.g_old_rec.status_cd
      ,p_retirement_age_o
      => pqh_cpd_shd.g_old_rec.retirement_age
      ,p_category_cd_o
      => pqh_cpd_shd.g_old_rec.category_cd
      ,p_recruitment_end_date_o
      => pqh_cpd_shd.g_old_rec.recruitment_end_date
      ,p_corps_type_cd_o
      => pqh_cpd_shd.g_old_rec.corps_type_cd
      ,p_starting_grade_step_id_o
      => pqh_cpd_shd.g_old_rec.starting_grade_step_id
      ,p_task_desc_o
      => pqh_cpd_shd.g_old_rec.task_desc
      ,p_secondment_threshold_o
      => pqh_cpd_shd.g_old_rec.secondment_threshold
      ,p_normal_hours_o
      => pqh_cpd_shd.g_old_rec.normal_hours
      ,p_normal_hours_frequency_o
      => pqh_cpd_shd.g_old_rec.normal_hours_frequency
      ,p_minimum_hours_o
      => pqh_cpd_shd.g_old_rec.minimum_hours
      ,p_minimum_hours_frequency_o
      => pqh_cpd_shd.g_old_rec.minimum_hours_frequency
      ,p_attribute1_o
      => pqh_cpd_shd.g_old_rec.attribute1
      ,p_attribute2_o
      => pqh_cpd_shd.g_old_rec.attribute2
      ,p_attribute3_o
      => pqh_cpd_shd.g_old_rec.attribute3
      ,p_attribute4_o
      => pqh_cpd_shd.g_old_rec.attribute4
      ,p_attribute5_o
      => pqh_cpd_shd.g_old_rec.attribute5
      ,p_attribute6_o
      => pqh_cpd_shd.g_old_rec.attribute6
      ,p_attribute7_o
      => pqh_cpd_shd.g_old_rec.attribute7
      ,p_attribute8_o
      => pqh_cpd_shd.g_old_rec.attribute8
      ,p_attribute9_o
      => pqh_cpd_shd.g_old_rec.attribute9
      ,p_attribute10_o
      => pqh_cpd_shd.g_old_rec.attribute10
      ,p_attribute11_o
      => pqh_cpd_shd.g_old_rec.attribute11
      ,p_attribute12_o
      => pqh_cpd_shd.g_old_rec.attribute12
      ,p_attribute13_o
      => pqh_cpd_shd.g_old_rec.attribute13
      ,p_attribute14_o
      => pqh_cpd_shd.g_old_rec.attribute14
      ,p_attribute15_o
      => pqh_cpd_shd.g_old_rec.attribute15
      ,p_attribute16_o
      => pqh_cpd_shd.g_old_rec.attribute16
      ,p_attribute17_o
      => pqh_cpd_shd.g_old_rec.attribute17
      ,p_attribute18_o
      => pqh_cpd_shd.g_old_rec.attribute18
      ,p_attribute19_o
      => pqh_cpd_shd.g_old_rec.attribute19
      ,p_attribute20_o
      => pqh_cpd_shd.g_old_rec.attribute20
      ,p_attribute21_o
      => pqh_cpd_shd.g_old_rec.attribute21
      ,p_attribute22_o
      => pqh_cpd_shd.g_old_rec.attribute22
      ,p_attribute23_o
      => pqh_cpd_shd.g_old_rec.attribute23
      ,p_attribute24_o
      => pqh_cpd_shd.g_old_rec.attribute24
      ,p_attribute25_o
      => pqh_cpd_shd.g_old_rec.attribute25
      ,p_attribute26_o
      => pqh_cpd_shd.g_old_rec.attribute26
      ,p_attribute27_o
      => pqh_cpd_shd.g_old_rec.attribute27
      ,p_attribute28_o
      => pqh_cpd_shd.g_old_rec.attribute28
      ,p_attribute29_o
      => pqh_cpd_shd.g_old_rec.attribute29
      ,p_attribute30_o
      => pqh_cpd_shd.g_old_rec.attribute30
      ,p_attribute_category_o
      => pqh_cpd_shd.g_old_rec.attribute_category
      ,p_object_version_number_o
      => pqh_cpd_shd.g_old_rec.object_version_number
      ,p_type_of_ps_o
      => pqh_cpd_shd.g_old_rec.type_of_ps
      ,p_date_from_o
      => pqh_cpd_shd.g_old_rec.date_from
      ,p_date_to_o
      => pqh_cpd_shd.g_old_rec.date_to
      ,p_primary_prof_field_id_o
      => pqh_cpd_shd.g_old_rec.primary_prof_field_id
      ,p_starting_grade_id_o
      => pqh_cpd_shd.g_old_rec.starting_grade_id
      ,p_ben_pgm_id_o
      => pqh_cpd_shd.g_old_rec.ben_pgm_id
      ,p_probation_period_o
      => pqh_cpd_shd.g_old_rec.probation_period
      ,p_probation_units_o
      => pqh_cpd_shd.g_old_rec.probation_units
      );
Line: 304

End post_delete;
Line: 330

  pqh_cpd_bus.delete_validate(p_rec);
Line: 337

  pqh_cpd_del.pre_delete(p_rec);
Line: 341

  pqh_cpd_del.delete_dml(p_rec);
Line: 345

  pqh_cpd_del.post_delete(p_rec);