DBA Data[Home] [Help]

APPS.PQP_VRE_SHD dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

275: ,p_base_key_column =>'vehicle_repository_id'
276: ,p_base_key_value => p_base_key_value
277: );
278: --
279: hr_utility.set_location(l_proc, 10);
280: --
281: --
282: -- Update the specified datetrack row setting the effective
283: -- end date to the specified new effective end date.

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

290: BETWEEN t.effective_start_date and t.effective_end_date;
291: --
292: --
293: p_object_version_number := l_object_version_number;
294: hr_utility.set_location(' Leaving:'||l_proc, 15);
295: --
296: End upd_effective_end_date;
297: --
298: -- ----------------------------------------------------------------------------

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

407: --
408: --
409: --
410: BEGIN
411: hr_utility.set_location('Entering:'||l_proc, 5);
412: --
413: -- Ensure that all the mandatory arguments are not null
414: --
415: 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