DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_UPDATE dependencies on HR_PERSON

Line 1272: hr_person_address_api.cre_or_upd_person_address

1268: --
1269: --
1270: hr_utility.set_location(l_proc, 190);
1271: --
1272: hr_person_address_api.cre_or_upd_person_address
1273: (p_effective_date => l_creation_date --p_effective_date
1274: ,p_person_id => l_person_id
1275: ,p_update_mode => 'CORRECTION'
1276: ,p_primary_flag => 'Y'

Line 3912: hr_person_api.update_person

3908: from per_all_people_f
3909: where person_id=p_person_id
3910: and p_effective_date between effective_start_date
3911: and effective_end_date;
3912: hr_person_api.update_person
3913: (p_effective_date => p_effective_date
3914: ,p_datetrack_update_mode => l_per_datetrack_update_mode
3915: ,p_person_id => p_person_id
3916: ,p_party_id => l_party_id

Line 4056: hr_person.derive_full_name(p_first_name

4052: --changed as part of fix 2903984
4053: if l_full_name is not null then
4054: p_full_name:=l_full_name;
4055: else
4056: hr_person.derive_full_name(p_first_name
4057: ,p_middle_names
4058: ,p_last_name
4059: ,p_known_as
4060: ,p_title

Line 4179: hr_person_address_api.cre_or_upd_person_address

4175: --
4176: --
4177: hr_utility.set_location(l_proc, 190);
4178: --
4179: hr_person_address_api.cre_or_upd_person_address
4180: (p_effective_date => p_effective_date
4181: ,p_person_id => p_person_id
4182: ,p_update_mode => p_datetrack_update_mode
4183: ,p_primary_flag => 'Y'