DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on HR_PERSON_TYPE_USAGE_INFO

Line 294: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id

290: end if;
291: --
292: -- get the PTU person type for iRecruitment Candidate
293: --
294: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id
295: (p_business_group_id,
296: 'IRC_REG_USER');
297: --
298: -- Handle phonetic names for Japanese legislation

Line 2517: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id

2513: end if;
2514: --
2515: -- get the PTU person type for iRecruitment Candidate
2516: --
2517: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id
2518: (l_business_group_id,
2519: 'IRC_REG_USER');
2520: --
2521: -- create the extra PTU entry for iRecruitment Candidate

Line 3713: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id

3709: ,l_employee_number
3710: ,l_person_start_date;
3711: close get_bg;
3712:
3713: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id
3714: (l_business_group_id,
3715: 'IRC_REG_USER');
3716: open ptu_exists(l_person_id,l_ptu_person_type_id);
3717: fetch ptu_exists into l_dummy;

Line 4298: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id

4294: ,p_assign_payroll_warning => l_assign_payroll_warning
4295: ,p_orig_hire_warning => l_orig_hire_warning
4296: );
4297: --
4298: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id
4299: (l_pers_business_group_id, 'IRC_REG_USER');
4300: if l_ptu_person_type_id is not null then
4301: open ptu_exists(l_person_id,l_ptu_person_type_id);
4302: fetch ptu_exists into l_dummy;

Line 4509: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id

4505: if irc_utilities_pkg.is_internal_person(p_user_name,trunc(sysdate)) <> 'TRUE' then
4506: open get_bg(l_person_id);
4507: fetch get_bg into l_pers_business_group_id;
4508: close get_bg;
4509: l_ptu_person_type_id:=hr_person_type_usage_info.get_default_person_type_id
4510: (l_pers_business_group_id, 'IRC_REG_USER');
4511: hr_utility.set_location(l_proc, 15);
4512: -- if the person's BG doesn't have the iRecruitment Candidate defined
4513: -- ignore??