DBA Data[Home] [Help]

APPS.PER_PEOPLE3_PKG dependencies on HRENTMNT

Line 494: hrentmnt.maintain_entries_asg

490: -- changed cal to use p_old_payroll_id => 2
491: -- and p_new_payroll_id=> 1 so that the NR entries get updated.
492: if(p_start_date <> p_old_start) then
493: -- Only call this if the hire dates have actually changed.
494: hrentmnt.maintain_entries_asg
495: (p_assignment_id =>l_assignment_id
496: ,p_old_payroll_id =>2
497: ,p_new_payroll_id =>1
498: ,p_business_group_id =>p_business_group_id

Line 511: hrentmnt.maintain_entries_asg(l_assignment_id

507: ,p_entries_changed =>l_entries_changed);
508: end if;
509: end if;
510: --
511: hrentmnt.maintain_entries_asg(l_assignment_id
512: ,p_business_group_id
513: ,'CHANGE_PQC'
514: ,NULL
515: ,NULL