DBA Data[Home] [Help]

APPS.HR_PL_ASSIGNMENT_API dependencies on HR_ASSIGNMENT_API

Line 226: hr_assignment_api.create_secondary_emp_asg

222: --
223: --
224: -- Call create_secondary_emp_asg
225: --
226: hr_assignment_api.create_secondary_emp_asg
227: */
228: hr_pl_assignment_api.create_pl_secondary_emp_asg
229: (p_validate =>p_validate
230: ,p_effective_date =>p_effective_date

Line 607: hr_assignment_api.create_secondary_emp_asg

603: --
604: --
605: -- Call create_secondary_emp_asg
606: --
607: hr_assignment_api.create_secondary_emp_asg
608: ( p_validate => p_validate
609: ,p_effective_date => p_effective_date
610: ,p_person_id => p_person_id
611: ,p_organization_id => p_organization_id

Line 953: hr_assignment_api.update_emp_asg

949: --
950: -- Call update_emp_asg business process
951: --
952:
953: hr_assignment_api.update_emp_asg
954:
955: */
956: hr_pl_assignment_api.update_pl_emp_asg
957: ( p_validate =>p_validate

Line 1260: hr_assignment_api.update_emp_asg

1256: --
1257: -- Call update_emp_asg business process
1258: --
1259:
1260: hr_assignment_api.update_emp_asg
1261: (
1262: p_validate => p_validate
1263: ,p_effective_date => p_effective_date
1264: ,p_datetrack_update_mode => p_datetrack_update_mode