DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_API dependencies on HR_ASSIGNMENT

Line 741: hr_assignment_internal.create_default_emp_asg

737: end if;
738: --
739: -- Create the default primary employee assignment
740: --
741: hr_assignment_internal.create_default_emp_asg
742: (p_effective_date => l_hire_date
743: ,p_person_id => l_person_id
744: ,p_business_group_id => p_business_group_id
745: ,p_period_of_service_id => l_period_of_service_id

Line 787: hr_assignment.update_assgn_context_value (p_business_group_id,

783: --
784: -- Start of fix for bug 3684087
785:
786: --start changes for bug 6598795
787: hr_assignment.update_assgn_context_value (p_business_group_id,
788: l_person_id,
789: l_assignment_id,
790: l_hire_date);
791:

Line 3398: hr_assignment_internal.create_default_emp_asg

3394: --
3395: -- create a default primary assignment with any corresponding standard
3396: -- element entries for the re-hired employee
3397: --
3398: hr_assignment_internal.create_default_emp_asg
3399: (p_effective_date => l_hire_date,
3400: p_person_id => p_person_id,
3401: p_business_group_id => l_business_group_id,
3402: p_period_of_service_id => l_period_of_service_id,

Line 4551: hr_assignment_internal.create_default_emp_asg

4547: end if;
4548: --
4549: -- Create a default employee assignment for the person
4550: --
4551: hr_assignment_internal.create_default_emp_asg
4552: (p_effective_date => l_effective_date
4553: ,p_business_group_id => l_per_details_rec.business_group_id
4554: ,p_person_id => p_person_id
4555: ,p_period_of_service_id => l_period_of_service_id