DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on HR_PER_TYPE_USAGE_INTERNAL

Line 618: hr_per_type_usage_internal.maintain_person_type_usage

614:
615: --
616: -- create the extra PTU entry for iRecruitment Candidate
617: --
618: hr_per_type_usage_internal.maintain_person_type_usage
619: (p_effective_date => l_start_date
620: ,p_person_id => l_person_id
621: ,p_person_type_id => l_ptu_person_type_id
622: );

Line 2636: hr_per_type_usage_internal.maintain_person_type_usage

2632: 'IRC_REG_USER');
2633: --
2634: -- create the extra PTU entry for iRecruitment Candidate
2635: --
2636: hr_per_type_usage_internal.maintain_person_type_usage
2637: (p_effective_date => l_effective_start_date
2638: ,p_person_id => l_person_id
2639: ,p_person_type_id => l_ptu_person_type_id
2640: );

Line 3894: hr_per_type_usage_internal.maintain_person_type_usage

3890: if ptu_exists%notfound then
3891: close ptu_exists;
3892: hr_utility.set_location(l_proc,140);
3893:
3894: hr_per_type_usage_internal.maintain_person_type_usage
3895: (p_effective_date => trunc(sysdate)
3896: ,p_person_id => l_person_id
3897: ,p_person_type_id => l_ptu_person_type_id
3898: );

Line 4536: hr_per_type_usage_internal.maintain_person_type_usage

4532: fetch ptu_exists into l_dummy;
4533: if ptu_exists%notfound then
4534: close ptu_exists;
4535: hr_utility.set_location(l_proc,140);
4536: hr_per_type_usage_internal.maintain_person_type_usage
4537: (p_effective_date => trunc(sysdate)
4538: ,p_person_id => l_person_id
4539: ,p_person_type_id => l_ptu_person_type_id
4540: );

Line 6726: hr_utility.set_location('Calling hr_per_type_usage_internal.maintain_person_type_usage ',210);

6722: hr_utility.set_location('Value of IRC_REG_USER person_type_id: '|| l_ptu_person_type_id,200);
6723: --
6724: -- create the extra PTU entry for iRecruitment Candidate
6725: --
6726: hr_utility.set_location('Calling hr_per_type_usage_internal.maintain_person_type_usage ',210);
6727: hr_per_type_usage_internal.maintain_person_type_usage
6728: (p_effective_date => l_effective_start_date
6729: ,p_person_id => l_person_id
6730: ,p_person_type_id => l_ptu_person_type_id

Line 6727: hr_per_type_usage_internal.maintain_person_type_usage

6723: --
6724: -- create the extra PTU entry for iRecruitment Candidate
6725: --
6726: hr_utility.set_location('Calling hr_per_type_usage_internal.maintain_person_type_usage ',210);
6727: hr_per_type_usage_internal.maintain_person_type_usage
6728: (p_effective_date => l_effective_start_date
6729: ,p_person_id => l_person_id
6730: ,p_person_type_id => l_ptu_person_type_id
6731: );