DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on HR_PER_TYPE_USAGE_INTERNAL

Line 595: hr_per_type_usage_internal.maintain_person_type_usage

591: -- process create_default_apl_asg.
592: --
593: -- PTU : Following Code has been added
594:
595: hr_per_type_usage_internal.maintain_person_type_usage
596: (p_effective_date => l_date_received
597: ,p_person_id => l_person_id
598: ,p_person_type_id => l_person_type_id
599: );

Line 2288: -- hr_per_type_usage_internal.maintain_ptu(

2284: hr_utility.set_location(l_proc,190);
2285: -- PTU : Commented
2286: -- Added to terminate APL record
2287: -- Bug 1253785
2288: -- hr_per_type_usage_internal.maintain_ptu(
2289: -- p_action => 'HIRE_APL',
2290: -- p_person_id => p_person_id,
2291: -- p_actual_termination_date => p_hire_date-1);
2292: --

Line 2447: hr_per_type_usage_internal.maintain_person_type_usage

2443: hr_utility.set_location(l_proc,284);
2444: --
2445: -- PTU : Following Code has been added
2446:
2447: hr_per_type_usage_internal.maintain_person_type_usage
2448: (p_effective_date => l_hire_date
2449: ,p_person_id => p_person_id
2450: ,p_person_type_id => l_person_type_id
2451: --bug no 5105005

Line 2465: hr_per_type_usage_internal.maintain_person_type_usage

2461: ,'EX_APL');
2462:
2463: hr_utility.set_location(l_proc,288);
2464: --
2465: hr_per_type_usage_internal.maintain_person_type_usage
2466: (p_effective_date => l_hire_date
2467: ,p_person_id => p_person_id
2468: ,p_person_type_id => l_person_type_id1
2469: );

Line 3641: -- hr_per_type_usage_internal.maintain_ptu

3637: -- Maintain person type usage records
3638: --
3639: -- PTU : Commented
3640:
3641: -- hr_per_type_usage_internal.maintain_ptu
3642: -- (p_person_id => p_person_id
3643: -- ,p_action => 'TERM_APL'
3644: -- ,p_business_group_id => l_application.business_group_id
3645: -- ,p_actual_termination_date => l_effective_date

Line 3652: -- hr_per_type_usage_internal.maintain_person_type_usage

3648: -- PTU : Following Code has been added
3649: --
3650: -- hr_utility.set_location(l_proc,100);
3651: --
3652: -- hr_per_type_usage_internal.maintain_person_type_usage
3653: -- (p_effective_date => l_effective_date + 1
3654: -- ,p_person_id => p_person_id
3655: -- ,p_person_type_id => l_person_type_id
3656: -- );