DBA Data[Home] [Help]

APPS.PER_STC_BUS dependencies on HR_UTILITY

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

48: l_proc varchar2(72) := g_package||'set_security_group_id';
49: --
50: begin
51: --
52: hr_utility.set_location('Entering:'|| l_proc, 10);
53: --
54: -- Ensure that all the mandatory parameter are not null
55: --
56: hr_api.mandatory_arg_error

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

97: (p_security_group_id => l_security_group_id
98: );
99: end if;
100: --
101: hr_utility.set_location(' Leaving:'|| l_proc, 20);
102: --
103: end set_security_group_id;
104: --
105: -- ---------------------------------------------------------------------------

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

126: l_proc varchar2(72) := g_package||'return_legislation_code';
127: --
128: Begin
129: --
130: hr_utility.set_location('Entering:'|| l_proc, 10);
131: --
132: -- Ensure that all the mandatory parameter are not null
133: --
134: hr_api.mandatory_arg_error

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

151: -- call to this function. Just return the value in the global
152: -- variable.
153: --
154: l_legislation_code := per_stc_bus.g_legislation_code;
155: hr_utility.set_location(l_proc, 20);
156: else
157: --
158: -- The ID is different to the last call to this function
159: -- or this is the first call to this function.

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

168: close csr_leg_code;
169: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
170: fnd_message.raise_error;
171: end if;
172: hr_utility.set_location(l_proc,30);
173: --
174: -- Set the global variables so the values are
175: -- available for the next call to this function.
176: --

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

178: per_stc_bus.g_component_name := p_component_name;
179: per_stc_bus.g_solution_type_name := p_solution_type_name;
180: per_stc_bus.g_legislation_code := l_legislation_code;
181: end if;
182: hr_utility.set_location(' Leaving:'|| l_proc, 40);
183: return l_legislation_code;
184: end return_legislation_code;
185: --
186: -- ----------------------------------------------------------------------------

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

288: l_proc varchar2(72) := g_package||'chk_updateable';
289: l_api_updating boolean;
290: --
291: begin
292: hr_utility.set_location('Entering:'|| l_proc, 10);
293: --
294: -- Check mandatory parameters have been set
295: --
296: hr_api.mandatory_arg_error

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

321: <> nvl(p_updateable,hr_api.g_varchar2))
322: or
323: (NOT l_api_updating))
324: then
325: hr_utility.set_location(l_proc, 40);
326: --
327: -- Check if updateable is set
328: --
329: if p_updateable is not null then

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

339: ,p_lookup_code => p_updateable
340: )
341: then
342: --
343: hr_utility.set_message(801, 'HR_EDIT');
344: hr_utility.raise_error;
345: --
346: end if;
347: hr_utility.set_location(l_proc, 50);

Line 344: hr_utility.raise_error;

340: )
341: then
342: --
343: hr_utility.set_message(801, 'HR_EDIT');
344: hr_utility.raise_error;
345: --
346: end if;
347: hr_utility.set_location(l_proc, 50);
348: --

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

343: hr_utility.set_message(801, 'HR_EDIT');
344: hr_utility.raise_error;
345: --
346: end if;
347: hr_utility.set_location(l_proc, 50);
348: --
349: end if;
350: end if;
351: hr_utility.set_location(' Leaving:'||l_proc,60);

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

347: hr_utility.set_location(l_proc, 50);
348: --
349: end if;
350: end if;
351: hr_utility.set_location(' Leaving:'||l_proc,60);
352: end chk_updateable;
353: --
354: -- ---------------------------------------------------------------------------
355: -- |-----------------------< chk_extensible >------------------------------|

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

400: l_proc varchar2(72) := g_package||'chk_extensible';
401: l_api_updating boolean;
402: --
403: begin
404: hr_utility.set_location('Entering:'|| l_proc, 10);
405: --
406: -- Check mandatory parameters have been set
407: --
408: hr_api.mandatory_arg_error

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

433: <> nvl(p_extensible,hr_api.g_varchar2))
434: or
435: (NOT l_api_updating))
436: then
437: hr_utility.set_location(l_proc, 40);
438: --
439: -- Check if extensible is set
440: --
441: if p_extensible is not null then

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

451: ,p_lookup_code => p_extensible
452: )
453: then
454: --
455: hr_utility.set_message(801, 'HR_EDIT');
456: hr_utility.raise_error;
457: --
458: end if;
459: hr_utility.set_location(l_proc, 50);

Line 456: hr_utility.raise_error;

452: )
453: then
454: --
455: hr_utility.set_message(801, 'HR_EDIT');
456: hr_utility.raise_error;
457: --
458: end if;
459: hr_utility.set_location(l_proc, 50);
460: --

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

455: hr_utility.set_message(801, 'HR_EDIT');
456: hr_utility.raise_error;
457: --
458: end if;
459: hr_utility.set_location(l_proc, 50);
460: --
461: end if;
462: end if;
463: hr_utility.set_location(' Leaving:'||l_proc,60);

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

459: hr_utility.set_location(l_proc, 50);
460: --
461: end if;
462: end if;
463: hr_utility.set_location(' Leaving:'||l_proc,60);
464: end chk_extensible;
465: --
466: -- ----------------------------------------------------------------------------
467: -- |---------------------------< insert_validate >----------------------------|

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

473: --
474: l_proc varchar2(72) := g_package||'insert_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 503: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

513: --
514: l_proc varchar2(72) := g_package||'update_validate';
515: --
516: Begin
517: hr_utility.set_location('Entering:'||l_proc, 5);
518: --
519: -- Call all supporting business operations
520: --
521: -- No business group context. HR_STANDARD_LOOKUPS used for validation.

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

545: ,p_object_version_number => p_rec.object_version_number
546: );
547: --
548: --
549: hr_utility.set_location(' Leaving:'||l_proc, 10);
550: End update_validate;
551: --
552: -- ----------------------------------------------------------------------------
553: -- |---------------------------< delete_validate >----------------------------|

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

558: --
559: l_proc varchar2(72) := g_package||'delete_validate';
560: --
561: Begin
562: hr_utility.set_location('Entering:'||l_proc, 5);
563: --
564: -- Call all supporting business operations
565: --
566: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

562: hr_utility.set_location('Entering:'||l_proc, 5);
563: --
564: -- Call all supporting business operations
565: --
566: hr_utility.set_location(' Leaving:'||l_proc, 10);
567: End delete_validate;
568: --
569: end per_stc_bus;