DBA Data[Home] [Help]

APPS.PAY_PRF_DEL SQL Statements

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

Line: 19

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: 32

END delete_app_ownerships;
Line: 37

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: 42

END delete_app_ownerships;
Line: 85

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

  delete from pay_range_tables_f
  where range_table_id = p_rec.range_table_id;
Line: 114

End delete_dml;
Line: 148

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

End pre_delete;
Line: 190

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

    delete_app_ownerships
      ('RANGE_TABLE_ID', p_rec.range_table_id
      );
Line: 203

    pay_prf_rkd.after_delete
      (p_range_table_id
      => p_rec.range_table_id
      ,p_effective_start_date_o
      => pay_prf_shd.g_old_rec.effective_start_date
      ,p_effective_end_date_o
      => pay_prf_shd.g_old_rec.effective_end_date
      ,p_range_table_number_o
      => pay_prf_shd.g_old_rec.range_table_number
      ,p_row_value_uom_o
      => pay_prf_shd.g_old_rec.row_value_uom
      ,p_period_frequency_o
      => pay_prf_shd.g_old_rec.period_frequency
      ,p_earnings_type_o
      => pay_prf_shd.g_old_rec.earnings_type
      ,p_business_group_id_o
      => pay_prf_shd.g_old_rec.business_group_id
      ,p_legislation_code_o
      => pay_prf_shd.g_old_rec.legislation_code
      ,p_last_updated_login_o
      => pay_prf_shd.g_old_rec.last_updated_login
      ,p_created_date_o
      => pay_prf_shd.g_old_rec.created_date
      ,p_object_version_number_o
      => pay_prf_shd.g_old_rec.object_version_number
      ,p_attribute_category_o
      => pay_prf_shd.g_old_rec.attribute_category
      ,p_attribute1_o
      => pay_prf_shd.g_old_rec.attribute1
      ,p_attribute2_o
      => pay_prf_shd.g_old_rec.attribute2
      ,p_attribute3_o
      => pay_prf_shd.g_old_rec.attribute3
      ,p_attribute4_o
      => pay_prf_shd.g_old_rec.attribute4
      ,p_attribute5_o
      => pay_prf_shd.g_old_rec.attribute5
      ,p_attribute6_o
      => pay_prf_shd.g_old_rec.attribute6
      ,p_attribute7_o
      => pay_prf_shd.g_old_rec.attribute7
      ,p_attribute8_o
      => pay_prf_shd.g_old_rec.attribute8
      ,p_attribute9_o
      => pay_prf_shd.g_old_rec.attribute9
      ,p_attribute10_o
      => pay_prf_shd.g_old_rec.attribute10
      ,p_attribute11_o
      => pay_prf_shd.g_old_rec.attribute11
      ,p_attribute12_o
      => pay_prf_shd.g_old_rec.attribute12
      ,p_attribute13_o
      => pay_prf_shd.g_old_rec.attribute13
      ,p_attribute14_o
      => pay_prf_shd.g_old_rec.attribute14
      ,p_attribute15_o
      => pay_prf_shd.g_old_rec.attribute15
      ,p_attribute16_o
      => pay_prf_shd.g_old_rec.attribute16
      ,p_attribute17_o
      => pay_prf_shd.g_old_rec.attribute17
      ,p_attribute18_o
      => pay_prf_shd.g_old_rec.attribute18
      ,p_attribute19_o
      => pay_prf_shd.g_old_rec.attribute19
      ,p_attribute20_o
      => pay_prf_shd.g_old_rec.attribute20
      ,p_attribute21_o
      => pay_prf_shd.g_old_rec.attribute21
      ,p_attribute22_o
      => pay_prf_shd.g_old_rec.attribute22
      ,p_attribute23_o
      => pay_prf_shd.g_old_rec.attribute23
      ,p_attribute24_o
      => pay_prf_shd.g_old_rec.attribute24
      ,p_attribute25_o
      => pay_prf_shd.g_old_rec.attribute25
      ,p_attribute26_o
      => pay_prf_shd.g_old_rec.attribute26
      ,p_attribute27_o
      => pay_prf_shd.g_old_rec.attribute27
      ,p_attribute28_o
      => pay_prf_shd.g_old_rec.attribute28
      ,p_attribute29_o
      => pay_prf_shd.g_old_rec.attribute29
      ,p_attribute30_o
      => pay_prf_shd.g_old_rec.attribute30
      ,p_ran_information_category_o
      => pay_prf_shd.g_old_rec.ran_information_category
      ,p_ran_information1_o
      => pay_prf_shd.g_old_rec.ran_information1
      ,p_ran_information2_o
      => pay_prf_shd.g_old_rec.ran_information2
      ,p_ran_information3_o
      => pay_prf_shd.g_old_rec.ran_information3
      ,p_ran_information4_o
      => pay_prf_shd.g_old_rec.ran_information4
      ,p_ran_information5_o
      => pay_prf_shd.g_old_rec.ran_information5
      ,p_ran_information6_o
      => pay_prf_shd.g_old_rec.ran_information6
      ,p_ran_information7_o
      => pay_prf_shd.g_old_rec.ran_information7
      ,p_ran_information8_o
      => pay_prf_shd.g_old_rec.ran_information8
      ,p_ran_information9_o
      => pay_prf_shd.g_old_rec.ran_information9
      ,p_ran_information10_o
      => pay_prf_shd.g_old_rec.ran_information10
      ,p_ran_information11_o
      => pay_prf_shd.g_old_rec.ran_information11
      ,p_ran_information12_o
      => pay_prf_shd.g_old_rec.ran_information12
      ,p_ran_information13_o
      => pay_prf_shd.g_old_rec.ran_information13
      ,p_ran_information14_o
      => pay_prf_shd.g_old_rec.ran_information14
      ,p_ran_information15_o
      => pay_prf_shd.g_old_rec.ran_information15
      ,p_ran_information16_o
      => pay_prf_shd.g_old_rec.ran_information16
      ,p_ran_information17_o
      => pay_prf_shd.g_old_rec.ran_information17
      ,p_ran_information18_o
      => pay_prf_shd.g_old_rec.ran_information18
      ,p_ran_information19_o
      => pay_prf_shd.g_old_rec.ran_information19
      ,p_ran_information20_o
      => pay_prf_shd.g_old_rec.ran_information20
      ,p_ran_information21_o
      => pay_prf_shd.g_old_rec.ran_information21
      ,p_ran_information22_o
      => pay_prf_shd.g_old_rec.ran_information22
      ,p_ran_information23_o
      => pay_prf_shd.g_old_rec.ran_information23
      ,p_ran_information24_o
      => pay_prf_shd.g_old_rec.ran_information24
      ,p_ran_information25_o
      => pay_prf_shd.g_old_rec.ran_information25
      ,p_ran_information26_o
      => pay_prf_shd.g_old_rec.ran_information26
      ,p_ran_information27_o
      => pay_prf_shd.g_old_rec.ran_information27
      ,p_ran_information28_o
      => pay_prf_shd.g_old_rec.ran_information28
      ,p_ran_information29_o
      => pay_prf_shd.g_old_rec.ran_information29
      ,p_ran_information30_o
      => pay_prf_shd.g_old_rec.ran_information30
      );
Line: 365

End post_delete;
Line: 388

  pay_prf_bus.delete_validate(p_rec);
Line: 395

  pay_prf_del.pre_delete(p_rec);
Line: 399

  pay_prf_del.delete_dml(p_rec);
Line: 405

 pay_prf_del.post_delete(p_rec);