DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on PER_PEOPLE3_PKG

Line 3545: per_people3_pkg.get_default_person_type

3541: -- Added for the bug 6497082 starts here
3542:
3543: hr_utility.set_location('### 3: hrhirapl.create_primary_assignment ',3979);
3544: hr_utility.set_location('### 3: hrhirapl.create_primary_assignment '||apl_asg_rec.assignment_status_type_id,3989);
3545: per_people3_pkg.get_default_person_type
3546: (p_required_type => 'ACTIVE_ASSIGN'
3547: ,p_business_group_id => p_business_group_id
3548: ,p_legislation_code => p_legislation_code
3549: ,p_person_type => l_assignment_status_type_id

Line 4156: per_people3_pkg.get_default_person_type

4152: );
4153: -- End changes for bug 13059935
4154:
4155: hr_utility.set_location('### 4: hrhirapl.create_primary_assignment'||emp_asg_rec.assignment_status_type_id,3991);
4156: per_people3_pkg.get_default_person_type
4157: (p_required_type => 'ACTIVE_ASSIGN'
4158: ,p_business_group_id => p_business_group_id
4159: ,p_legislation_code => p_legislation_code
4160: ,p_person_type => l_assignment_status_type_id

Line 5013: per_people3_pkg.get_default_person_type

5009: set pa.effective_end_date = l_end_date
5010: where current of unacc_cur;
5011: --Fix for bug 6514078 starts here
5012: --fix for bug 6036285 Starts here.
5013: per_people3_pkg.get_default_person_type
5014: (p_required_type => 'TERM_APL'
5015: ,p_business_group_id => p_business_group_id
5016: ,p_legislation_code => p_legislation_code
5017: ,p_person_type => l_assignment_status_type_id