DBA Data[Home] [Help]

APPS.HR_LIP_SHD dependencies on HR_UTILITY

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

144: --
145: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
146: --
147: Begin
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: -- Call the corresponding datetrack api
151: --
152: dt_api.find_dt_upd_modes

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

159: ,p_update_override => p_update_override
160: ,p_update_change_insert => p_update_change_insert
161: );
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: End find_dt_upd_modes;
165: --
166: -- ----------------------------------------------------------------------------
167: -- |---------------------------< find_dt_del_modes >--------------------------|

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

178: l_proc varchar2(72) := g_package||'find_dt_del_modes';
179: --
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: -- Call the corresponding datetrack api
185: --
186: dt_api.find_dt_del_modes

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

193: ,p_future_change => p_future_change
194: ,p_delete_next_change => p_delete_next_change
195: );
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 10);
198: End find_dt_del_modes;
199: --
200: -- ----------------------------------------------------------------------------
201: -- |-----------------------< upd_effective_end_date >-------------------------|

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

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

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

224: ,p_base_key_column => 'liability_premiums_id'
225: ,p_base_key_value => p_base_key_value
226: );
227: --
228: hr_utility.set_location(l_proc, 10);
229: --
230: --
231: -- Update the specified datetrack row setting the effective
232: -- end date to the specified new effective end date.

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

239: between t.effective_start_date and t.effective_end_date;
240: --
241: --
242: p_object_version_number := l_object_version_number;
243: hr_utility.set_location(' Leaving:'||l_proc, 15);
244: --
245: End upd_effective_end_date;
246: --
247: -- ----------------------------------------------------------------------------

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

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

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

382: --
383: p_validation_start_date := l_validation_start_date;
384: p_validation_end_date := l_validation_end_date;
385: --
386: hr_utility.set_location(' Leaving:'||l_proc, 30);
387: --
388: -- We need to trap the ORA LOCK exception
389: --
390: Exception