DBA Data[Home] [Help]

APPS.GHR_CMP_BUS dependencies on HR_UTILITY

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

36: l_proc varchar2(72) := g_package||'set_security_group_id';
37: --
38: begin
39: --
40: hr_utility.set_location('Entering:'|| l_proc, 10);
41: --
42: -- Ensure that all the mandatory parameter are not null
43: --
44: hr_api.mandatory_arg_error

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

67: hr_api.set_security_group_id
68: (p_security_group_id => l_security_group_id
69: );
70: --
71: hr_utility.set_location(' Leaving:'|| l_proc, 20);
72: --
73: end set_security_group_id;
74: --
75: -- ---------------------------------------------------------------------------

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

96: l_proc varchar2(72) := g_package||'return_legislation_code';
97: --
98: Begin
99: --
100: hr_utility.set_location('Entering:'|| l_proc, 10);
101: --
102: -- Ensure that all the mandatory parameter are not null
103: --
104: hr_api.mandatory_arg_error

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

114: -- call to this function. Just return the value in the global
115: -- variable.
116: --
117: l_legislation_code := ghr_cmp_bus.g_legislation_code;
118: hr_utility.set_location(l_proc, 20);
119: else
120: --
121: -- The ID is different to the last call to this function
122: -- or this is the first call to this function.

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

131: close csr_leg_code;
132: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
133: fnd_message.raise_error;
134: end if;
135: hr_utility.set_location(l_proc,30);
136: --
137: -- Set the global variables so the values are
138: -- available for the next call to this function.
139: --

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

140: close csr_leg_code;
141: ghr_cmp_bus.g_complaint_id := p_complaint_id;
142: ghr_cmp_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;
146: end return_legislation_code;
147:
148: --

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

245: --
246: begin
247: if g_debug then
248: l_proc := g_package||'chk_df';
249: hr_utility.set_location('Entering:'||l_proc, 10);
250: end if;
251: --
252: if ((p_rec.complaint_id is not null) and (
253: nvl(ghr_cmp_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>

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

386: );
387: end if;
388: --
389: if g_debug then
390: hr_utility.set_location(' Leaving:'||l_proc, 20);
391: end if;
392:
393: end chk_df;
394: */

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

405: --
406: l_proc varchar2(72) := g_package||'insert_validate';
407: --
408: Begin
409: hr_utility.set_location('Entering:'||l_proc, 5);
410: --
411: -- Call all supporting business operations
412: --
413: -- EDIT_HERE: The following call to hr_api.validate_bus_grp_id

Line 436: hr_utility.set_location(l_proc, 210);

432: /*
433: -- JH DFF
434: ghr_cmp_shd.chk_df(p_rec => p_rec);
435: if g_debug then
436: hr_utility.set_location(l_proc, 210);
437: end if;
438: */
439: --
440: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

436: hr_utility.set_location(l_proc, 210);
437: end if;
438: */
439: --
440: hr_utility.set_location(' Leaving:'||l_proc, 10);
441: End insert_validate;
442: --
443: -- ----------------------------------------------------------------------------
444: -- |---------------------------< update_validate >----------------------------|

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

450: --
451: l_proc varchar2(72) := g_package||'update_validate';
452: --
453: Begin
454: hr_utility.set_location('Entering:'||l_proc, 5);
455: --
456: -- Call all supporting business operations
457: --
458: -- EDIT_HERE: The following call to hr_api.validate_bus_grp_id

Line 486: hr_utility.set_location(l_proc, 210);

482: /*
483: -- JH DFF
484: ghr_cmp_shd.chk_df(p_rec => p_rec);
485: if g_debug then
486: hr_utility.set_location(l_proc, 210);
487: end if;
488: */
489: --
490: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

486: hr_utility.set_location(l_proc, 210);
487: end if;
488: */
489: --
490: hr_utility.set_location(' Leaving:'||l_proc, 10);
491: End update_validate;
492: --
493: -- ----------------------------------------------------------------------------
494: -- |---------------------------< delete_validate >----------------------------|

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

499: --
500: l_proc varchar2(72) := g_package||'delete_validate';
501: --
502: Begin
503: hr_utility.set_location('Entering:'||l_proc, 5);
504: --
505: -- Call all supporting business operations
506: --
507: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

503: hr_utility.set_location('Entering:'||l_proc, 5);
504: --
505: -- Call all supporting business operations
506: --
507: hr_utility.set_location(' Leaving:'||l_proc, 10);
508: End delete_validate;
509: --
510: end ghr_cmp_bus;