DBA Data[Home] [Help]

APPS.PQP_RIW_LOCATION_WRAPPER dependencies on HR_LOCATION_API

Line 483: hr_location_api.create_location

479: if(l_create_flag = 1) then
480: if (p_crt_upd = 'U') then
481: raise e_crt_not_allowed; -- Update only flag is enabled but Trying to Create
482: end if;
483: hr_location_api.create_location
484: (p_validate => false
485: ,p_effective_date => p_effective_date
486: ,p_language_code => p_language_code
487: ,p_location_code => p_location_code

Line 659: hr_location_api.update_location(

655:
656: select object_version_number into l_object_version_number from
657: hr_locations_all where location_id = l_location_id;
658:
659: hr_location_api.update_location(
660: p_validate => false
661: ,p_effective_date => p_effective_date
662: ,p_location_id => l_location_id
663: ,p_language_code => p_language_code