DBA Data[Home] [Help]

APPS.PER_APPLICATIONS_PKG dependencies on HR_PER_TYPE_USAGE_INTERNAL

Line 2708: -- hr_per_type_usage_internal.maintain_person_type_usage

2704: --if nvl(l_person_type_id,-1) <> p_person_type_id then
2705: -- if p_date_end +1 = l_start_date then
2706: -- l_update_mode := hr_api.g_correction;
2707: -- end if;
2708: -- hr_per_type_usage_internal.maintain_person_type_usage
2709: -- ( p_effective_date => p_Date_End+1
2710: -- ,p_person_id => p_Person_id
2711: -- ,p_person_type_id => p_Person_Type_Id
2712: -- ,p_datetrack_update_mode => l_update_mode

Line 2724: -- hr_per_type_usage_internal.maintain_ptu(

2720: --Bug No 3891787 ends here
2721: --hr_utility.set_location('per_applications_pkg.update_row',50);
2722: -- End of PTU Changes
2723: --
2724: -- hr_per_type_usage_internal.maintain_ptu(
2725: -- p_action => 'TERM_APL',
2726: -- p_person_id => p_Person_id,
2727: -- p_actual_termination_date => p_Date_End);
2728: else

Line 2732: -- hr_per_type_usage_internal.maintain_ptu(

2728: else
2729: --
2730: -- Either rev-terming or updating an unterminated application
2731: --
2732: -- hr_per_type_usage_internal.maintain_ptu(
2733: -- p_action => 'REV_TERM_APL',
2734: -- p_date_start => p_date_received,
2735: -- p_person_id => p_person_id);
2736:

Line 2758: hr_per_type_usage_internal.cancel_person_type_usage

2754: hr_utility.set_location('per_applications_pkg.p_date_end = '||to_char(l_date_end,'DD/MM/YYYY'),60);
2755: hr_utility.set_location('per_applications_pkg.p_person_id = '||to_char(p_person_id),60);
2756:
2757: if l_date_end is not null then
2758: hr_per_type_usage_internal.cancel_person_type_usage
2759: (
2760: p_effective_date => l_date_end
2761: ,p_person_id => p_person_id
2762: ,p_system_person_type => 'EX_APL'