DBA Data[Home] [Help]

APPS.HR_IN_LOCATION_API dependencies on HR_LOCATION_API

Line 102: hr_location_api.create_location

98: IF g_trace THEN
99: hr_utility.set_location('Entering: '||l_proc, 10);
100: END IF ;
101:
102: hr_location_api.create_location
103: (
104: p_validate => p_validate
105: ,p_effective_date => p_effective_date
106: ,p_language_code => p_language_code

Line 282: hr_location_api.update_location

278: IF g_trace THEN
279: hr_utility.set_location('Entering: '||l_proc, 10);
280: END IF ;
281:
282: hr_location_api.update_location
283: (
284: p_validate => p_validate
285: ,p_effective_date => p_effective_date
286: ,p_language_code => p_language_code