DBA Data[Home] [Help]

APPS.PAY_PBF_SHD dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

229: ,p_base_key_column => 'balance_feed_id'
230: ,p_base_key_value => p_base_key_value
231: );
232: --
233: hr_utility.set_location(l_proc, 10);
234: pay_pbf_shd.g_api_dml := true; -- Set the api dml status
235: --
236: -- Update the specified datetrack row setting the effective
237: -- end date to the specified new effective end date.

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

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

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

294: --
295: --
296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: -- Ensure that all the mandatory arguments are not null
301: --
302: hr_api.mandatory_arg_error(p_api_name => l_proc

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

375: --
376: p_validation_start_date := l_validation_start_date;
377: p_validation_end_date := l_validation_end_date;
378: --
379: hr_utility.set_location(' Leaving:'||l_proc, 30);
380: --
381: -- We need to trap the ORA LOCK exception
382: --
383: Exception