DBA Data[Home] [Help]

APPS.HR_EX_EMPLOYEE_INTERNAL dependencies on PAY_POG_ALL_ASSIGNMENTS_PKG

Line 513: pay_pog_all_assignments_pkg.after_delete

509: if (l_pds_rec.final_process_date is not null and
510: p_final_process_date is null)
511: then
512: -- Invoke pay pog processing
513: pay_pog_all_assignments_pkg.after_delete
514: (p_effective_date => p_effective_date
515: ,p_datetrack_mode => 'DELETE_NEXT_CHANGE'
516: ,p_validation_start_date => lr_asg_rec.effective_start_date
517: ,p_validation_end_date => lr_asg_rec.effective_end_date

Line 643: pay_pog_all_assignments_pkg.after_delete

639: p_final_process_date is not null and
640: l_pds_rec.final_process_date <> p_final_process_date)
641: then
642: -- Invoke pay pog processing
643: pay_pog_all_assignments_pkg.after_delete
644: (p_effective_date => p_effective_date
645: ,p_datetrack_mode => 'DELETE_NEXT_CHANGE'
646: ,p_validation_start_date => lr_asg_rec.effective_start_date
647: ,p_validation_end_date => lr_asg_rec.effective_end_date