DBA Data[Home] [Help]

APPS.PER_SLT_BUS dependencies on HR_UTILITY

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

43: l_proc varchar2(72) := g_package||'set_security_group_id';
44: --
45: begin
46: --
47: hr_utility.set_location('Entering:'|| l_proc, 10);
48: --
49: -- Ensure that all the mandatory parameter are not null
50: --
51: hr_api.mandatory_arg_error

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

78: (p_security_group_id => l_security_group_id
79: );
80: end if;
81: --
82: hr_utility.set_location(' Leaving:'|| l_proc, 20);
83: --
84: end set_security_group_id;
85: --
86: -- ---------------------------------------------------------------------------

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

113: l_proc varchar2(72) := g_package||'return_legislation_code';
114: --
115: Begin
116: --
117: hr_utility.set_location('Entering:'|| l_proc, 10);
118: --
119: -- Ensure that all the mandatory parameter are not null
120: --
121: hr_api.mandatory_arg_error

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

131: -- call to this function. Just return the value in the global
132: -- variable.
133: --
134: l_legislation_code := per_slt_bus.g_legislation_code;
135: hr_utility.set_location(l_proc, 20);
136: else
137: --
138: -- The ID is different to the last call to this function
139: -- or this is the first call to this function.

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

148: close csr_leg_code;
149: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
150: fnd_message.raise_error;
151: end if;
152: hr_utility.set_location(l_proc,30);
153: --
154: -- Set the global variables so the values are
155: -- available for the next call to this function.
156: --

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

157: close csr_leg_code;
158: per_slt_bus.g_solution_type_name := p_solution_type_name;
159: per_slt_bus.g_legislation_code := l_legislation_code;
160: end if;
161: hr_utility.set_location(' Leaving:'|| l_proc, 40);
162: return l_legislation_code;
163: end return_legislation_code;
164: --
165: -- ---------------------------------------------------------------------------

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

211: l_proc varchar2(72) := g_package||'chk_solution_category';
212: l_api_updating boolean;
213: --
214: begin
215: hr_utility.set_location('Entering:'|| l_proc, 10);
216: --
217: -- Check mandatory parameters have been set
218: --
219: hr_api.mandatory_arg_error

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

226: -- a) The current g_old_rec is current and
227: -- b) The solution category value has changed
228: -- c) A record is being inserted
229: --
230: hr_utility.set_location(l_proc, 30);
231: l_api_updating := per_slt_shd.api_updating
232: (p_solution_type_name => p_solution_type_name
233: ,p_object_version_number => p_object_version_number
234: );

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

237: <> nvl(p_solution_category,hr_api.g_varchar2))
238: or
239: (NOT l_api_updating))
240: then
241: hr_utility.set_location(l_proc, 40);
242: --
243: -- Check if solution category is set
244: --
245: if p_solution_category is not null then

Line 259: hr_utility.set_message(801, 'HR_EDIT');

255: ,p_lookup_code => p_solution_category
256: )
257: then
258: --
259: hr_utility.set_message(801, 'HR_EDIT');
260: hr_utility.raise_error;
261: --
262: end if;
263: hr_utility.set_location(l_proc, 50);

Line 260: hr_utility.raise_error;

256: )
257: then
258: --
259: hr_utility.set_message(801, 'HR_EDIT');
260: hr_utility.raise_error;
261: --
262: end if;
263: hr_utility.set_location(l_proc, 50);
264: --

Line 263: hr_utility.set_location(l_proc, 50);

259: hr_utility.set_message(801, 'HR_EDIT');
260: hr_utility.raise_error;
261: --
262: end if;
263: hr_utility.set_location(l_proc, 50);
264: --
265: end if;
266: end if;
267: hr_utility.set_location(' Leaving:'|| l_proc, 60);

Line 267: hr_utility.set_location(' Leaving:'|| l_proc, 60);

263: hr_utility.set_location(l_proc, 50);
264: --
265: end if;
266: end if;
267: hr_utility.set_location(' Leaving:'|| l_proc, 60);
268: end chk_solution_category;
269: --
270: -- ---------------------------------------------------------------------------
271: -- |-----------------------< chk_updateable >------------------------------|

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

312: l_proc varchar2(72) := g_package||'chk_updateable';
313: l_api_updating boolean;
314: --
315: begin
316: hr_utility.set_location('Entering:'|| l_proc, 10);
317: --
318: -- Check mandatory parameters have been set
319: --
320: hr_api.mandatory_arg_error

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

342: <> nvl(p_updateable,hr_api.g_varchar2))
343: or
344: (NOT l_api_updating))
345: then
346: hr_utility.set_location(l_proc, 40);
347: --
348: -- Check if updateable is set
349: --
350: if p_updateable is not null then

Line 364: hr_utility.set_message(801, 'HR_EDIT');

360: ,p_lookup_code => p_updateable
361: )
362: then
363: --
364: hr_utility.set_message(801, 'HR_EDIT');
365: hr_utility.raise_error;
366: --
367: end if;
368: hr_utility.set_location(l_proc, 50);

Line 365: hr_utility.raise_error;

361: )
362: then
363: --
364: hr_utility.set_message(801, 'HR_EDIT');
365: hr_utility.raise_error;
366: --
367: end if;
368: hr_utility.set_location(l_proc, 50);
369: --

Line 368: hr_utility.set_location(l_proc, 50);

364: hr_utility.set_message(801, 'HR_EDIT');
365: hr_utility.raise_error;
366: --
367: end if;
368: hr_utility.set_location(l_proc, 50);
369: --
370: end if;
371: end if;
372: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 372: hr_utility.set_location(' Leaving:'||l_proc,60);

368: hr_utility.set_location(l_proc, 50);
369: --
370: end if;
371: end if;
372: hr_utility.set_location(' Leaving:'||l_proc,60);
373: end chk_updateable;
374: --
375: -- ----------------------------------------------------------------------------
376: -- |-----------------------< chk_non_updateable_args >------------------------|

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

436: --
437: l_proc varchar2(72) := g_package||'insert_validate';
438: --
439: Begin
440: hr_utility.set_location('Entering:'||l_proc, 5);
441: --
442: -- Call all supporting business operations
443: --
444: -- No business group context. HR_STANDARD_LOOKUPS used for validation."

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

459: ,p_effective_date => p_effective_date
460: ,p_object_version_number => p_rec.object_version_number
461: );
462: --
463: hr_utility.set_location(' Leaving:'||l_proc, 10);
464: End insert_validate;
465: --
466: -- ----------------------------------------------------------------------------
467: -- |---------------------------< update_validate >----------------------------|

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

473: --
474: l_proc varchar2(72) := g_package||'update_validate';
475: --
476: Begin
477: hr_utility.set_location('Entering:'||l_proc, 5);
478: --
479: -- Call all supporting business operations
480: --
481: -- No business group context. HR_STANDARD_LOOKUPS used for validation."

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

501: ,p_object_version_number => p_rec.object_version_number
502: );
503: --
504: --
505: hr_utility.set_location(' Leaving:'||l_proc, 10);
506: End update_validate;
507: --
508: -- ----------------------------------------------------------------------------
509: -- |---------------------------< delete_validate >----------------------------|

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

514: --
515: l_proc varchar2(72) := g_package||'delete_validate';
516: --
517: Begin
518: hr_utility.set_location('Entering:'||l_proc, 5);
519: --
520: -- Call all supporting business operations
521: --
522: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

518: hr_utility.set_location('Entering:'||l_proc, 5);
519: --
520: -- Call all supporting business operations
521: --
522: hr_utility.set_location(' Leaving:'||l_proc, 10);
523: End delete_validate;
524: --
525: end per_slt_bus;