DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on HR_PERSON_TYPE_USAGE_INFO

Line 304: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id

300: end if;
301: --
302: -- get the PTU person type for iRecruitment Candidate
303: --
304: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id
305: (p_business_group_id,
306: 'IRC_REG_USER');
307: --
308: -- Handle Kana and Kanji names for Japan legislation

Line 2630: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id

2626: end if;
2627: --
2628: -- get the PTU person type for iRecruitment Candidate
2629: --
2630: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id
2631: (l_business_group_id,
2632: 'IRC_REG_USER');
2633: --
2634: -- create the extra PTU entry for iRecruitment Candidate

Line 3885: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id

3881: ,l_employee_number
3882: ,l_person_start_date;
3883: close get_bg;
3884:
3885: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id
3886: (l_business_group_id,
3887: 'IRC_REG_USER');
3888: open ptu_exists(l_person_id,l_ptu_person_type_id);
3889: fetch ptu_exists into l_dummy;

Line 4528: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id

4524: ,p_assign_payroll_warning => l_assign_payroll_warning
4525: ,p_orig_hire_warning => l_orig_hire_warning
4526: );
4527: --
4528: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id
4529: (l_pers_business_group_id, 'IRC_REG_USER');
4530: if l_ptu_person_type_id is not null then
4531: open ptu_exists(l_person_id,l_ptu_person_type_id);
4532: fetch ptu_exists into l_dummy;

Line 4739: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id

4735: if irc_utilities_pkg.is_internal_person(p_user_name,trunc(sysdate)) <> 'TRUE' then
4736: open get_bg(l_person_id);
4737: fetch get_bg into l_pers_business_group_id;
4738: close get_bg;
4739: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id
4740: (l_pers_business_group_id, 'IRC_REG_USER');
4741: hr_utility.set_location(l_proc, 15);
4742: -- if the person's BG doesn't have the iRecruitment Candidate defined
4743: -- ignore??

Line 5886: if(hr_person_type_usage_info.Futsyspertypechgexists(l_ptu_id

5882: close csr_ptu_details;
5883: --
5884: if (l_s_person_type = 'APL') then
5885: --
5886: if(hr_person_type_usage_info.Futsyspertypechgexists(l_ptu_id
5887: ,trunc(sysdate)
5888: ,csr_persons.person_id)
5889: ) then
5890: --

Line 6719: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id

6715: end if;
6716: --
6717: -- get the PTU person type for iRecruitment Candidate
6718: --
6719: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id
6720: (p_business_group_id,
6721: 'IRC_REG_USER');
6722: hr_utility.set_location('Value of IRC_REG_USER person_type_id: '|| l_ptu_person_type_id,200);
6723: --