DBA Data[Home] [Help]

APPS.HR_TWN_BUS dependencies on HR_UTILITY

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

24: l_proc varchar2(72) := g_package||'set_security_group_id';
25: --
26: begin
27: --
28: hr_utility.set_location('Entering:'|| l_proc, 10);
29: --
30: -- No business group context. Security group is not applicable.
31: --
32: null;

Line 34: hr_utility.set_location(' Leaving:'|| l_proc, 20);

30: -- No business group context. Security group is not applicable.
31: --
32: null;
33: --
34: hr_utility.set_location(' Leaving:'|| l_proc, 20);
35: --
36: end set_security_group_id;
37: --
38: -- ---------------------------------------------------------------------------

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

59: l_proc varchar2(72) := g_package||'return_legislation_code';
60: --
61: Begin
62: --
63: hr_utility.set_location('Entering:'|| l_proc, 10);
64: --
65: -- Ensure that all the mandatory parameter are not null
66: --
67: hr_api.mandatory_arg_error

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

77: -- call to this function. Just return the value in the global
78: -- variable.
79: --
80: l_legislation_code := hr_twn_bus.g_legislation_code;
81: hr_utility.set_location(l_proc, 20);
82: else
83: --
84: -- The ID is different to the last call to this function
85: -- or this is the first call to this function.

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

94: close csr_leg_code;
95: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
96: fnd_message.raise_error;
97: end if;
98: hr_utility.set_location(l_proc,30);
99: --
100: -- Set the global variables so the values are
101: -- available for the next call to this function.
102: --

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

103: close csr_leg_code;
104: hr_twn_bus.g_template_window_id:= p_template_window_id;
105: hr_twn_bus.g_legislation_code := l_legislation_code;
106: end if;
107: hr_utility.set_location(' Leaving:'|| l_proc, 40);
108: return l_legislation_code;
109: end return_legislation_code;
110: --
111: -- ----------------------------------------------------------------------------

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

194: l_proc varchar2(72) := g_package || 'chk_form_window_id';
195: l_api_updating boolean;
196: --
197: Begin
198: hr_utility.set_location('Entering:'||l_proc, 10);
199: --
200: -- Check value has been passed
201: --
202: hr_api.mandatory_arg_error

Line 208: hr_utility.set_location(' Leaving:'||l_proc, 100);

204: ,p_argument => 'form_window_id'
205: ,p_argument_value => p_form_window_id
206: );
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 100);
209: End chk_form_window_id;
210: --
211: -- ----------------------------------------------------------------------------
212: -- |-------------------------< chk_form_template_id >-------------------------|

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

220: l_proc varchar2(72) := g_package || 'chk_form_template_id';
221: l_api_updating boolean;
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 10);
225: --
226: -- Check value has been passed
227: --
228: hr_api.mandatory_arg_error

Line 234: hr_utility.set_location(' Leaving:'||l_proc, 100);

230: ,p_argument => 'form_template_id'
231: ,p_argument_value => p_form_template_id
232: );
233: --
234: hr_utility.set_location(' Leaving:'||l_proc, 100);
235: End chk_form_template_id;
236: --
237: -- ----------------------------------------------------------------------------
238: -- |------------------------< chk_window_and_template >-----------------------|

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

263: l_template_application_id number;
264: l_template_form_id number;
265: --
266: Begin
267: hr_utility.set_location('Entering:'||l_proc, 10);
268: --
269: l_api_updating := hr_twn_shd.api_updating
270: (p_template_window_id => p_template_window_id
271: ,p_object_version_number => p_object_version_number

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

269: l_api_updating := hr_twn_shd.api_updating
270: (p_template_window_id => p_template_window_id
271: ,p_object_version_number => p_object_version_number
272: );
273: hr_utility.set_location(l_proc, 20);
274: --
275: -- Only proceed with SQL validation if absolutely necessary
276: --
277: if ( ( l_api_updating

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

280: or nvl(hr_twn_shd.g_old_rec.form_template_id,hr_api.g_number) <>
281: nvl(p_form_template_id,hr_api.g_number)))
282: or (NOT l_api_updating)) then
283: --
284: hr_utility.set_location(l_proc,30);
285: --
286: -- Check form window and template reference the same form
287: --
288: open csr_form_window;

Line 310: hr_utility.set_location(l_proc,40);

306: fnd_message.raise_error;
307: end if;
308: close csr_form_template;
309: --
310: hr_utility.set_location(l_proc,40);
311: --
312: if nvl(l_window_application_id,hr_api.g_number) <>
313: nvl(l_template_application_id,hr_api.g_number)
314: or nvl(l_window_form_id,hr_api.g_number) <>

Line 324: hr_utility.set_location(' Leaving:'||l_proc, 100);

320: end if;
321: --
322: end if;
323: --
324: hr_utility.set_location(' Leaving:'||l_proc, 100);
325: End chk_window_and_template;
326: --
327: -- ----------------------------------------------------------------------------
328: -- |------------------------------< chk_delete >------------------------------|

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

333: --
334: l_proc varchar2(72) := g_package||'chk_delete';
335: --
336: Begin
337: hr_utility.set_location('Entering:'||l_proc, 5);
338: --
339: -- No additional validation required
340: --
341: null;

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

339: -- No additional validation required
340: --
341: null;
342: --
343: hr_utility.set_location(' Leaving:'||l_proc, 10);
344: End chk_delete;
345: --
346: -- ----------------------------------------------------------------------------
347: -- |---------------------------< insert_validate >----------------------------|

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

352: --
353: l_proc varchar2(72) := g_package||'insert_validate';
354: --
355: Begin
356: hr_utility.set_location('Entering:'||l_proc, 5);
357: --
358: -- Call all supporting business operations
359: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
360: --

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

376: ,p_form_window_id => p_rec.form_window_id
377: ,p_form_template_id => p_rec.form_template_id
378: );
379: --
380: hr_utility.set_location(' Leaving:'||l_proc, 10);
381: End insert_validate;
382: --
383: -- ----------------------------------------------------------------------------
384: -- |---------------------------< update_validate >----------------------------|

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

389: --
390: l_proc varchar2(72) := g_package||'update_validate';
391: --
392: Begin
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: --
395: -- Call all supporting business operations
396: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
397: --

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

417: ,p_form_window_id => p_rec.form_window_id
418: ,p_form_template_id => p_rec.form_template_id
419: );
420: --
421: hr_utility.set_location(' Leaving:'||l_proc, 10);
422: End update_validate;
423: --
424: -- ----------------------------------------------------------------------------
425: -- |---------------------------< delete_validate >----------------------------|

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

430: --
431: l_proc varchar2(72) := g_package||'delete_validate';
432: --
433: Begin
434: hr_utility.set_location('Entering:'||l_proc, 5);
435: --
436: -- Call all supporting business operations
437: --
438: chk_delete

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

438: chk_delete
439: (p_rec => p_rec
440: );
441: --
442: hr_utility.set_location(' Leaving:'||l_proc, 10);
443: End delete_validate;
444: --
445: end hr_twn_bus;