DBA Data[Home] [Help]

APPS.PER_DB_PER_ADDITIONAL dependencies on HR_PER_TYPE_USAGE_INTERNAL

Line 975: hr_per_type_usage_internal.maintain_person_type_usage

971: ,null);
972: --
973: -- PTU : Following code added for PTU
974:
975: hr_per_type_usage_internal.maintain_person_type_usage
976: ( p_effective_date => l_effective_start_date
977: ,p_person_id => l_person_id
978: ,p_person_type_id => l_person_type_id
979: );

Line 1362: hr_per_type_usage_internal.maintain_person_type_usage

1358: --
1359: --
1360: -- PTU : Following code added for PTU
1361:
1362: hr_per_type_usage_internal.maintain_person_type_usage
1363: ( p_effective_date => l_effective_start_date
1364: ,p_person_id => l_person_id
1365: ,p_person_type_id => l_person_type_id
1366: );

Line 1654: hr_per_type_usage_internal.maintain_person_type_usage

1650: --
1651: --
1652: -- PTU : Following code added for PTU
1653:
1654: hr_per_type_usage_internal.maintain_person_type_usage
1655: ( p_effective_date => l_effective_start_date
1656: ,p_person_id => l_person_id
1657: ,p_person_type_id => l_person_type_id
1658: );