DBA Data[Home] [Help]

APPS.PAY_IVL_SHD dependencies on HR_UTILITY

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

176: --
177: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
178: --
179: Begin
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: -- Call the corresponding datetrack api
183: --
184: dt_api.find_dt_upd_modes

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

191: ,p_update_override => p_update_override
192: ,p_update_change_insert => p_update_change_insert
193: );
194: --
195: hr_utility.set_location(' Leaving:'||l_proc, 10);
196: End find_dt_upd_modes;
197: --
198: -- ----------------------------------------------------------------------------
199: -- |---------------------------< find_dt_del_modes >--------------------------|

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

219: and p_effective_date
220: between t.effective_start_date and t.effective_end_date;
221: --
222: Begin
223: hr_utility.set_location('Entering:'||l_proc, 5);
224: Open C_sel1;
225: Fetch C_Sel1 Into
226: l_parent_key_value1;
227: If C_Sel1%NOTFOUND then

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

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

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

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

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

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

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

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

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

355: --
356: --
357: --
358: Begin
359: hr_utility.set_location('Entering:'||l_proc, 5);
360: --
361: -- Ensure that all the mandatory arguments are not null
362: --
363: hr_api.mandatory_arg_error(p_api_name => l_proc

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

442: --
443: p_validation_start_date := l_validation_start_date;
444: p_validation_end_date := l_validation_end_date;
445: --
446: hr_utility.set_location(' Leaving:'||l_proc, 30);
447: --
448: -- We need to trap the ORA LOCK exception
449: --
450: Exception