DBA Data[Home] [Help]

APPS.PER_PEOPLE3_PKG dependencies on HRENTMNT

Line 598: hrentmnt.maintain_entries_asg

594: -- changed cal to use p_old_payroll_id => 2
595: -- and p_new_payroll_id=> 1 so that the NR entries get updated.
596: if(p_start_date <> p_old_start) then
597: -- Only call this if the hire dates have actually changed.
598: hrentmnt.maintain_entries_asg
599: (p_assignment_id =>l_assignment_id
600: ,p_old_payroll_id =>2
601: ,p_new_payroll_id =>1
602: ,p_business_group_id =>p_business_group_id

Line 615: hrentmnt.maintain_entries_asg(l_assignment_id

611: ,p_entries_changed =>l_entries_changed);
612: end if;
613: end if;
614: --
615: hrentmnt.maintain_entries_asg(l_assignment_id
616: ,p_business_group_id
617: ,'CHANGE_PQC'
618: ,NULL
619: ,NULL