DBA Data[Home] [Help]

APPS.BEN_OTP_SHD dependencies on HR_UTILITY

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

167: --
168: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
169: --
170: Begin
171: hr_utility.set_location('Entering:'||l_proc, 5);
172: --
173: -- Call the corresponding datetrack api
174: --
175: dt_api.find_dt_upd_modes

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

182: ,p_update_override => p_update_override
183: ,p_update_change_insert => p_update_change_insert
184: );
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: End find_dt_upd_modes;
188: --
189: -- ----------------------------------------------------------------------------
190: -- |---------------------------< find_dt_del_modes >--------------------------|

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

214: and p_effective_date
215: between t.effective_start_date and t.effective_end_date;
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: Open C_sel1;
220: Fetch C_Sel1 Into
221: l_parent_key_value1
222: ,l_parent_key_value2

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

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

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

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

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

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

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

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

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

380: --
381: --
382: --
383: Begin
384: hr_utility.set_location('Entering:'||l_proc, 5);
385: --
386: -- Ensure that all the mandatory arguments are not null
387: --
388: hr_api.mandatory_arg_error(p_api_name => l_proc

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

467: --
468: p_validation_start_date := l_validation_start_date;
469: p_validation_end_date := l_validation_end_date;
470: --
471: hr_utility.set_location(' Leaving:'||l_proc, 30);
472: --
473: -- We need to trap the ORA LOCK exception
474: --
475: Exception