DBA Data[Home] [Help]

APPS.PAY_LIV_SHD dependencies on HR_UTILITY

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

151: --
152: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: -- Call the corresponding datetrack api
158: --
159: dt_api.find_dt_upd_modes

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

166: ,p_update_override => p_update_override
167: ,p_update_change_insert => p_update_change_insert
168: );
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: End find_dt_upd_modes;
172: --
173: -- ----------------------------------------------------------------------------
174: -- |---------------------------< find_dt_del_modes >--------------------------|

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

196: and p_effective_date
197: between t.effective_start_date and t.effective_end_date;
198: --
199: Begin
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: Open C_sel1;
202: Fetch C_Sel1 Into
203: l_parent_key_value1
204: ,l_parent_key_value2;

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

229: ,p_future_change => p_future_change
230: ,p_delete_next_change => p_delete_next_change
231: );
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 10);
234: End find_dt_del_modes;
235: --
236: -- ----------------------------------------------------------------------------
237: -- |-----------------------< upd_effective_end_date >-------------------------|

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

248: l_proc varchar2(72) := g_package||'upd_effective_end_date';
249: l_object_version_number number;
250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: --
254: -- Because we are updating a row we must get the next object
255: -- version number.
256: --

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

260: ,p_base_key_column => 'link_input_value_id'
261: ,p_base_key_value => p_base_key_value
262: );
263: --
264: hr_utility.set_location(l_proc, 10);
265: pay_liv_shd.g_api_dml := true; -- Set the api dml status
266: --
267: -- Update the specified datetrack row setting the effective
268: -- end date to the specified new effective end date.

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

275: between t.effective_start_date and t.effective_end_date;
276: --
277: pay_liv_shd.g_api_dml := false; -- Unset the api dml status
278: p_object_version_number := l_object_version_number;
279: hr_utility.set_location(' Leaving:'||l_proc, 15);
280: --
281: Exception
282: When Others Then
283: pay_liv_shd.g_api_dml := false; -- Unset the api dml status

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

326: --
327: --
328: --
329: Begin
330: hr_utility.set_location('Entering:'||l_proc, 5);
331: --
332: -- Ensure that all the mandatory arguments are not null
333: --
334: hr_api.mandatory_arg_error(p_api_name => l_proc

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

410: --
411: p_validation_start_date := l_validation_start_date;
412: p_validation_end_date := l_validation_end_date;
413: --
414: hr_utility.set_location(' Leaving:'||l_proc, 30);
415: --
416: -- We need to trap the ORA LOCK exception
417: --
418: Exception