DBA Data[Home] [Help]

APPS.HR_CANCEL_HIRE_API dependencies on PER_CANCEL_HIRE_OR_APL_PKG

Line 325: per_cancel_hire_or_apl_pkg.lock_per_rows

321:
322: --
323: -- Lock the appropriate rows.
324: --
325: per_cancel_hire_or_apl_pkg.lock_per_rows
326: (p_person_id => p_person_id
327: ,p_primary_id => l_period_of_service_id
328: ,p_primary_date => l_date_start
329: ,p_business_group_id => l_business_group_id

Line 486: per_cancel_hire_or_apl_pkg.cancel_emp_apl_hire

482: hr_utility.set_location('l_date_start '||l_date_start,101);
483: hr_utility.set_location('hr_api.g_eot '||hr_api.g_eot,101);
484: hr_utility.set_location(' l_period_of_service_id '||l_period_of_service_id,101);
485:
486: per_cancel_hire_or_apl_pkg.cancel_emp_apl_hire
487: (
488: p_person_id => p_person_id
489: ,p_date_start => l_efd
490: ,p_end_of_time => hr_api.g_eot

Line 548: per_cancel_hire_or_apl_pkg.pre_cancel_checks

544: LOOP
545:
546: EXIT WHEN l_where = 'END';
547:
548: per_cancel_hire_or_apl_pkg.pre_cancel_checks
549: (
550: p_person_id => p_person_id
551: ,p_where => l_where
552: ,p_business_group_id => l_business_group_id

Line 605: per_cancel_hire_or_apl_pkg.do_cancel_hire

601: --
602: -- Process Logic. Perform the cancel hire.
603: --
604:
605: per_cancel_hire_or_apl_pkg.do_cancel_hire
606: (
607: p_person_id => p_person_id
608: ,p_date_start => l_date_start
609: ,p_end_of_time => hr_api.g_eot