DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on HR_PER_TYPE_USAGE_INTERNAL

Line 596: hr_per_type_usage_internal.maintain_person_type_usage

592:
593: --
594: -- create the extra PTU entry for iRecruitment Candidate
595: --
596: hr_per_type_usage_internal.maintain_person_type_usage
597: (p_effective_date => l_start_date
598: ,p_person_id => l_person_id
599: ,p_person_type_id => l_ptu_person_type_id
600: );

Line 2523: hr_per_type_usage_internal.maintain_person_type_usage

2519: 'IRC_REG_USER');
2520: --
2521: -- create the extra PTU entry for iRecruitment Candidate
2522: --
2523: hr_per_type_usage_internal.maintain_person_type_usage
2524: (p_effective_date => l_effective_start_date
2525: ,p_person_id => l_person_id
2526: ,p_person_type_id => l_ptu_person_type_id
2527: );

Line 3722: hr_per_type_usage_internal.maintain_person_type_usage

3718: if ptu_exists%notfound then
3719: close ptu_exists;
3720: hr_utility.set_location(l_proc,140);
3721:
3722: hr_per_type_usage_internal.maintain_person_type_usage
3723: (p_effective_date => trunc(sysdate)
3724: ,p_person_id => l_person_id
3725: ,p_person_type_id => l_ptu_person_type_id
3726: );

Line 4306: hr_per_type_usage_internal.maintain_person_type_usage

4302: fetch ptu_exists into l_dummy;
4303: if ptu_exists%notfound then
4304: close ptu_exists;
4305: hr_utility.set_location(l_proc,140);
4306: hr_per_type_usage_internal.maintain_person_type_usage
4307: (p_effective_date => trunc(sysdate)
4308: ,p_person_id => l_person_id
4309: ,p_person_type_id => l_ptu_person_type_id
4310: );