DBA Data[Home] [Help]

APPS.PER_CNI_BUS dependencies on HR_UTILITY

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

45: l_legislation_code varchar2(150);
46: --
47: begin
48: --
49: hr_utility.set_location('Entering:'|| l_proc, 10);
50: --
51: -- Ensure that all the mandatory parameter are not null
52: --
53: hr_api.mandatory_arg_error

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

84: --
85: hr_api.set_legislation_context(l_legislation_code);
86: end if;
87: --
88: hr_utility.set_location(' Leaving:'|| l_proc, 20);
89: --
90: end set_security_group_id;
91: --
92: -- ---------------------------------------------------------------------------

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

119: l_proc varchar2(72) := g_package||'return_legislation_code';
120: --
121: Begin
122: --
123: hr_utility.set_location('Entering:'|| l_proc, 10);
124: --
125: -- Ensure that all the mandatory parameter are not null
126: --
127: hr_api.mandatory_arg_error

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

137: -- call to this function. Just return the value in the global
138: -- variable.
139: --
140: l_legislation_code := per_cni_bus.g_legislation_code;
141: hr_utility.set_location(l_proc, 20);
142: else
143: --
144: -- The ID is different to the last call to this function
145: -- or this is the first call to this function.

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

154: close csr_leg_code;
155: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
156: fnd_message.raise_error;
157: end if;
158: hr_utility.set_location(l_proc,30);
159: --
160: -- Set the global variables so the values are
161: -- available for the next call to this function.
162: --

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

163: close csr_leg_code;
164: per_cni_bus.g_config_information_id := p_config_information_id;
165: per_cni_bus.g_legislation_code := l_legislation_code;
166: end if;
167: hr_utility.set_location(' Leaving:'|| l_proc, 40);
168: return l_legislation_code;
169: end return_legislation_code;
170: --
171: -- ----------------------------------------------------------------------------

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

202: --
203: l_proc varchar2(72) := g_package || 'chk_ddf';
204: --
205: begin
206: hr_utility.set_location('Entering:'||l_proc,10);
207: --
208: /*
209: if ((p_rec.config_information_id is not null) and (
210: nvl(per_cni_shd.g_old_rec.config_information_category, hr_api.g_varchar2) <>

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

346: ,p_attribute30_value => p_rec.config_information30
347: );
348: end if;
349: --
350: hr_utility.set_location(' Leaving:'||l_proc,20);
351: end chk_ddf;
352: --
353: -- ----------------------------------------------------------------------------
354: -- |-----------------------< chk_non_updateable_args >------------------------|

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

413: --
414: l_proc varchar2(72) := g_package||'insert_validate';
415: --
416: Begin
417: hr_utility.set_location('Entering:'||l_proc, 5);
418: --
419: -- Call all supporting business operations
420: --
421: --

Line 432: hr_utility.trace('Context is ' || p_rec.config_information_category);

428: --
429: -- Validate Dependent Attributes
430: --
431: --
432: hr_utility.trace('Context is ' || p_rec.config_information_category);
433: per_cni_bus.chk_ddf(p_rec);
434: --
435: hr_utility.set_location(' Leaving:'||l_proc, 10);
436: End insert_validate;

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

431: --
432: hr_utility.trace('Context is ' || p_rec.config_information_category);
433: per_cni_bus.chk_ddf(p_rec);
434: --
435: hr_utility.set_location(' Leaving:'||l_proc, 10);
436: End insert_validate;
437: --
438: -- ----------------------------------------------------------------------------
439: -- |---------------------------< update_validate >----------------------------|

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

445: --
446: l_proc varchar2(72) := g_package||'update_validate';
447: --
448: Begin
449: hr_utility.set_location('Entering:'||l_proc, 5);
450: --
451: -- Call all supporting business operations
452: --
453: --

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

467: --
468: --
469: per_cni_bus.chk_ddf(p_rec);
470: --
471: hr_utility.set_location(' Leaving:'||l_proc, 10);
472: End update_validate;
473: --
474: -- ----------------------------------------------------------------------------
475: -- |---------------------------< delete_validate >----------------------------|

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

480: --
481: l_proc varchar2(72) := g_package||'delete_validate';
482: --
483: Begin
484: hr_utility.set_location('Entering:'||l_proc, 5);
485: --
486: -- Call all supporting business operations
487: --
488: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

484: hr_utility.set_location('Entering:'||l_proc, 5);
485: --
486: -- Call all supporting business operations
487: --
488: hr_utility.set_location(' Leaving:'||l_proc, 10);
489: End delete_validate;
490: --
491: end per_cni_bus;