DBA Data[Home] [Help]

APPS.PAY_FRR_SHD dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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