DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on PER_PEOPLE3_PKG

Line 3117: per_people3_pkg.get_default_person_type

3113: -- Added for the bug 6497082 starts here
3114:
3115: hr_utility.set_location('### 3: hrhirapl.create_primary_assignment ',3979);
3116: hr_utility.set_location('### 3: hrhirapl.create_primary_assignment '||apl_asg_rec.assignment_status_type_id,3989);
3117: per_people3_pkg.get_default_person_type
3118: (p_required_type => 'ACTIVE_ASSIGN'
3119: ,p_business_group_id => p_business_group_id
3120: ,p_legislation_code => p_legislation_code
3121: ,p_person_type => l_assignment_status_type_id

Line 3596: per_people3_pkg.get_default_person_type

3592: -- Added for the bug 6497082 starts here
3593:
3594: hr_utility.set_location('### 4: hrhirapl.create_primary_assignment',3981);
3595: hr_utility.set_location('### 4: hrhirapl.create_primary_assignment'||emp_asg_rec.assignment_status_type_id,3991);
3596: per_people3_pkg.get_default_person_type
3597: (p_required_type => 'ACTIVE_ASSIGN'
3598: ,p_business_group_id => p_business_group_id
3599: ,p_legislation_code => p_legislation_code
3600: ,p_person_type => l_assignment_status_type_id

Line 4408: per_people3_pkg.get_default_person_type

4404: set pa.effective_end_date = l_end_date
4405: where current of unacc_cur;
4406: --Fix for bug 6514078 starts here
4407: --fix for bug 6036285 Starts here.
4408: per_people3_pkg.get_default_person_type
4409: (p_required_type => 'TERM_APL'
4410: ,p_business_group_id => p_business_group_id
4411: ,p_legislation_code => p_legislation_code
4412: ,p_person_type => l_assignment_status_type_id