DBA Data[Home] [Help]

APPS.BEN_VEP_SHD dependencies on HR_UTILITY

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

163: --
164: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: -- Call the corresponding datetrack api
170: --
171: dt_api.find_dt_upd_modes

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

178: ,p_update_override => p_update_override
179: ,p_update_change_insert => p_update_change_insert
180: );
181: --
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: End find_dt_upd_modes;
184: --
185: -- ----------------------------------------------------------------------------
186: -- |---------------------------< find_dt_del_modes >--------------------------|

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

209: and p_effective_date
210: between t.effective_start_date and t.effective_end_date;
211: --
212: Begin
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: Open C_sel1;
215: Fetch C_Sel1 Into
216: l_parent_key_value1
217: ,l_parent_key_value2 ;

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

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

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

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

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

273: ,p_base_key_column => 'VRBL_RT_ELIG_PRFL_ID'
274: ,p_base_key_value => p_base_key_value
275: );
276: --
277: hr_utility.set_location(l_proc, 10);
278: ben_vep_shd.g_api_dml := true; -- Set the api dml status
279: --
280: -- Update the specified datetrack row setting the effective
281: -- end date to the specified new effective end date.

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

288: between t.effective_start_date and t.effective_end_date;
289: --
290: ben_vep_shd.g_api_dml := false; -- Unset the api dml status
291: p_object_version_number := l_object_version_number;
292: hr_utility.set_location(' Leaving:'||l_proc, 15);
293: --
294: Exception
295: When Others Then
296: ben_vep_shd.g_api_dml := false; -- Unset the api dml status

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

367: --
368: --
369: --
370: Begin
371: hr_utility.set_location('Entering:'||l_proc, 5);
372: --
373: -- Ensure that all the mandatory arguments are not null
374: --
375: hr_api.mandatory_arg_error(p_api_name => l_proc

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

451: --
452: p_validation_start_date := l_validation_start_date;
453: p_validation_end_date := l_validation_end_date;
454: --
455: hr_utility.set_location(' Leaving:'||l_proc, 30);
456: --
457: -- We need to trap the ORA LOCK exception
458: --
459: Exception