DBA Data[Home] [Help]

APPS.HR_CONTACT_API dependencies on HR_PER_TYPE_USAGE_INTERNAL

Line 461: hr_per_type_usage_internal.maintain_person_type_usage

457: (p_business_group_id,
458: 'OTHER');
459: end if;
460: --
461: hr_per_type_usage_internal.maintain_person_type_usage
462: (p_effective_date => p_start_date
463: ,p_person_id => l_person_id
464: ,p_person_type_id => l_person_type_id
465: );

Line 1137: hr_per_type_usage_internal.maintain_person_type_usage

1133: (p_business_group_id,
1134: 'OTHER');
1135: end if;
1136: --
1137: hr_per_type_usage_internal.maintain_person_type_usage
1138: (p_effective_date => p_start_date
1139: ,p_person_id => l_person_id
1140: ,p_person_type_id => l_person_type_id
1141: );