DBA Data[Home] [Help]

APPS.BEN_CPI_DEL SQL Statements

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

Line: 20

PROCEDURE delete_app_ownerships(p_pk_column  IN  varchar2
                               ,p_pk_value   IN  varchar2) IS
--
BEGIN
  --
  IF (hr_startup_data_api_support.return_startup_mode
                           IN ('STARTUP','GENERIC')) THEN
     --
     DELETE FROM hr_application_ownerships
      WHERE key_name = p_pk_column
        AND key_value = p_pk_value;
Line: 33

END delete_app_ownerships;
Line: 38

PROCEDURE delete_app_ownerships(p_pk_column IN varchar2
                               ,p_pk_value  IN number) IS
--
BEGIN
  delete_app_ownerships(p_pk_column, to_char(p_pk_value));
Line: 43

END delete_app_ownerships;
Line: 86

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

  delete from ben_cwb_person_info
  where group_per_in_ler_id = p_rec.group_per_in_ler_id;
Line: 119

End delete_dml;
Line: 153

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

End pre_delete;
Line: 199

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

    delete_app_ownerships
      ('GROUP_PER_IN_LER_ID', p_rec.group_per_in_ler_id
      );
Line: 214

    ben_cpi_rkd.after_delete
      (p_group_per_in_ler_id
      => p_rec.group_per_in_ler_id
      ,p_assignment_id_o
      => ben_cpi_shd.g_old_rec.assignment_id
      ,p_person_id_o
      => ben_cpi_shd.g_old_rec.person_id
      ,p_supervisor_id_o
      => ben_cpi_shd.g_old_rec.supervisor_id
      ,p_effective_date_o
      => ben_cpi_shd.g_old_rec.effective_date
      ,p_full_name_o
      => ben_cpi_shd.g_old_rec.full_name
      ,p_brief_name_o
      => ben_cpi_shd.g_old_rec.brief_name
      ,p_custom_name_o
      => ben_cpi_shd.g_old_rec.custom_name
      ,p_supervisor_full_name_o
      => ben_cpi_shd.g_old_rec.supervisor_full_name
      ,p_supervisor_brief_name_o
      => ben_cpi_shd.g_old_rec.supervisor_brief_name
      ,p_supervisor_custom_name_o
      => ben_cpi_shd.g_old_rec.supervisor_custom_name
      ,p_legislation_code_o
      => ben_cpi_shd.g_old_rec.legislation_code
      ,p_years_employed_o
      => ben_cpi_shd.g_old_rec.years_employed
      ,p_years_in_job_o
      => ben_cpi_shd.g_old_rec.years_in_job
      ,p_years_in_position_o
      => ben_cpi_shd.g_old_rec.years_in_position
      ,p_years_in_grade_o
      => ben_cpi_shd.g_old_rec.years_in_grade
      ,p_employee_number_o
      => ben_cpi_shd.g_old_rec.employee_number
      ,p_start_date_o
      => ben_cpi_shd.g_old_rec.start_date
      ,p_original_start_date_o
      => ben_cpi_shd.g_old_rec.original_start_date
      ,p_adjusted_svc_date_o
      => ben_cpi_shd.g_old_rec.adjusted_svc_date
      ,p_base_salary_o
      => ben_cpi_shd.g_old_rec.base_salary
      ,p_base_salary_change_date_o
      => ben_cpi_shd.g_old_rec.base_salary_change_date
      ,p_payroll_name_o
      => ben_cpi_shd.g_old_rec.payroll_name
      ,p_performance_rating_o
      => ben_cpi_shd.g_old_rec.performance_rating
      ,p_performance_rating_type_o
      => ben_cpi_shd.g_old_rec.performance_rating_type
      ,p_performance_rating_date_o
      => ben_cpi_shd.g_old_rec.performance_rating_date
      ,p_business_group_id_o
      => ben_cpi_shd.g_old_rec.business_group_id
      ,p_organization_id_o
      => ben_cpi_shd.g_old_rec.organization_id
      ,p_job_id_o
      => ben_cpi_shd.g_old_rec.job_id
      ,p_grade_id_o
      => ben_cpi_shd.g_old_rec.grade_id
      ,p_position_id_o
      => ben_cpi_shd.g_old_rec.position_id
      ,p_people_group_id_o
      => ben_cpi_shd.g_old_rec.people_group_id
      ,p_soft_coding_keyflex_id_o
      => ben_cpi_shd.g_old_rec.soft_coding_keyflex_id
      ,p_location_id_o
      => ben_cpi_shd.g_old_rec.location_id
      ,p_pay_rate_id_o
      => ben_cpi_shd.g_old_rec.pay_rate_id
      ,p_assignment_status_type_id_o
      => ben_cpi_shd.g_old_rec.assignment_status_type_id
      ,p_frequency_o
      => ben_cpi_shd.g_old_rec.frequency
      ,p_grade_annulization_factor_o
      => ben_cpi_shd.g_old_rec.grade_annulization_factor
      ,p_pay_annulization_factor_o
      => ben_cpi_shd.g_old_rec.pay_annulization_factor
      ,p_grd_min_val_o
      => ben_cpi_shd.g_old_rec.grd_min_val
      ,p_grd_max_val_o
      => ben_cpi_shd.g_old_rec.grd_max_val
      ,p_grd_mid_point_o
      => ben_cpi_shd.g_old_rec.grd_mid_point
      ,p_grd_quartile_o
      => ben_cpi_shd.g_old_rec.grd_quartile
      ,p_grd_comparatio_o
      => ben_cpi_shd.g_old_rec.grd_comparatio
      ,p_emp_category_o
      => ben_cpi_shd.g_old_rec.emp_category
      ,p_change_reason_o
      => ben_cpi_shd.g_old_rec.change_reason
      ,p_normal_hours_o
      => ben_cpi_shd.g_old_rec.normal_hours
      ,p_email_address_o
      => ben_cpi_shd.g_old_rec.email_address
      ,p_base_salary_frequency_o
      => ben_cpi_shd.g_old_rec.base_salary_frequency
      ,p_new_assgn_ovn_o
      => ben_cpi_shd.g_old_rec.new_assgn_ovn
      ,p_new_perf_event_id_o
      => ben_cpi_shd.g_old_rec.new_perf_event_id
      ,p_new_perf_review_id_o
      => ben_cpi_shd.g_old_rec.new_perf_review_id
      ,p_post_process_stat_cd_o
      => ben_cpi_shd.g_old_rec.post_process_stat_cd
      ,p_feedback_rating_o
      => ben_cpi_shd.g_old_rec.feedback_rating
      ,p_feedback_comments_o
      => ben_cpi_shd.g_old_rec.feedback_comments
      ,p_object_version_number_o
      => ben_cpi_shd.g_old_rec.object_version_number
      ,p_custom_segment1_o
      => ben_cpi_shd.g_old_rec.custom_segment1
      ,p_custom_segment2_o
      => ben_cpi_shd.g_old_rec.custom_segment2
      ,p_custom_segment3_o
      => ben_cpi_shd.g_old_rec.custom_segment3
      ,p_custom_segment4_o
      => ben_cpi_shd.g_old_rec.custom_segment4
      ,p_custom_segment5_o
      => ben_cpi_shd.g_old_rec.custom_segment5
      ,p_custom_segment6_o
      => ben_cpi_shd.g_old_rec.custom_segment6
      ,p_custom_segment7_o
      => ben_cpi_shd.g_old_rec.custom_segment7
      ,p_custom_segment8_o
      => ben_cpi_shd.g_old_rec.custom_segment8
      ,p_custom_segment9_o
      => ben_cpi_shd.g_old_rec.custom_segment9
      ,p_custom_segment10_o
      => ben_cpi_shd.g_old_rec.custom_segment10
      ,p_custom_segment11_o
      => ben_cpi_shd.g_old_rec.custom_segment11
      ,p_custom_segment12_o
      => ben_cpi_shd.g_old_rec.custom_segment12
      ,p_custom_segment13_o
      => ben_cpi_shd.g_old_rec.custom_segment13
      ,p_custom_segment14_o
      => ben_cpi_shd.g_old_rec.custom_segment14
      ,p_custom_segment15_o
      => ben_cpi_shd.g_old_rec.custom_segment15
      ,p_custom_segment16_o
      => ben_cpi_shd.g_old_rec.custom_segment16
      ,p_custom_segment17_o
      => ben_cpi_shd.g_old_rec.custom_segment17
      ,p_custom_segment18_o
      => ben_cpi_shd.g_old_rec.custom_segment18
      ,p_custom_segment19_o
      => ben_cpi_shd.g_old_rec.custom_segment19
      ,p_custom_segment20_o
      => ben_cpi_shd.g_old_rec.custom_segment20
      ,p_people_group_name_o
      => ben_cpi_shd.g_old_rec.people_group_name
      ,p_people_group_segment1_o
      => ben_cpi_shd.g_old_rec.people_group_segment1
      ,p_people_group_segment2_o
      => ben_cpi_shd.g_old_rec.people_group_segment2
      ,p_people_group_segment3_o
      => ben_cpi_shd.g_old_rec.people_group_segment3
      ,p_people_group_segment4_o
      => ben_cpi_shd.g_old_rec.people_group_segment4
      ,p_people_group_segment5_o
      => ben_cpi_shd.g_old_rec.people_group_segment5
      ,p_people_group_segment6_o
      => ben_cpi_shd.g_old_rec.people_group_segment6
      ,p_people_group_segment7_o
      => ben_cpi_shd.g_old_rec.people_group_segment7
      ,p_people_group_segment8_o
      => ben_cpi_shd.g_old_rec.people_group_segment8
      ,p_people_group_segment9_o
      => ben_cpi_shd.g_old_rec.people_group_segment9
      ,p_people_group_segment10_o
      => ben_cpi_shd.g_old_rec.people_group_segment10
      ,p_people_group_segment11_o
      => ben_cpi_shd.g_old_rec.people_group_segment11
      ,p_ass_attribute_category_o
      => ben_cpi_shd.g_old_rec.ass_attribute_category
      ,p_ass_attribute1_o
      => ben_cpi_shd.g_old_rec.ass_attribute1
      ,p_ass_attribute2_o
      => ben_cpi_shd.g_old_rec.ass_attribute2
      ,p_ass_attribute3_o
      => ben_cpi_shd.g_old_rec.ass_attribute3
      ,p_ass_attribute4_o
      => ben_cpi_shd.g_old_rec.ass_attribute4
      ,p_ass_attribute5_o
      => ben_cpi_shd.g_old_rec.ass_attribute5
      ,p_ass_attribute6_o
      => ben_cpi_shd.g_old_rec.ass_attribute6
      ,p_ass_attribute7_o
      => ben_cpi_shd.g_old_rec.ass_attribute7
      ,p_ass_attribute8_o
      => ben_cpi_shd.g_old_rec.ass_attribute8
      ,p_ass_attribute9_o
      => ben_cpi_shd.g_old_rec.ass_attribute9
      ,p_ass_attribute10_o
      => ben_cpi_shd.g_old_rec.ass_attribute10
      ,p_ass_attribute11_o
      => ben_cpi_shd.g_old_rec.ass_attribute11
      ,p_ass_attribute12_o
      => ben_cpi_shd.g_old_rec.ass_attribute12
      ,p_ass_attribute13_o
      => ben_cpi_shd.g_old_rec.ass_attribute13
      ,p_ass_attribute14_o
      => ben_cpi_shd.g_old_rec.ass_attribute14
      ,p_ass_attribute15_o
      => ben_cpi_shd.g_old_rec.ass_attribute15
      ,p_ass_attribute16_o
      => ben_cpi_shd.g_old_rec.ass_attribute16
      ,p_ass_attribute17_o
      => ben_cpi_shd.g_old_rec.ass_attribute17
      ,p_ass_attribute18_o
      => ben_cpi_shd.g_old_rec.ass_attribute18
      ,p_ass_attribute19_o
      => ben_cpi_shd.g_old_rec.ass_attribute19
      ,p_ass_attribute20_o
      => ben_cpi_shd.g_old_rec.ass_attribute20
      ,p_ass_attribute21_o
      => ben_cpi_shd.g_old_rec.ass_attribute21
      ,p_ass_attribute22_o
      => ben_cpi_shd.g_old_rec.ass_attribute22
      ,p_ass_attribute23_o
      => ben_cpi_shd.g_old_rec.ass_attribute23
      ,p_ass_attribute24_o
      => ben_cpi_shd.g_old_rec.ass_attribute24
      ,p_ass_attribute25_o
      => ben_cpi_shd.g_old_rec.ass_attribute25
      ,p_ass_attribute26_o
      => ben_cpi_shd.g_old_rec.ass_attribute26
      ,p_ass_attribute27_o
      => ben_cpi_shd.g_old_rec.ass_attribute27
      ,p_ass_attribute28_o
      => ben_cpi_shd.g_old_rec.ass_attribute28
      ,p_ass_attribute29_o
      => ben_cpi_shd.g_old_rec.ass_attribute29
      ,p_ass_attribute30_o
      => ben_cpi_shd.g_old_rec.ass_attribute30
      ,p_ws_comments_o
      => ben_cpi_shd.g_old_rec.ws_comments
      ,p_cpi_attribute_category_o
      => ben_cpi_shd.g_old_rec.cpi_attribute_category
      ,p_cpi_attribute1_o
      => ben_cpi_shd.g_old_rec.cpi_attribute1
      ,p_cpi_attribute2_o
      => ben_cpi_shd.g_old_rec.cpi_attribute2
      ,p_cpi_attribute3_o
      => ben_cpi_shd.g_old_rec.cpi_attribute3
      ,p_cpi_attribute4_o
      => ben_cpi_shd.g_old_rec.cpi_attribute4
      ,p_cpi_attribute5_o
      => ben_cpi_shd.g_old_rec.cpi_attribute5
      ,p_cpi_attribute6_o
      => ben_cpi_shd.g_old_rec.cpi_attribute6
      ,p_cpi_attribute7_o
      => ben_cpi_shd.g_old_rec.cpi_attribute7
      ,p_cpi_attribute8_o
      => ben_cpi_shd.g_old_rec.cpi_attribute8
      ,p_cpi_attribute9_o
      => ben_cpi_shd.g_old_rec.cpi_attribute9
      ,p_cpi_attribute10_o
      => ben_cpi_shd.g_old_rec.cpi_attribute10
      ,p_cpi_attribute11_o
      => ben_cpi_shd.g_old_rec.cpi_attribute11
      ,p_cpi_attribute12_o
      => ben_cpi_shd.g_old_rec.cpi_attribute12
      ,p_cpi_attribute13_o
      => ben_cpi_shd.g_old_rec.cpi_attribute13
      ,p_cpi_attribute14_o
      => ben_cpi_shd.g_old_rec.cpi_attribute14
      ,p_cpi_attribute15_o
      => ben_cpi_shd.g_old_rec.cpi_attribute15
      ,p_cpi_attribute16_o
      => ben_cpi_shd.g_old_rec.cpi_attribute16
      ,p_cpi_attribute17_o
      => ben_cpi_shd.g_old_rec.cpi_attribute17
      ,p_cpi_attribute18_o
      => ben_cpi_shd.g_old_rec.cpi_attribute18
      ,p_cpi_attribute19_o
      => ben_cpi_shd.g_old_rec.cpi_attribute19
      ,p_cpi_attribute20_o
      => ben_cpi_shd.g_old_rec.cpi_attribute20
      ,p_cpi_attribute21_o
      => ben_cpi_shd.g_old_rec.cpi_attribute21
      ,p_cpi_attribute22_o
      => ben_cpi_shd.g_old_rec.cpi_attribute22
      ,p_cpi_attribute23_o
      => ben_cpi_shd.g_old_rec.cpi_attribute23
      ,p_cpi_attribute24_o
      => ben_cpi_shd.g_old_rec.cpi_attribute24
      ,p_cpi_attribute25_o
      => ben_cpi_shd.g_old_rec.cpi_attribute25
      ,p_cpi_attribute26_o
      => ben_cpi_shd.g_old_rec.cpi_attribute26
      ,p_cpi_attribute27_o
      => ben_cpi_shd.g_old_rec.cpi_attribute27
      ,p_cpi_attribute28_o
      => ben_cpi_shd.g_old_rec.cpi_attribute28
      ,p_cpi_attribute29_o
      => ben_cpi_shd.g_old_rec.cpi_attribute29
      ,p_cpi_attribute30_o
      => ben_cpi_shd.g_old_rec.cpi_attribute30
      ,p_feedback_date_o
      => ben_cpi_shd.g_old_rec.feedback_date
      );
Line: 534

End post_delete;
Line: 559

  ben_cpi_bus.delete_validate(p_rec);
Line: 566

  ben_cpi_del.pre_delete(p_rec);
Line: 570

  ben_cpi_del.delete_dml(p_rec);
Line: 574

  ben_cpi_del.post_delete(p_rec);