DBA Data[Home] [Help]

APPS.PAY_UCI_SHD dependencies on HR_UTILITY

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

139: --
140: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
141: --
142: Begin
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: -- Call the corresponding datetrack api
146: --
147: dt_api.find_dt_upd_modes

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

154: ,p_update_override => p_update_override
155: ,p_update_change_insert => p_update_change_insert
156: );
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End find_dt_upd_modes;
160: --
161: -- ----------------------------------------------------------------------------
162: -- |---------------------------< find_dt_del_modes >--------------------------|

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

182: and p_effective_date
183: between t.effective_start_date and t.effective_end_date;
184: --
185: Begin
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: Open C_sel1;
188: Fetch C_Sel1 Into
189: l_parent_key_value1;
190: If C_Sel1%NOTFOUND then

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

211: ,p_future_change => p_future_change
212: ,p_delete_next_change => p_delete_next_change
213: );
214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 10);
216: End find_dt_del_modes;
217: --
218: -- ----------------------------------------------------------------------------
219: -- |-----------------------< upd_effective_end_date >-------------------------|

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

230: l_proc varchar2(72) := g_package||'upd_effective_end_date';
231: l_object_version_number number;
232: --
233: Begin
234: hr_utility.set_location('Entering:'||l_proc, 5);
235: --
236: -- Because we are updating a row we must get the next object
237: -- version number.
238: --

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

242: ,p_base_key_column => 'user_column_instance_id'
243: ,p_base_key_value => p_base_key_value
244: );
245: --
246: hr_utility.set_location(l_proc, 10);
247: pay_uci_shd.g_api_dml := true; -- Set the api dml status
248: --
249: -- Update the specified datetrack row setting the effective
250: -- end date to the specified new effective end date.

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

257: between t.effective_start_date and t.effective_end_date;
258: --
259: pay_uci_shd.g_api_dml := false; -- Unset the api dml status
260: p_object_version_number := l_object_version_number;
261: hr_utility.set_location(' Leaving:'||l_proc, 15);
262: --
263: Exception
264: When Others Then
265: pay_uci_shd.g_api_dml := false; -- Unset the api dml status

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

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

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

387: --
388: p_validation_start_date := l_validation_start_date;
389: p_validation_end_date := l_validation_end_date;
390: --
391: hr_utility.set_location(' Leaving:'||l_proc, 30);
392: --
393: -- We need to trap the ORA LOCK exception
394: --
395: Exception