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: p_hire_date);
791:

Line 3086: hr_assignment_internal.create_default_emp_asg

3082: --
3083: -- create a default primary assignment with any corresponding standard
3084: -- element entries for the re-hired employee
3085: --
3086: hr_assignment_internal.create_default_emp_asg
3087: (p_effective_date => l_hire_date,
3088: p_person_id => p_person_id,
3089: p_business_group_id => l_business_group_id,
3090: p_period_of_service_id => l_period_of_service_id,

Line 4216: hr_assignment_internal.create_default_emp_asg

4212: end if;
4213: --
4214: -- Create a default employee assignment for the person
4215: --
4216: hr_assignment_internal.create_default_emp_asg
4217: (p_effective_date => l_effective_date
4218: ,p_business_group_id => l_per_details_rec.business_group_id
4219: ,p_person_id => p_person_id
4220: ,p_period_of_service_id => l_period_of_service_id