DBA Data[Home] [Help]

APPS.XLE_LEGAL_ADDRESS_SWI dependencies on HR_LOCATION_API

Line 107: hr_location_api.create_location_legal_adr

103:
104: --
105: -- Call API
106: --
107: hr_location_api.create_location_legal_adr
108: (p_validate => l_validate
109: ,p_effective_date => p_effective_date
110: ,p_language_code => p_language_code
111: ,p_location_code => p_location_code

Line 332: hr_location_api.update_location_legal_adr

328:
329: --
330: -- Call API
331: --
332: hr_location_api.update_location_legal_adr
333: (p_validate => l_validate
334: ,p_effective_date => p_effective_date
335: ,p_location_id => p_location_id
336: ,p_description => p_description

Line 492: hr_location_api.enable_location_legal_adr

488: --
489: -- Call API
490: --
491:
492: hr_location_api.enable_location_legal_adr
493: ( p_validate => false
494: ,p_effective_date => sysdate
495: ,p_location_id => p_location_id
496: ,p_object_version_number =>l_object_version_number