DBA Data[Home] [Help]

APPS.PAY_IPD_SHD dependencies on HR_UTILITY

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

172: --
173: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
174: --
175: Begin
176: hr_utility.set_location('Entering:'||l_proc, 5);
177: --
178: -- Call the corresponding datetrack api
179: --
180: dt_api.find_dt_upd_modes

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

187: ,p_update_override => p_update_override
188: ,p_update_change_insert => p_update_change_insert
189: );
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: End find_dt_upd_modes;
193: --
194: -- ----------------------------------------------------------------------------
195: -- |---------------------------< find_dt_del_modes >--------------------------|

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

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

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

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

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

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

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

275: ,p_base_key_column => 'paye_details_id'
276: ,p_base_key_value => p_base_key_value
277: );
278: --
279: hr_utility.set_location(l_proc, 10);
280: --
281: --
282: -- Update the specified datetrack row setting the effective
283: -- end date to the specified new effective end date.

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

290: between t.effective_start_date and t.effective_end_date;
291: --
292: --
293: p_object_version_number := l_object_version_number;
294: hr_utility.set_location(' Leaving:'||l_proc, 15);
295: --
296: End upd_effective_end_date;
297: --
298: -- ----------------------------------------------------------------------------

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

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

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

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