DBA Data[Home] [Help]

APPS.PAY_US_PAYSLIP_SIMULATION_MAIN dependencies on HR_ASSIGNMENT_API

Line 648: hr_assignment_api.update_emp_asg

644: /* This API call updates the Work At Home Preference also. If there is
645: change to this value, then it will also happen as we are passing the
646: latest value stored in lct_region1.aei_information5*/
647:
648: hr_assignment_api.update_emp_asg
649: ( p_effective_date => ld_effective_date
650: ,p_datetrack_update_mode => lv_datetrack_update_mode
651: ,p_assignment_id => ln_assignment_id
652: ,p_object_version_number => ln_asg_object_version_number

Line 674: hr_assignment_api.update_emp_asg

670: /* If above API call does not get executed because the Override Location is
671: not present, then we need to call below API to update Work At Home value
672: and this needs to be done only if there is a change to Work At Home*/
673:
674: hr_assignment_api.update_emp_asg
675: ( p_effective_date => ld_effective_date
676: ,p_datetrack_update_mode => lv_datetrack_update_mode
677: ,p_assignment_id => ln_assignment_id
678: ,p_object_version_number => ln_asg_object_version_number

Line 697: hr_assignment_api.update_emp_asg_criteria

693: END IF;
694:
695: IF lv_work_location_changed = 'Y' THEN
696:
697: hr_assignment_api.update_emp_asg_criteria
698: ( p_effective_date => ld_effective_date
699: ,p_datetrack_update_mode => lv_datetrack_update_mode
700: ,p_assignment_id => ln_assignment_id
701: ,p_location_id => lct_region1.aei_information4