DBA Data[Home] [Help]

APPS.IRC_PARTY_PERSON_UTL dependencies on HR_API

Line 290: if hr_api.not_exists_in_hr_lookups

286: end if;
287: if rtrim(party_rec.person_last_name) is null then
288: party_rec.person_last_name:=fnd_message.get_string('PER','IRC_412108_UNKNOWN_NAME');
289: end if;
290: if hr_api.not_exists_in_hr_lookups
291: (p_effective_date=>l_start_date
292: ,p_lookup_type=>'TITLE'
293: ,p_lookup_code=>party_rec.person_title) then
294: party_rec.person_title:=null;

Line 296: if hr_api.not_exists_in_hr_lookups

292: ,p_lookup_type=>'TITLE'
293: ,p_lookup_code=>party_rec.person_title) then
294: party_rec.person_title:=null;
295: end if;
296: if hr_api.not_exists_in_hr_lookups
297: (p_effective_date=>l_start_date
298: ,p_lookup_type=>'MAR_STATUS'
299: ,p_lookup_code=>party_rec.marital_status) then
300: party_rec.marital_status:=null;

Line 436: l_employee_number:=hr_api.g_varchar2;

432: open get_current_person_rec(l_person_ids(i));
433: fetch get_current_person_rec into l_email_address,l_object_version_number;
434: if get_current_person_rec%found and l_email_address is null then
435: close get_current_person_rec;
436: l_employee_number:=hr_api.g_varchar2;
437: open get_email_rec(l_party_ids(i));
438: fetch get_email_rec into l_email_address,l_start_date_dummy;
439: close get_email_rec;
440: hr_person_api.update_person