DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on HR_PERSON_API

Line 577: hr_person_api.update_person(p_effective_date => l_start_date

573:
574: -- calling this will associate the TCA party with the newly created Candidate and prevent PTU code from
575: -- creating a new TCA record
576: if p_party_id is not NULL then
577: hr_person_api.update_person(p_effective_date => l_start_date
578: ,p_datetrack_update_mode => 'CORRECTION'
579: ,p_person_id => l_person_id
580: ,p_party_id => p_party_id
581: ,p_employee_number => l_employee_number /* CHECK THIS*/

Line 1525: hr_person_api.update_person

1521: if (l_last_name_phonetic is null) then
1522: l_last_name_phonetic :=
1523: fnd_message.get_string('PER','IRC_412108_UNKNOWN_NAME');
1524: end if;
1525: hr_person_api.update_person
1526: (p_validate => false
1527: ,p_effective_date => l_effective_date
1528: ,p_datetrack_update_mode => 'CORRECTION'
1529: ,p_person_id => p_person_id

Line 1612: hr_person_api.update_person

1608: ,p_assign_payroll_warning => l_assign_payroll_warning
1609: ,p_orig_hire_warning => l_orig_hire_warning
1610: );
1611: elsif (l_legislation_code = 'KR') then
1612: hr_person_api.update_person
1613: (p_validate => false
1614: ,p_effective_date => l_effective_date
1615: ,p_datetrack_update_mode => 'CORRECTION'
1616: ,p_person_id => p_person_id

Line 1699: hr_person_api.update_person

1695: ,p_assign_payroll_warning => l_assign_payroll_warning
1696: ,p_orig_hire_warning => l_orig_hire_warning
1697: );
1698: else
1699: hr_person_api.update_person
1700: (p_validate => false
1701: ,p_effective_date => l_effective_date
1702: ,p_datetrack_update_mode => 'CORRECTION'
1703: ,p_person_id => p_person_id

Line 2044: -- variables for hr_person_api.update_person

2040: l_recruiter_id per_all_vacancies.recruiter_id%type;
2041: l_people_group_id per_all_vacancies.people_group_id%type;
2042: l_legislation_code per_business_groups.legislation_code%type;
2043: --
2044: -- variables for hr_person_api.update_person
2045: --
2046: l_object_version_number per_all_people_f.object_version_number%TYPE;
2047: l_employee_number per_all_people_f.employee_number%TYPE;
2048: --

Line 3903: hr_person_api.update_person

3899: else
3900: l_dt_mode:='UPDATE';
3901: end if;
3902: -- now update the person record to set the e-mail address
3903: hr_person_api.update_person
3904: (p_validate => false
3905: ,p_effective_date => trunc(sysdate)
3906: ,p_datetrack_update_mode => l_dt_mode
3907: ,p_person_id => l_person_id

Line 4281: hr_person_api.update_person

4277: else
4278: l_dt_mode:='UPDATE';
4279: end if;
4280: -- update the person record with the email address
4281: hr_person_api.update_person
4282: (p_validate => false
4283: ,p_effective_date => trunc(sysdate)
4284: ,p_datetrack_update_mode => l_dt_mode
4285: ,p_person_id => l_person_id