DBA Data[Home] [Help]

APPS.PQP_AAT_SHD dependencies on HR_UTILITY

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

209: --
210: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
211: --
212: Begin
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: -- Call the corresponding datetrack api
216: --
217: dt_api.find_dt_upd_modes

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

224: ,p_update_override => p_update_override
225: ,p_update_change_insert => p_update_change_insert
226: );
227: --
228: hr_utility.set_location(' Leaving:'||l_proc, 10);
229: End find_dt_upd_modes;
230: --
231: -- ---------------------------------------------------------------------------+
232: -- |---------------------------< find_dt_del_modes >--------------------------|

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

243: l_proc varchar2(72) := g_package||'find_dt_del_modes';
244: --
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: --
249: -- Call the corresponding datetrack api
250: --
251: dt_api.find_dt_del_modes

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

258: ,p_future_change => p_future_change
259: ,p_delete_next_change => p_delete_next_change
260: );
261: --
262: hr_utility.set_location(' Leaving:'||l_proc, 10);
263: End find_dt_del_modes;
264: --
265: -- ---------------------------------------------------------------------------+
266: -- |-----------------------< upd_effective_end_date >-------------------------|

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

277: l_proc varchar2(72) := g_package||'upd_effective_end_date';
278: l_object_version_number number;
279: --
280: Begin
281: hr_utility.set_location('Entering:'||l_proc, 5);
282: --
283: -- Because we are updating a row we must get the next object
284: -- version number.
285: --

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

289: ,p_base_key_column => 'assignment_attribute_id'
290: ,p_base_key_value => p_base_key_value
291: );
292: --
293: hr_utility.set_location(l_proc, 10);
294: pqp_aat_shd.g_api_dml := true; -- Set the api dml status
295: --
296: -- Update the specified datetrack row setting the effective
297: -- end date to the specified new effective end date.

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

304: between t.effective_start_date and t.effective_end_date;
305: --
306: pqp_aat_shd.g_api_dml := false; -- Unset the api dml status
307: p_object_version_number := l_object_version_number;
308: hr_utility.set_location(' Leaving:'||l_proc, 15);
309: --
310: Exception
311: When Others Then
312: pqp_aat_shd.g_api_dml := false; -- Unset the api dml status

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

426: --
427: --
428: --
429: Begin
430: hr_utility.set_location('Entering:'||l_proc, 5);
431: --
432: -- Ensure that all the mandatory arguments are not null
433: --
434: hr_api.mandatory_arg_error(p_api_name => l_proc

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

504: --
505: p_validation_start_date := l_validation_start_date;
506: p_validation_end_date := l_validation_end_date;
507: --
508: hr_utility.set_location(' Leaving:'||l_proc, 30);
509: --
510: -- We need to trap the ORA LOCK exception
511: --
512: Exception