DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_UPDATE dependencies on HR_PERSON

Line 1279: hr_person_address_api.cre_or_upd_person_address

1275: --
1276: hr_utility.set_location(l_proc, 190);
1277: hr_utility.set_location('Insert Add Before:' || fnd_profile.value('PER_ORGANIZATION_ID'), 13163);
1278: --
1279: hr_person_address_api.cre_or_upd_person_address
1280: (p_effective_date => l_creation_date --p_effective_date
1281: ,p_person_id => l_person_id
1282: ,p_update_mode => 'CORRECTION'
1283: ,p_primary_flag => 'Y'

Line 3948: hr_person_api.update_person

3944: from per_all_people_f
3945: where person_id=p_person_id
3946: and p_effective_date between effective_start_date
3947: and effective_end_date;
3948: hr_person_api.update_person
3949: (p_effective_date => p_effective_date
3950: ,p_datetrack_update_mode => l_per_datetrack_update_mode
3951: ,p_person_id => p_person_id
3952: ,p_party_id => l_party_id

Line 4092: hr_person.derive_full_name(p_first_name

4088: --changed as part of fix 2903984
4089: if l_full_name is not null then
4090: p_full_name:=l_full_name;
4091: else
4092: hr_person.derive_full_name(p_first_name
4093: ,p_middle_names
4094: ,p_last_name
4095: ,p_known_as
4096: ,p_title

Line 4215: hr_person_address_api.cre_or_upd_person_address

4211: --
4212: --
4213: hr_utility.set_location(l_proc, 190);
4214: --
4215: hr_person_address_api.cre_or_upd_person_address
4216: (p_effective_date => p_effective_date
4217: ,p_person_id => p_person_id
4218: ,p_update_mode => p_datetrack_update_mode
4219: ,p_primary_flag => 'Y'