DBA Data[Home] [Help]

APPS.BEN_PQC_SHD dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

375: --
376: --
377: --
378: Begin
379: hr_utility.set_location('Entering:'||l_proc, 5);
380: --
381: -- Ensure that all the mandatory arguments are not null
382: --
383: hr_api.mandatory_arg_error(p_api_name => l_proc

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

459: --
460: p_validation_start_date := l_validation_start_date;
461: p_validation_end_date := l_validation_end_date;
462: --
463: hr_utility.set_location(' Leaving:'||l_proc, 30);
464: --
465: -- We need to trap the ORA LOCK exception
466: --
467: Exception