DBA Data[Home] [Help]

APPS.PER_REI_SHD dependencies on HR_UTILITY

Line 201: hr_utility.set_location('Entering:'||l_proc, 5);

197: --
198: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: -- Call the corresponding datetrack api
204: --
205: dt_api.find_dt_upd_modes

Line 216: hr_utility.set_location(' Leaving:'||l_proc, 10);

212: ,p_update_override => p_update_override
213: ,p_update_change_insert => p_update_change_insert
214: );
215: --
216: hr_utility.set_location(' Leaving:'||l_proc, 10);
217: End find_dt_upd_modes;
218: --
219: -- ----------------------------------------------------------------------------
220: -- |---------------------------< find_dt_del_modes >--------------------------|

Line 235: hr_utility.set_location('Entering:'||l_proc, 5);

231: l_proc varchar2(72) := g_package||'find_dt_del_modes';
232: --
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: -- Call the corresponding datetrack api
238: --
239: dt_api.find_dt_del_modes

Line 250: hr_utility.set_location(' Leaving:'||l_proc, 10);

246: ,p_future_change => p_future_change
247: ,p_delete_next_change => p_delete_next_change
248: );
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: End find_dt_del_modes;
252: --
253: -- ----------------------------------------------------------------------------
254: -- |-----------------------< upd_effective_end_date >-------------------------|

Line 269: hr_utility.set_location('Entering:'||l_proc, 5);

265: l_proc varchar2(72) := g_package||'upd_effective_end_date';
266: l_object_version_number number;
267: --
268: Begin
269: hr_utility.set_location('Entering:'||l_proc, 5);
270: --
271: -- Because we are updating a row we must get the next object
272: -- version number.
273: --

Line 281: hr_utility.set_location(l_proc, 10);

277: ,p_base_key_column => 'contact_extra_info_id'
278: ,p_base_key_value => p_base_key_value
279: );
280: --
281: hr_utility.set_location(l_proc, 10);
282: per_rei_shd.g_api_dml := true; -- Set the api dml status
283: --
284: -- Update the specified datetrack row setting the effective
285: -- end date to the specified new effective end date.

Line 296: hr_utility.set_location(' Leaving:'||l_proc, 15);

292: between t.effective_start_date and t.effective_end_date;
293: --
294: per_rei_shd.g_api_dml := false; -- Unset the api dml status
295: p_object_version_number := l_object_version_number;
296: hr_utility.set_location(' Leaving:'||l_proc, 15);
297: --
298: Exception
299: When Others Then
300: per_rei_shd.g_api_dml := false; -- Unset the api dml status

Line 399: hr_utility.set_location('Entering:'||l_proc, 5);

395: --
396: --
397: --
398: Begin
399: hr_utility.set_location('Entering:'||l_proc, 5);
400: --
401: -- Ensure that all the mandatory arguments are not null
402: --
403: hr_api.mandatory_arg_error(p_api_name => l_proc

Line 489: hr_utility.set_location(' Leaving:'||l_proc, 30);

485: --
486: p_validation_start_date := l_validation_start_date;
487: p_validation_end_date := l_validation_end_date;
488: --
489: hr_utility.set_location(' Leaving:'||l_proc, 30);
490: --
491: -- We need to trap the ORA LOCK exception
492: --
493: Exception