DBA Data[Home] [Help]

APPS.PER_PEOPLE_PKG dependencies on HR_PER_TYPE_USAGE_INTERNAL

Line 612: hr_per_type_usage_internal.maintain_person_type_usage

608: ,p_business_group_id => p_business_group_id
609: ,p_expected_sys_type => 'EMP');
610:
611:
612: hr_per_type_usage_internal.maintain_person_type_usage
613: (p_effective_date => p_effective_start_date
614: ,p_person_id => p_person_id
615: ,p_person_type_id => l_person_type_id
616: );

Line 648: hr_per_type_usage_internal.maintain_person_type_usage

644: (p_person_type_id => l_person_type_id
645: ,p_business_group_id => p_business_group_id
646: ,p_expected_sys_type => 'APL');
647:
648: hr_per_type_usage_internal.maintain_person_type_usage
649: (p_effective_date => p_effective_start_date
650: ,p_person_id => p_person_id
651: ,p_person_type_id => l_person_type_id
652: );