DBA Data[Home] [Help]

APPS.PAY_ETP_SHD dependencies on HR_UTILITY

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

293: --
294: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
295: --
296: Begin
297: hr_utility.set_location('Entering:'||l_proc, 5);
298: --
299: -- Call the corresponding datetrack api
300: --
301: dt_api.find_dt_upd_modes

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

308: ,p_update_override => p_update_override
309: ,p_update_change_insert => p_update_change_insert
310: );
311: --
312: hr_utility.set_location(' Leaving:'||l_proc, 10);
313: End find_dt_upd_modes;
314: --
315: -- ----------------------------------------------------------------------------
316: -- |---------------------------< find_dt_del_modes >--------------------------|

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

327: l_proc varchar2(72) := g_package||'find_dt_del_modes';
328: --
329: --
330: Begin
331: hr_utility.set_location('Entering:'||l_proc, 5);
332: --
333: -- Call the corresponding datetrack api
334: --
335: dt_api.find_dt_del_modes

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

342: ,p_future_change => p_future_change
343: ,p_delete_next_change => p_delete_next_change
344: );
345: --
346: hr_utility.set_location(' Leaving:'||l_proc, 10);
347: End find_dt_del_modes;
348: --
349: -- ----------------------------------------------------------------------------
350: -- |-----------------------< upd_effective_end_date >-------------------------|

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

361: l_proc varchar2(72) := g_package||'upd_effective_end_date';
362: l_object_version_number number;
363: --
364: Begin
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: -- Because we are updating a row we must get the next object
368: -- version number.
369: --

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

373: ,p_base_key_column => 'element_type_id'
374: ,p_base_key_value => p_base_key_value
375: );
376: --
377: hr_utility.set_location(l_proc, 10);
378: pay_etp_shd.g_api_dml := true; -- Set the api dml status
379: --
380: -- Update the specified datetrack row setting the effective
381: -- end date to the specified new effective end date.

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

388: between t.effective_start_date and t.effective_end_date;
389: --
390: pay_etp_shd.g_api_dml := false; -- Unset the api dml status
391: p_object_version_number := l_object_version_number;
392: hr_utility.set_location(' Leaving:'||l_proc, 15);
393: --
394: Exception
395: When Others Then
396: pay_etp_shd.g_api_dml := false; -- Unset the api dml status

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

526: from hr_comments hc
527: where hc.comment_id = pay_etp_shd.g_old_rec.comment_id;
528: --
529: Begin
530: hr_utility.set_location('Entering:'||l_proc, 5);
531: --
532: -- Ensure that all the mandatory arguments are not null
533: --
534: hr_api.mandatory_arg_error(p_api_name => l_proc

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

637: --
638: p_validation_start_date := l_validation_start_date;
639: p_validation_end_date := l_validation_end_date;
640: --
641: hr_utility.set_location(' Leaving:'||l_proc, 30);
642: --
643: -- We need to trap the ORA LOCK exception
644: --
645: Exception