DBA Data[Home] [Help]

APPS.PAY_ETP_SHD_ND dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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