DBA Data[Home] [Help]

APPS.HR_EX_EMPLOYEE_INTERNAL dependencies on PAY_POG_ALL_ASSIGNMENTS_PKG

Line 521: pay_pog_all_assignments_pkg.after_delete

517: if (l_pds_rec.final_process_date is not null and
518: p_final_process_date is null)
519: then
520: -- Invoke pay pog processing
521: pay_pog_all_assignments_pkg.after_delete
522: (p_effective_date => p_effective_date
523: ,p_datetrack_mode => 'DELETE_NEXT_CHANGE'
524: ,p_validation_start_date => lr_asg_rec.effective_start_date
525: ,p_validation_end_date => lr_asg_rec.effective_end_date

Line 651: pay_pog_all_assignments_pkg.after_delete

647: p_final_process_date is not null and
648: l_pds_rec.final_process_date <> p_final_process_date)
649: then
650: -- Invoke pay pog processing
651: pay_pog_all_assignments_pkg.after_delete
652: (p_effective_date => p_effective_date
653: ,p_datetrack_mode => 'DELETE_NEXT_CHANGE'
654: ,p_validation_start_date => lr_asg_rec.effective_start_date
655: ,p_validation_end_date => lr_asg_rec.effective_end_date