DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_UPDATE dependencies on HR_PERSON_ADDRESS_API

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 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'