DBA Data[Home] [Help]

APPS.PER_ABT_BUS dependencies on HR_UTILITY

Line 44: hr_utility.set_location('Entering:'|| l_proc, 10);

40: l_proc varchar2(72) := g_package||'return_legislation_code';
41: --
42: Begin
43: --
44: hr_utility.set_location('Entering:'|| l_proc, 10);
45: --
46: -- Ensure that all the mandatory parameter are not null
47: --
48: hr_api.mandatory_arg_error

Line 65: hr_utility.set_location(l_proc, 20);

61: -- call to this function. Just return the value in the global
62: -- variable.
63: --
64: l_legislation_code := per_abt_bus.g_legislation_code;
65: hr_utility.set_location(l_proc, 20);
66: else
67: --
68: -- The ID is different to the last call to this function
69: -- or this is the first call to this function.

Line 82: hr_utility.set_location(l_proc,30);

78: close csr_leg_code;
79: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
80: fnd_message.raise_error;
81: end if;
82: hr_utility.set_location(l_proc,30);
83: --
84: -- Set the global variables so the values are
85: -- available for the next call to this function.
86: --

Line 92: hr_utility.set_location(' Leaving:'|| l_proc, 40);

88: per_abt_bus.g_absence_attendance_type_id := p_absence_attendance_type_id;
89: per_abt_bus.g_language := p_language;
90: per_abt_bus.g_legislation_code := l_legislation_code;
91: end if;
92: hr_utility.set_location(' Leaving:'|| l_proc, 40);
93: return l_legislation_code;
94: end return_legislation_code;
95: --
96: -- ----------------------------------------------------------------------------

Line 180: hr_utility.set_location('Entering:'||l_proc,10);

176: from per_absence_attendance_types x
177: where x.absence_attendance_type_id = p_absence_attendance_type_id)));
178: --
179: Begin
180: hr_utility.set_location('Entering:'||l_proc,10);
181: hr_utility.set_location('Entering:'||to_char(p_absence_attendance_type_id),11);
182: --
183: -- Use p_rec.absence_attendance_type_id in this check since this is null on insert
184: -- p_absence_attendance_type_id is not null and causes error.

Line 181: hr_utility.set_location('Entering:'||to_char(p_absence_attendance_type_id),11);

177: where x.absence_attendance_type_id = p_absence_attendance_type_id)));
178: --
179: Begin
180: hr_utility.set_location('Entering:'||l_proc,10);
181: hr_utility.set_location('Entering:'||to_char(p_absence_attendance_type_id),11);
182: --
183: -- Use p_rec.absence_attendance_type_id in this check since this is null on insert
184: -- p_absence_attendance_type_id is not null and causes error.
185: --

Line 203: hr_utility.set_location('Leaving:'||l_proc,70);

199: else
200: close csr_chk_unique_name;
201: end if;
202: end if;
203: hr_utility.set_location('Leaving:'||l_proc,70);
204: exception
205: when app_exception.application_exception then
206: if hr_multi_message.exception_add
207: (p_associated_column1 => 'PER_ABS_ATTENDANCE_TYPES_TL.NAME'

Line 209: hr_utility.set_location('Leaving:'||l_proc,80);

205: when app_exception.application_exception then
206: if hr_multi_message.exception_add
207: (p_associated_column1 => 'PER_ABS_ATTENDANCE_TYPES_TL.NAME'
208: ) then
209: hr_utility.set_location('Leaving:'||l_proc,80);
210: raise;
211: end if;
212: hr_utility.set_location('Leaving:'||l_proc,90);
213: End chk_name;

Line 212: hr_utility.set_location('Leaving:'||l_proc,90);

208: ) then
209: hr_utility.set_location('Leaving:'||l_proc,80);
210: raise;
211: end if;
212: hr_utility.set_location('Leaving:'||l_proc,90);
213: End chk_name;
214: --
215: -- ----------------------------------------------------------------------------
216: -- |---------------------------< chk_delete >---------------------------------|

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

221: --
222: l_proc varchar2(72) := g_package||'chk_delete';
223: --
224: Begin
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: -- No additional validation required
228: --
229: null;

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

227: -- No additional validation required
228: --
229: null;
230: --
231: hr_utility.set_location(' Leaving:'||l_proc, 10);
232: End chk_delete;
233: --
234: -- ----------------------------------------------------------------------------
235: -- |---------------------------< insert_validate >----------------------------|

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

241: --
242: l_proc varchar2(72) := g_package||'insert_validate';
243: --
244: Begin
245: hr_utility.set_location('Entering:'||l_proc, 5);
246: --
247: -- Call all supporting business operations
248: --
249: --

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

255: ( p_rec => p_rec
256: , p_absence_attendance_type_id => p_absence_attendance_type_id
257: );
258: --
259: hr_utility.set_location(' Leaving:'||l_proc, 10);
260: End insert_validate;
261: --
262: -- ----------------------------------------------------------------------------
263: -- |---------------------------< update_validate >----------------------------|

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

268: --
269: l_proc varchar2(72) := g_package||'update_validate';
270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: --
274: -- Call all supporting business operations
275: --
276: --

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

286: ( p_rec => p_rec
287: , p_absence_attendance_type_id => p_rec.absence_attendance_type_id
288: );
289: --
290: hr_utility.set_location(' Leaving:'||l_proc, 10);
291: End update_validate;
292: --
293: -- ----------------------------------------------------------------------------
294: -- |---------------------------< delete_validate >----------------------------|

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

299: --
300: l_proc varchar2(72) := g_package||'delete_validate';
301: --
302: Begin
303: hr_utility.set_location('Entering:'||l_proc, 5);
304: --
305: -- Call all supporting business operations
306: --
307: per_abt_bus.chk_delete

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

306: --
307: per_abt_bus.chk_delete
308: ( p_absence_attendance_type_id => p_rec.absence_attendance_type_id );
309: --
310: hr_utility.set_location(' Leaving:'||l_proc, 10);
311: End delete_validate;
312: --
313: -- ----------------------------------------------------------------------------
314: -- |---------------------------< set_translation_globals >--------------------|

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

348: nvl(per_abt_bus.g_business_group_id,abb.business_group_id)));
349: --
350: BEGIN
351: --
352: hr_utility.set_location('Entering:'||l_proc,5);
353: --
354: open csr_chk_unique_name;
355: fetch csr_chk_unique_name into l_dummy;
356: if csr_chk_unique_name%found then

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

360: else
361: close csr_chk_unique_name;
362: end if;
363: --
364: hr_utility.set_location('Leaving:'||l_proc,10);
365: --
366: end validate_translation;
367: --
368: end per_abt_bus;