DBA Data[Home] [Help]

APPS.PAY_OPM_SHD dependencies on HR_UTILITY

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

203: --
204: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: --
209: -- Call the corresponding datetrack api
210: --
211: dt_api.find_dt_upd_modes

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

218: ,p_update_override => p_update_override
219: ,p_update_change_insert => p_update_change_insert
220: );
221: --
222: hr_utility.set_location(' Leaving:'||l_proc, 10);
223: End find_dt_upd_modes;
224: --
225: -- ----------------------------------------------------------------------------
226: -- |---------------------------< find_dt_del_modes >--------------------------|

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

237: l_proc varchar2(72) := g_package||'find_dt_del_modes';
238: --
239: --
240: Begin
241: hr_utility.set_location('Entering:'||l_proc, 5);
242: --
243: -- Call the corresponding datetrack api
244: --
245: dt_api.find_dt_del_modes

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

252: ,p_future_change => p_future_change
253: ,p_delete_next_change => p_delete_next_change
254: );
255: --
256: hr_utility.set_location(' Leaving:'||l_proc, 10);
257: End find_dt_del_modes;
258: --
259: -- ----------------------------------------------------------------------------
260: -- |-----------------------< upd_effective_end_date >-------------------------|

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

271: l_proc varchar2(72) := g_package||'upd_effective_end_date';
272: l_object_version_number number;
273: --
274: Begin
275: hr_utility.set_location('Entering:'||l_proc, 5);
276: --
277: -- Because we are updating a row we must get the next object
278: -- version number.
279: --

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

283: ,p_base_key_column => 'org_payment_method_id'
284: ,p_base_key_value => p_base_key_value
285: );
286: --
287: hr_utility.set_location(l_proc, 10);
288: pay_opm_shd.g_api_dml := true; -- Set the api dml status
289: --
290: -- Update the specified datetrack row setting the effective
291: -- end date to the specified new effective end date.

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

298: between t.effective_start_date and t.effective_end_date;
299: --
300: pay_opm_shd.g_api_dml := false; -- Unset the api dml status
301: p_object_version_number := l_object_version_number;
302: hr_utility.set_location(' Leaving:'||l_proc, 15);
303: --
304: Exception
305: When Others Then
306: pay_opm_shd.g_api_dml := false; -- Unset the api dml status

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

402: from hr_comments hc
403: where hc.comment_id = pay_opm_shd.g_old_rec.comment_id;
404: --
405: Begin
406: hr_utility.set_location('Entering:'||l_proc, 5);
407: --
408: -- Ensure that all the mandatory arguments are not null
409: --
410: hr_api.mandatory_arg_error(p_api_name => l_proc

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

509: --
510: p_validation_start_date := l_validation_start_date;
511: p_validation_end_date := l_validation_end_date;
512: --
513: hr_utility.set_location(' Leaving:'||l_proc, 30);
514: --
515: -- We need to trap the ORA LOCK exception
516: --
517: Exception