DBA Data[Home] [Help]

APPS.PQH_PTX_UPD SQL Statements

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

Line: 48

Procedure update_dml(p_rec in out nocopy pqh_ptx_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'update_dml';
Line: 62

  update pqh_position_transactions
  set
  position_transaction_id           = p_rec.position_transaction_id,
  action_date                       = p_rec.action_date,
  position_id                       = p_rec.position_id,
  availability_status_id            = p_rec.availability_status_id,
  business_group_id                 = p_rec.business_group_id,
  entry_step_id                     = p_rec.entry_step_id,
  entry_grade_rule_id                     = p_rec.entry_grade_rule_id,
  job_id                            = p_rec.job_id,
  location_id                       = p_rec.location_id,
  organization_id                   = p_rec.organization_id,
  pay_freq_payroll_id               = p_rec.pay_freq_payroll_id,
  position_definition_id            = p_rec.position_definition_id,
  prior_position_id                 = p_rec.prior_position_id,
  relief_position_id                = p_rec.relief_position_id,
  entry_grade_id             = p_rec.entry_grade_id,
  successor_position_id             = p_rec.successor_position_id,
  supervisor_position_id            = p_rec.supervisor_position_id,
  amendment_date                    = p_rec.amendment_date,
  amendment_recommendation          = p_rec.amendment_recommendation,
  amendment_ref_number              = p_rec.amendment_ref_number,
  avail_status_prop_end_date        = p_rec.avail_status_prop_end_date,
  bargaining_unit_cd                = p_rec.bargaining_unit_cd,
  comments                          = p_rec.comments,
  country1                          = p_rec.country1,
  country2                          = p_rec.country2,
  country3                          = p_rec.country3,
  current_job_prop_end_date         = p_rec.current_job_prop_end_date,
  current_org_prop_end_date         = p_rec.current_org_prop_end_date,
  date_effective                    = p_rec.date_effective,
  date_end                          = p_rec.date_end,
  earliest_hire_date                = p_rec.earliest_hire_date,
  fill_by_date                      = p_rec.fill_by_date,
  frequency                         = p_rec.frequency,
  fte                               = p_rec.fte,
  fte_capacity                      = p_rec.fte_capacity,
  location1                         = p_rec.location1,
  location2                         = p_rec.location2,
  location3                         = p_rec.location3,
  max_persons                       = p_rec.max_persons,
  name                              = p_rec.name,
  other_requirements                = p_rec.other_requirements,
  overlap_period                    = p_rec.overlap_period,
  overlap_unit_cd                   = p_rec.overlap_unit_cd,
  passport_required                 = p_rec.passport_required,
  pay_term_end_day_cd               = p_rec.pay_term_end_day_cd,
  pay_term_end_month_cd             = p_rec.pay_term_end_month_cd,
  permanent_temporary_flag          = p_rec.permanent_temporary_flag,
  permit_recruitment_flag           = p_rec.permit_recruitment_flag,
  position_type                     = p_rec.position_type,
  posting_description               = p_rec.posting_description,
  probation_period                  = p_rec.probation_period,
  probation_period_unit_cd          = p_rec.probation_period_unit_cd,
  relocate_domestically             = p_rec.relocate_domestically,
  relocate_internationally          = p_rec.relocate_internationally,
  replacement_required_flag         = p_rec.replacement_required_flag,
  review_flag                       = p_rec.review_flag,
  seasonal_flag                     = p_rec.seasonal_flag,
  security_requirements             = p_rec.security_requirements,
  service_minimum                   = p_rec.service_minimum,
  term_start_day_cd                 = p_rec.term_start_day_cd,
  term_start_month_cd               = p_rec.term_start_month_cd,
  time_normal_finish                = p_rec.time_normal_finish,
  time_normal_start                 = p_rec.time_normal_start,
  transaction_status                = p_rec.transaction_status,
  travel_required                   = p_rec.travel_required,
  working_hours                     = p_rec.working_hours,
  works_council_approval_flag       = p_rec.works_council_approval_flag,
  work_any_country                  = p_rec.work_any_country,
  work_any_location                 = p_rec.work_any_location,
  work_period_type_cd               = p_rec.work_period_type_cd,
  work_schedule                     = p_rec.work_schedule,
  work_duration                     = p_rec.work_duration,
  work_term_end_day_cd              = p_rec.work_term_end_day_cd,
  work_term_end_month_cd            = p_rec.work_term_end_month_cd,
  proposed_fte_for_layoff           = p_rec.proposed_fte_for_layoff,
  proposed_date_for_layoff          = p_rec.proposed_date_for_layoff,
  information1                      = p_rec.information1,
  information2                      = p_rec.information2,
  information3                      = p_rec.information3,
  information4                      = p_rec.information4,
  information5                      = p_rec.information5,
  information6                      = p_rec.information6,
  information7                      = p_rec.information7,
  information8                      = p_rec.information8,
  information9                      = p_rec.information9,
  information10                     = p_rec.information10,
  information11                     = p_rec.information11,
  information12                     = p_rec.information12,
  information13                     = p_rec.information13,
  information14                     = p_rec.information14,
  information15                     = p_rec.information15,
  information16                     = p_rec.information16,
  information17                     = p_rec.information17,
  information18                     = p_rec.information18,
  information19                     = p_rec.information19,
  information20                     = p_rec.information20,
  information21                     = p_rec.information21,
  information22                     = p_rec.information22,
  information23                     = p_rec.information23,
  information24                     = p_rec.information24,
  information25                     = p_rec.information25,
  information26                     = p_rec.information26,
  information27                     = p_rec.information27,
  information28                     = p_rec.information28,
  information29                     = p_rec.information29,
  information30                     = p_rec.information30,
  information_category              = p_rec.information_category,
  attribute1                        = p_rec.attribute1,
  attribute2                        = p_rec.attribute2,
  attribute3                        = p_rec.attribute3,
  attribute4                        = p_rec.attribute4,
  attribute5                        = p_rec.attribute5,
  attribute6                        = p_rec.attribute6,
  attribute7                        = p_rec.attribute7,
  attribute8                        = p_rec.attribute8,
  attribute9                        = p_rec.attribute9,
  attribute10                       = p_rec.attribute10,
  attribute11                       = p_rec.attribute11,
  attribute12                       = p_rec.attribute12,
  attribute13                       = p_rec.attribute13,
  attribute14                       = p_rec.attribute14,
  attribute15                       = p_rec.attribute15,
  attribute16                       = p_rec.attribute16,
  attribute17                       = p_rec.attribute17,
  attribute18                       = p_rec.attribute18,
  attribute19                       = p_rec.attribute19,
  attribute20                       = p_rec.attribute20,
  attribute21                       = p_rec.attribute21,
  attribute22                       = p_rec.attribute22,
  attribute23                       = p_rec.attribute23,
  attribute24                       = p_rec.attribute24,
  attribute25                       = p_rec.attribute25,
  attribute26                       = p_rec.attribute26,
  attribute27                       = p_rec.attribute27,
  attribute28                       = p_rec.attribute28,
  attribute29                       = p_rec.attribute29,
  attribute30                       = p_rec.attribute30,
  attribute_category                = p_rec.attribute_category,
  object_version_number             = p_rec.object_version_number,
  pay_basis_id			    = p_rec.pay_basis_id,
  supervisor_id			    = p_rec.supervisor_id,
  wf_transaction_category_id	    = p_rec.wf_transaction_category_id
  where position_transaction_id = p_rec.position_transaction_id;
Line: 226

End update_dml;
Line: 260

Procedure pre_update(p_rec in pqh_ptx_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'pre_update';
Line: 268

End pre_update;
Line: 302

Procedure post_update(
p_effective_date in date,p_rec in pqh_ptx_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_update';
Line: 315

  l_datetrack_mode                  varchar2(20):='UPDATE';
Line: 319

select review_flag
from hr_all_positions_f
where position_id = p_position_id;
Line: 324

select review_flag, object_version_number
from hr_all_positions_f
where position_id = p_position_id
and p_effective_date between effective_start_date and effective_end_date;
Line: 346

    update hr_all_positions_f
    set review_flag = p_rec.review_flag
    where position_id = p_rec.position_id;
Line: 350

    hr_position_api.update_position(
      p_validate                   => false,
      p_position_id            	 => p_rec.position_id,
      p_effective_start_date    	 => l_effective_start_date,
      p_effective_end_date	 => l_effective_end_date,
      p_position_definition_id     => l_position_definition_id,
      p_valid_grades_changed_warning=> l_valid_grades_changed_warning,
      p_name                       => l_name,
      p_review_flag                => p_rec.review_flag,
      p_object_version_number   	 => l_object_version_number,
      p_effective_date	  	 => l_effective_date,
      p_datetrack_mode		 => l_datetrack_mode
    );
Line: 371

    pqh_ptx_rku.after_update
      (
  p_position_transaction_id       =>p_rec.position_transaction_id
 ,p_action_date                   =>p_rec.action_date
 ,p_position_id                   =>p_rec.position_id
 ,p_availability_status_id        =>p_rec.availability_status_id
 ,p_business_group_id             =>p_rec.business_group_id
 ,p_entry_step_id                 =>p_rec.entry_step_id
 ,p_entry_grade_rule_id                 =>p_rec.entry_grade_rule_id
 ,p_job_id                        =>p_rec.job_id
 ,p_location_id                   =>p_rec.location_id
 ,p_organization_id               =>p_rec.organization_id
 ,p_pay_freq_payroll_id           =>p_rec.pay_freq_payroll_id
 ,p_position_definition_id        =>p_rec.position_definition_id
 ,p_prior_position_id             =>p_rec.prior_position_id
 ,p_relief_position_id            =>p_rec.relief_position_id
 ,p_entry_grade_id         =>p_rec.entry_grade_id
 ,p_successor_position_id         =>p_rec.successor_position_id
 ,p_supervisor_position_id        =>p_rec.supervisor_position_id
 ,p_amendment_date                =>p_rec.amendment_date
 ,p_amendment_recommendation      =>p_rec.amendment_recommendation
 ,p_amendment_ref_number          =>p_rec.amendment_ref_number
 ,p_avail_status_prop_end_date    =>p_rec.avail_status_prop_end_date
 ,p_bargaining_unit_cd            =>p_rec.bargaining_unit_cd
 ,p_comments                      =>p_rec.comments
 ,p_country1                      =>p_rec.country1
 ,p_country2                      =>p_rec.country2
 ,p_country3                      =>p_rec.country3
 ,p_current_job_prop_end_date     =>p_rec.current_job_prop_end_date
 ,p_current_org_prop_end_date     =>p_rec.current_org_prop_end_date
 ,p_date_effective                =>p_rec.date_effective
 ,p_date_end                      =>p_rec.date_end
 ,p_earliest_hire_date            =>p_rec.earliest_hire_date
 ,p_fill_by_date                  =>p_rec.fill_by_date
 ,p_frequency                     =>p_rec.frequency
 ,p_fte                           =>p_rec.fte
 ,p_fte_capacity                  =>p_rec.fte_capacity
 ,p_location1                     =>p_rec.location1
 ,p_location2                     =>p_rec.location2
 ,p_location3                     =>p_rec.location3
 ,p_max_persons                   =>p_rec.max_persons
 ,p_name                          =>p_rec.name
 ,p_other_requirements            =>p_rec.other_requirements
 ,p_overlap_period                =>p_rec.overlap_period
 ,p_overlap_unit_cd               =>p_rec.overlap_unit_cd
 ,p_passport_required             =>p_rec.passport_required
 ,p_pay_term_end_day_cd           =>p_rec.pay_term_end_day_cd
 ,p_pay_term_end_month_cd         =>p_rec.pay_term_end_month_cd
 ,p_permanent_temporary_flag      =>p_rec.permanent_temporary_flag
 ,p_permit_recruitment_flag       =>p_rec.permit_recruitment_flag
 ,p_position_type                 =>p_rec.position_type
 ,p_posting_description           =>p_rec.posting_description
 ,p_probation_period              =>p_rec.probation_period
 ,p_probation_period_unit_cd      =>p_rec.probation_period_unit_cd
 ,p_relocate_domestically         =>p_rec.relocate_domestically
 ,p_relocate_internationally      =>p_rec.relocate_internationally
 ,p_replacement_required_flag     =>p_rec.replacement_required_flag
 ,p_review_flag                   =>p_rec.review_flag
 ,p_seasonal_flag                 =>p_rec.seasonal_flag
 ,p_security_requirements         =>p_rec.security_requirements
 ,p_service_minimum               =>p_rec.service_minimum
 ,p_term_start_day_cd             =>p_rec.term_start_day_cd
 ,p_term_start_month_cd           =>p_rec.term_start_month_cd
 ,p_time_normal_finish            =>p_rec.time_normal_finish
 ,p_time_normal_start             =>p_rec.time_normal_start
 ,p_transaction_status            =>p_rec.transaction_status
 ,p_travel_required               =>p_rec.travel_required
 ,p_working_hours                 =>p_rec.working_hours
 ,p_works_council_approval_flag   =>p_rec.works_council_approval_flag
 ,p_work_any_country              =>p_rec.work_any_country
 ,p_work_any_location             =>p_rec.work_any_location
 ,p_work_period_type_cd           =>p_rec.work_period_type_cd
 ,p_work_schedule                 =>p_rec.work_schedule
 ,p_work_duration                 =>p_rec.work_duration
 ,p_work_term_end_day_cd          =>p_rec.work_term_end_day_cd
 ,p_work_term_end_month_cd        =>p_rec.work_term_end_month_cd
 ,p_proposed_fte_for_layoff       =>p_rec.proposed_fte_for_layoff
 ,p_proposed_date_for_layoff      =>p_rec.proposed_date_for_layoff
 ,p_information1                  =>p_rec.information1
 ,p_information2                  =>p_rec.information2
 ,p_information3                  =>p_rec.information3
 ,p_information4                  =>p_rec.information4
 ,p_information5                  =>p_rec.information5
 ,p_information6                  =>p_rec.information6
 ,p_information7                  =>p_rec.information7
 ,p_information8                  =>p_rec.information8
 ,p_information9                  =>p_rec.information9
 ,p_information10                 =>p_rec.information10
 ,p_information11                 =>p_rec.information11
 ,p_information12                 =>p_rec.information12
 ,p_information13                 =>p_rec.information13
 ,p_information14                 =>p_rec.information14
 ,p_information15                 =>p_rec.information15
 ,p_information16                 =>p_rec.information16
 ,p_information17                 =>p_rec.information17
 ,p_information18                 =>p_rec.information18
 ,p_information19                 =>p_rec.information19
 ,p_information20                 =>p_rec.information20
 ,p_information21                 =>p_rec.information21
 ,p_information22                 =>p_rec.information22
 ,p_information23                 =>p_rec.information23
 ,p_information24                 =>p_rec.information24
 ,p_information25                 =>p_rec.information25
 ,p_information26                 =>p_rec.information26
 ,p_information27                 =>p_rec.information27
 ,p_information28                 =>p_rec.information28
 ,p_information29                 =>p_rec.information29
 ,p_information30                 =>p_rec.information30
 ,p_information_category          =>p_rec.information_category
 ,p_attribute1                    =>p_rec.attribute1
 ,p_attribute2                    =>p_rec.attribute2
 ,p_attribute3                    =>p_rec.attribute3
 ,p_attribute4                    =>p_rec.attribute4
 ,p_attribute5                    =>p_rec.attribute5
 ,p_attribute6                    =>p_rec.attribute6
 ,p_attribute7                    =>p_rec.attribute7
 ,p_attribute8                    =>p_rec.attribute8
 ,p_attribute9                    =>p_rec.attribute9
 ,p_attribute10                   =>p_rec.attribute10
 ,p_attribute11                   =>p_rec.attribute11
 ,p_attribute12                   =>p_rec.attribute12
 ,p_attribute13                   =>p_rec.attribute13
 ,p_attribute14                   =>p_rec.attribute14
 ,p_attribute15                   =>p_rec.attribute15
 ,p_attribute16                   =>p_rec.attribute16
 ,p_attribute17                   =>p_rec.attribute17
 ,p_attribute18                   =>p_rec.attribute18
 ,p_attribute19                   =>p_rec.attribute19
 ,p_attribute20                   =>p_rec.attribute20
 ,p_attribute21                   =>p_rec.attribute21
 ,p_attribute22                   =>p_rec.attribute22
 ,p_attribute23                   =>p_rec.attribute23
 ,p_attribute24                   =>p_rec.attribute24
 ,p_attribute25                   =>p_rec.attribute25
 ,p_attribute26                   =>p_rec.attribute26
 ,p_attribute27                   =>p_rec.attribute27
 ,p_attribute28                   =>p_rec.attribute28
 ,p_attribute29                   =>p_rec.attribute29
 ,p_attribute30                   =>p_rec.attribute30
 ,p_attribute_category            =>p_rec.attribute_category
 ,p_object_version_number         =>p_rec.object_version_number
 ,p_effective_date                =>p_effective_date
 ,p_action_date_o                 =>pqh_ptx_shd.g_old_rec.action_date
 ,p_position_id_o                 =>pqh_ptx_shd.g_old_rec.position_id
 ,p_availability_status_id_o      =>pqh_ptx_shd.g_old_rec.availability_status_id
 ,p_business_group_id_o           =>pqh_ptx_shd.g_old_rec.business_group_id
 ,p_entry_step_id_o               =>pqh_ptx_shd.g_old_rec.entry_step_id
 ,p_entry_grade_rule_id_o               =>pqh_ptx_shd.g_old_rec.entry_grade_rule_id
 ,p_job_id_o                      =>pqh_ptx_shd.g_old_rec.job_id
 ,p_location_id_o                 =>pqh_ptx_shd.g_old_rec.location_id
 ,p_organization_id_o             =>pqh_ptx_shd.g_old_rec.organization_id
 ,p_pay_freq_payroll_id_o         =>pqh_ptx_shd.g_old_rec.pay_freq_payroll_id
 ,p_position_definition_id_o      =>pqh_ptx_shd.g_old_rec.position_definition_id
 ,p_prior_position_id_o           =>pqh_ptx_shd.g_old_rec.prior_position_id
 ,p_relief_position_id_o          =>pqh_ptx_shd.g_old_rec.relief_position_id
 ,p_entry_grade_id_o       =>pqh_ptx_shd.g_old_rec.entry_grade_id
 ,p_successor_position_id_o       =>pqh_ptx_shd.g_old_rec.successor_position_id
 ,p_supervisor_position_id_o      =>pqh_ptx_shd.g_old_rec.supervisor_position_id
 ,p_amendment_date_o              =>pqh_ptx_shd.g_old_rec.amendment_date
 ,p_amendment_recommendation_o    =>pqh_ptx_shd.g_old_rec.amendment_recommendation
 ,p_amendment_ref_number_o        =>pqh_ptx_shd.g_old_rec.amendment_ref_number
 ,p_avail_status_prop_end_date_o  =>pqh_ptx_shd.g_old_rec.avail_status_prop_end_date
 ,p_bargaining_unit_cd_o          =>pqh_ptx_shd.g_old_rec.bargaining_unit_cd
 ,p_comments_o                    =>pqh_ptx_shd.g_old_rec.comments
 ,p_country1_o                    =>pqh_ptx_shd.g_old_rec.country1
 ,p_country2_o                    =>pqh_ptx_shd.g_old_rec.country2
 ,p_country3_o                    =>pqh_ptx_shd.g_old_rec.country3
 ,p_current_job_prop_end_date_o   =>pqh_ptx_shd.g_old_rec.current_job_prop_end_date
 ,p_current_org_prop_end_date_o   =>pqh_ptx_shd.g_old_rec.current_org_prop_end_date
 ,p_date_effective_o              =>pqh_ptx_shd.g_old_rec.date_effective
 ,p_date_end_o                    =>pqh_ptx_shd.g_old_rec.date_end
 ,p_earliest_hire_date_o          =>pqh_ptx_shd.g_old_rec.earliest_hire_date
 ,p_fill_by_date_o                =>pqh_ptx_shd.g_old_rec.fill_by_date
 ,p_frequency_o                   =>pqh_ptx_shd.g_old_rec.frequency
 ,p_fte_o                         =>pqh_ptx_shd.g_old_rec.fte
 ,p_fte_capacity_o                =>pqh_ptx_shd.g_old_rec.fte_capacity
 ,p_location1_o                   =>pqh_ptx_shd.g_old_rec.location1
 ,p_location2_o                   =>pqh_ptx_shd.g_old_rec.location2
 ,p_location3_o                   =>pqh_ptx_shd.g_old_rec.location3
 ,p_max_persons_o                 =>pqh_ptx_shd.g_old_rec.max_persons
 ,p_name_o                        =>pqh_ptx_shd.g_old_rec.name
 ,p_other_requirements_o          =>pqh_ptx_shd.g_old_rec.other_requirements
 ,p_overlap_period_o              =>pqh_ptx_shd.g_old_rec.overlap_period
 ,p_overlap_unit_cd_o             =>pqh_ptx_shd.g_old_rec.overlap_unit_cd
 ,p_passport_required_o           =>pqh_ptx_shd.g_old_rec.passport_required
 ,p_pay_term_end_day_cd_o         =>pqh_ptx_shd.g_old_rec.pay_term_end_day_cd
 ,p_pay_term_end_month_cd_o       =>pqh_ptx_shd.g_old_rec.pay_term_end_month_cd
 ,p_permanent_temporary_flag_o    =>pqh_ptx_shd.g_old_rec.permanent_temporary_flag
 ,p_permit_recruitment_flag_o     =>pqh_ptx_shd.g_old_rec.permit_recruitment_flag
 ,p_position_type_o               =>pqh_ptx_shd.g_old_rec.position_type
 ,p_posting_description_o         =>pqh_ptx_shd.g_old_rec.posting_description
 ,p_probation_period_o            =>pqh_ptx_shd.g_old_rec.probation_period
 ,p_probation_period_unit_cd_o    =>pqh_ptx_shd.g_old_rec.probation_period_unit_cd
 ,p_relocate_domestically_o       =>pqh_ptx_shd.g_old_rec.relocate_domestically
 ,p_relocate_internationally_o    =>pqh_ptx_shd.g_old_rec.relocate_internationally
 ,p_replacement_required_flag_o   =>pqh_ptx_shd.g_old_rec.replacement_required_flag
 ,p_review_flag_o                 =>pqh_ptx_shd.g_old_rec.review_flag
 ,p_seasonal_flag_o               =>pqh_ptx_shd.g_old_rec.seasonal_flag
 ,p_security_requirements_o       =>pqh_ptx_shd.g_old_rec.security_requirements
 ,p_service_minimum_o             =>pqh_ptx_shd.g_old_rec.service_minimum
 ,p_term_start_day_cd_o           =>pqh_ptx_shd.g_old_rec.term_start_day_cd
 ,p_term_start_month_cd_o         =>pqh_ptx_shd.g_old_rec.term_start_month_cd
 ,p_time_normal_finish_o          =>pqh_ptx_shd.g_old_rec.time_normal_finish
 ,p_time_normal_start_o           =>pqh_ptx_shd.g_old_rec.time_normal_start
 ,p_transaction_status_o          =>pqh_ptx_shd.g_old_rec.transaction_status
 ,p_travel_required_o             =>pqh_ptx_shd.g_old_rec.travel_required
 ,p_working_hours_o               =>pqh_ptx_shd.g_old_rec.working_hours
 ,p_works_council_approval_fla_o =>pqh_ptx_shd.g_old_rec.works_council_approval_flag
 ,p_work_any_country_o            =>pqh_ptx_shd.g_old_rec.work_any_country
 ,p_work_any_location_o           =>pqh_ptx_shd.g_old_rec.work_any_location
 ,p_work_period_type_cd_o         =>pqh_ptx_shd.g_old_rec.work_period_type_cd
 ,p_work_schedule_o               =>pqh_ptx_shd.g_old_rec.work_schedule
 ,p_work_duration_o               =>pqh_ptx_shd.g_old_rec.work_duration
 ,p_work_term_end_day_cd_o        =>pqh_ptx_shd.g_old_rec.work_term_end_day_cd
 ,p_work_term_end_month_cd_o      =>pqh_ptx_shd.g_old_rec.work_term_end_month_cd
 ,p_proposed_fte_for_layoff_o     =>pqh_ptx_shd.g_old_rec.proposed_fte_for_layoff
 ,p_proposed_date_for_layoff_o    =>pqh_ptx_shd.g_old_rec.proposed_date_for_layoff
 ,p_information1_o                =>pqh_ptx_shd.g_old_rec.information1
 ,p_information2_o                =>pqh_ptx_shd.g_old_rec.information2
 ,p_information3_o                =>pqh_ptx_shd.g_old_rec.information3
 ,p_information4_o                =>pqh_ptx_shd.g_old_rec.information4
 ,p_information5_o                =>pqh_ptx_shd.g_old_rec.information5
 ,p_information6_o                =>pqh_ptx_shd.g_old_rec.information6
 ,p_information7_o                =>pqh_ptx_shd.g_old_rec.information7
 ,p_information8_o                =>pqh_ptx_shd.g_old_rec.information8
 ,p_information9_o                =>pqh_ptx_shd.g_old_rec.information9
 ,p_information10_o               =>pqh_ptx_shd.g_old_rec.information10
 ,p_information11_o               =>pqh_ptx_shd.g_old_rec.information11
 ,p_information12_o               =>pqh_ptx_shd.g_old_rec.information12
 ,p_information13_o               =>pqh_ptx_shd.g_old_rec.information13
 ,p_information14_o               =>pqh_ptx_shd.g_old_rec.information14
 ,p_information15_o               =>pqh_ptx_shd.g_old_rec.information15
 ,p_information16_o               =>pqh_ptx_shd.g_old_rec.information16
 ,p_information17_o               =>pqh_ptx_shd.g_old_rec.information17
 ,p_information18_o               =>pqh_ptx_shd.g_old_rec.information18
 ,p_information19_o               =>pqh_ptx_shd.g_old_rec.information19
 ,p_information20_o               =>pqh_ptx_shd.g_old_rec.information20
 ,p_information21_o               =>pqh_ptx_shd.g_old_rec.information21
 ,p_information22_o               =>pqh_ptx_shd.g_old_rec.information22
 ,p_information23_o               =>pqh_ptx_shd.g_old_rec.information23
 ,p_information24_o               =>pqh_ptx_shd.g_old_rec.information24
 ,p_information25_o               =>pqh_ptx_shd.g_old_rec.information25
 ,p_information26_o               =>pqh_ptx_shd.g_old_rec.information26
 ,p_information27_o               =>pqh_ptx_shd.g_old_rec.information27
 ,p_information28_o               =>pqh_ptx_shd.g_old_rec.information28
 ,p_information29_o               =>pqh_ptx_shd.g_old_rec.information29
 ,p_information30_o               =>pqh_ptx_shd.g_old_rec.information30
 ,p_information_category_o        =>pqh_ptx_shd.g_old_rec.information_category
 ,p_attribute1_o                  =>pqh_ptx_shd.g_old_rec.attribute1
 ,p_attribute2_o                  =>pqh_ptx_shd.g_old_rec.attribute2
 ,p_attribute3_o                  =>pqh_ptx_shd.g_old_rec.attribute3
 ,p_attribute4_o                  =>pqh_ptx_shd.g_old_rec.attribute4
 ,p_attribute5_o                  =>pqh_ptx_shd.g_old_rec.attribute5
 ,p_attribute6_o                  =>pqh_ptx_shd.g_old_rec.attribute6
 ,p_attribute7_o                  =>pqh_ptx_shd.g_old_rec.attribute7
 ,p_attribute8_o                  =>pqh_ptx_shd.g_old_rec.attribute8
 ,p_attribute9_o                  =>pqh_ptx_shd.g_old_rec.attribute9
 ,p_attribute10_o                 =>pqh_ptx_shd.g_old_rec.attribute10
 ,p_attribute11_o                 =>pqh_ptx_shd.g_old_rec.attribute11
 ,p_attribute12_o                 =>pqh_ptx_shd.g_old_rec.attribute12
 ,p_attribute13_o                 =>pqh_ptx_shd.g_old_rec.attribute13
 ,p_attribute14_o                 =>pqh_ptx_shd.g_old_rec.attribute14
 ,p_attribute15_o                 =>pqh_ptx_shd.g_old_rec.attribute15
 ,p_attribute16_o                 =>pqh_ptx_shd.g_old_rec.attribute16
 ,p_attribute17_o                 =>pqh_ptx_shd.g_old_rec.attribute17
 ,p_attribute18_o                 =>pqh_ptx_shd.g_old_rec.attribute18
 ,p_attribute19_o                 =>pqh_ptx_shd.g_old_rec.attribute19
 ,p_attribute20_o                 =>pqh_ptx_shd.g_old_rec.attribute20
 ,p_attribute21_o                 =>pqh_ptx_shd.g_old_rec.attribute21
 ,p_attribute22_o                 =>pqh_ptx_shd.g_old_rec.attribute22
 ,p_attribute23_o                 =>pqh_ptx_shd.g_old_rec.attribute23
 ,p_attribute24_o                 =>pqh_ptx_shd.g_old_rec.attribute24
 ,p_attribute25_o                 =>pqh_ptx_shd.g_old_rec.attribute25
 ,p_attribute26_o                 =>pqh_ptx_shd.g_old_rec.attribute26
 ,p_attribute27_o                 =>pqh_ptx_shd.g_old_rec.attribute27
 ,p_attribute28_o                 =>pqh_ptx_shd.g_old_rec.attribute28
 ,p_attribute29_o                 =>pqh_ptx_shd.g_old_rec.attribute29
 ,p_attribute30_o                 =>pqh_ptx_shd.g_old_rec.attribute30
 ,p_attribute_category_o          =>pqh_ptx_shd.g_old_rec.attribute_category
 ,p_object_version_number_o       =>pqh_ptx_shd.g_old_rec.object_version_number
 ,p_pay_basis_id_o		  =>pqh_ptx_shd.g_old_rec.pay_basis_id
 ,p_supervisor_id_o		  =>pqh_ptx_shd.g_old_rec.supervisor_id
 ,p_wf_transaction_category_id_o  =>pqh_ptx_shd.g_old_rec.wf_transaction_category_id
      );
Line: 670

End post_update;
Line: 1323

  pqh_ptx_bus.update_validate(p_rec
  ,p_effective_date);
Line: 1328

  pre_update(p_rec);
Line: 1332

  update_dml(p_rec);
Line: 1336

  post_update(
p_effective_date,p_rec);