DBA Data[Home] [Help]

APPS.PAY_PPR_SHD dependencies on HR_UTILITY

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

152: --
153: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: -- Call the corresponding datetrack api
159: --
160: dt_api.find_dt_upd_modes

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

167: ,p_update_override => p_update_override
168: ,p_update_change_insert => p_update_change_insert
169: );
170: --
171: hr_utility.set_location(' Leaving:'||l_proc, 10);
172: End find_dt_upd_modes;
173: --
174: -- ----------------------------------------------------------------------------
175: -- |---------------------------< find_dt_del_modes >--------------------------|

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

186: l_proc varchar2(72) := g_package||'find_dt_del_modes';
187: --
188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: -- Call the corresponding datetrack api
193: --
194: dt_api.find_dt_del_modes

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

201: ,p_future_change => p_future_change
202: ,p_delete_next_change => p_delete_next_change
203: );
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: End find_dt_del_modes;
207: --
208: -- ----------------------------------------------------------------------------
209: -- |-----------------------< upd_effective_end_date >-------------------------|

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

220: l_proc varchar2(72) := g_package||'upd_effective_end_date';
221: l_object_version_number number;
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: -- Because we are updating a row we must get the next object
227: -- version number.
228: --

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

232: ,p_base_key_column => 'status_processing_rule_id'
233: ,p_base_key_value => p_base_key_value
234: );
235: --
236: hr_utility.set_location(l_proc, 10);
237: pay_ppr_shd.g_api_dml := true; -- Set the api dml status
238: --
239: -- Update the specified datetrack row setting the effective
240: -- end date to the specified new effective end date.

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

247: between t.effective_start_date and t.effective_end_date;
248: --
249: pay_ppr_shd.g_api_dml := false; -- Unset the api dml status
250: p_object_version_number := l_object_version_number;
251: hr_utility.set_location(' Leaving:'||l_proc, 15);
252: --
253: Exception
254: When Others Then
255: pay_ppr_shd.g_api_dml := false; -- Unset the api dml status

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

305: from hr_comments hc
306: where hc.comment_id = pay_ppr_shd.g_old_rec.comment_id;
307: --
308: Begin
309: hr_utility.set_location('Entering:'||l_proc, 5);
310: --
311: -- Ensure that all the mandatory arguments are not null
312: --
313: hr_api.mandatory_arg_error(p_api_name => l_proc

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

405: --
406: p_validation_start_date := l_validation_start_date;
407: p_validation_end_date := l_validation_end_date;
408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 30);
410: --
411: -- We need to trap the ORA LOCK exception
412: --
413: Exception