DBA Data[Home] [Help]

APPS.PER_APPLICATIONS_PKG dependencies on HR_PER_TYPE_USAGE_INTERNAL

Line 2368: -- hr_per_type_usage_internal.maintain_person_type_usage

2364: --if nvl(l_person_type_id,-1) <> p_person_type_id then
2365: -- if p_date_end +1 = l_start_date then
2366: -- l_update_mode := hr_api.g_correction;
2367: -- end if;
2368: -- hr_per_type_usage_internal.maintain_person_type_usage
2369: -- ( p_effective_date => p_Date_End+1
2370: -- ,p_person_id => p_Person_id
2371: -- ,p_person_type_id => p_Person_Type_Id
2372: -- ,p_datetrack_update_mode => l_update_mode

Line 2384: -- hr_per_type_usage_internal.maintain_ptu(

2380: --Bug No 3891787 ends here
2381: --hr_utility.set_location('per_applications_pkg.update_row',50);
2382: -- End of PTU Changes
2383: --
2384: -- hr_per_type_usage_internal.maintain_ptu(
2385: -- p_action => 'TERM_APL',
2386: -- p_person_id => p_Person_id,
2387: -- p_actual_termination_date => p_Date_End);
2388: else

Line 2392: -- hr_per_type_usage_internal.maintain_ptu(

2388: else
2389: --
2390: -- Either rev-terming or updating an unterminated application
2391: --
2392: -- hr_per_type_usage_internal.maintain_ptu(
2393: -- p_action => 'REV_TERM_APL',
2394: -- p_date_start => p_date_received,
2395: -- p_person_id => p_person_id);
2396:

Line 2407: hr_per_type_usage_internal.cancel_person_type_usage

2403: hr_utility.set_location('per_applications_pkg.p_date_received = '||to_char(p_date_received,'DD/MM/YYYY'),60);
2404: hr_utility.set_location('per_applications_pkg.p_date_end = '||to_char(l_date_end,'DD/MM/YYYY'),60);
2405: hr_utility.set_location('per_applications_pkg.p_person_id = '||to_char(p_person_id),60);
2406:
2407: hr_per_type_usage_internal.cancel_person_type_usage
2408: (
2409: p_effective_date => l_date_end
2410: ,p_person_id => p_person_id
2411: ,p_system_person_type => 'EX_APL'