DBA Data[Home] [Help]

APPS.PER_OTHERBG_APL_API dependencies on HR_PER_TYPE_USAGE_INTERNAL

Line 608: hr_per_type_usage_internal.cancel_person_type_usage

604: hr_utility.set_location('per_applications_pkg.l_date_received = '||to_char(l_date_received,'DD/MM/YYYY'),60);
605: hr_utility.set_location('per_applications_pkg.l_date_end = '||to_char(l_date_end1,'DD/MM/YYYY'),60);
606: hr_utility.set_location('per_applications_pkg.l_person_id = '||to_char(l_person_id),60);
607:
608: hr_per_type_usage_internal.cancel_person_type_usage
609: (
610: p_effective_date => l_date_end1
611: ,p_person_id => l_person_id
612: ,p_system_person_type => 'EX_APL'