DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on HR_PERSON_TYPE_USAGE_INFO

Line 523: l_apl_person_type_id := hr_person_type_usage_info.get_default_person_type_id (p_business_group_id,'APL');

519: );
520:
521: end loop;
522:
523: l_apl_person_type_id := hr_person_type_usage_info.get_default_person_type_id (p_business_group_id,'APL');
524:
525: -- merging PTU APL data
526: open get_max_end_date(l_date_recieved);
527: fetch get_max_end_date into l_max_ptu_end_date;

Line 22927: hr_person_type_usage_info.get_default_person_type_id(l_assignment.business_group_id,'EX_APL');

22923: hr_utility.set_location('l_assignment.effective_start_date'||l_assignment.effective_start_date,68);
22924:
22925: If p_effective_date < l_apl_min_start_date then
22926: l_person_type_id :=
22927: hr_person_type_usage_info.get_default_person_type_id(l_assignment.business_group_id,'EX_APL');
22928: hr_utility.set_location('l_person_type_id:'||l_person_type_id,69);
22929:
22930: --Transform person onto EX-APL on "min no end dated" - 1
22931: hr_applicant_internal.Update_PER_PTU_to_EX_APL(