DBA Data[Home] [Help]

APPS.HR_TMP_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 61: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

101: close csr_leg_code;
102: hr_tmp_bus.g_form_template_id := p_form_template_id;
103: hr_tmp_bus.g_legislation_code := l_legislation_code;
104: end if;
105: hr_utility.set_location(' Leaving:'|| l_proc, 40);
106: return l_legislation_code;
107: end return_legislation_code;
108: --
109: -- ----------------------------------------------------------------------------

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

140: --
141: l_proc varchar2(72) := g_package || 'chk_df';
142: --
143: begin
144: hr_utility.set_location('Entering:'||l_proc,10);
145: --
146: if ((p_rec.form_template_id is not null) and (
147: nvl(hr_tmp_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
148: nvl(p_rec.attribute_category, hr_api.g_varchar2) or

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

279: ,p_attribute30_value => p_rec.attribute30
280: );
281: end if;
282: --
283: hr_utility.set_location(' Leaving:'||l_proc,20);
284: end chk_df;
285: --
286: -- ----------------------------------------------------------------------------
287: -- |-----------------------< chk_non_updateable_args >------------------------|

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

377: l_proc varchar2(72) := g_package || 'chk_application_id';
378: l_api_updating boolean;
379: --
380: Begin
381: hr_utility.set_location('Entering:'||l_proc, 10);
382: --
383: -- Check value has been passed
384: --
385: hr_api.mandatory_arg_error

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

399: fnd_message.raise_error;
400: END IF;
401: CLOSE cur_chk_app_id;
402:
403: hr_utility.set_location('Leaving:'||l_proc, 100);
404: End chk_application_id;
405: --
406: -- ----------------------------------------------------------------------------
407: -- |-----------------------------< chk_form_id >------------------------------|

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

424: l_proc varchar2(72) := g_package || 'chk_form_id';
425: l_api_updating boolean;
426: --
427: Begin
428: hr_utility.set_location('Entering:'||l_proc, 10);
429: --
430: -- Check value has been passed
431: --
432: hr_api.mandatory_arg_error

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

445: fnd_message.raise_error;
446: END IF;
447: CLOSE cur_chk_form_id;
448: --
449: hr_utility.set_location('Leaving:'||l_proc, 100);
450: End chk_form_id;
451: --
452: -- ----------------------------------------------------------------------------
453: -- |-------------------------< chk_legislation_code >-------------------------|

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

469: l_proc varchar2(72) := g_package || 'chk_legislation_code';
470: l_api_updating boolean;
471: --
472: Begin
473: hr_utility.set_location('Entering:'||l_proc, 10);
474: --
475: -- additional validation
476: --
477: IF (p_legislation_code IS NOT NULL)

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

489: CLOSE cur_chk_leg_code ;
490: --
491: END IF;
492: --
493: hr_utility.set_location('Leaving:'||l_proc, 100);
494: End chk_legislation_code;
495: --
496: -- ----------------------------------------------------------------------------
497: -- |---------------------------< chk_template_name >--------------------------|

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

506: l_proc varchar2(72) := g_package || 'chk_template_name';
507: l_api_updating boolean;
508: --
509: Begin
510: hr_utility.set_location('Entering:'||l_proc, 10);
511: --
512: -- Check value has been passed
513: --
514: hr_api.mandatory_arg_error

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

525: fnd_message.set_token('STEP','10');
526: fnd_message.raise_error;
527: end if;
528: --
529: hr_utility.set_location('Leaving:'||l_proc, 100);
530: End chk_template_name;
531: --
532: -- ----------------------------------------------------------------------------
533: -- |---------------------------< chk_enabled_flag >---------------------------|

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

542: l_proc varchar2(72) := g_package || 'chk_enabled_flag';
543: l_api_updating boolean;
544: --
545: Begin
546: hr_utility.set_location('Entering:'||l_proc, 10);
547: --
548: -- Check mandatory arguments have been set
549: --
550: hr_api.mandatory_arg_error

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

556: l_api_updating := hr_tmp_shd.api_updating
557: (p_form_template_id => p_form_template_id
558: ,p_object_version_number => p_object_version_number
559: );
560: hr_utility.set_location(l_proc,20);
561: --
562: -- Only proceed with SQL validation if absolutely necessary
563: --
564: if ( ( l_api_updating

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

565: and nvl(hr_tmp_shd.g_old_rec.enabled_flag,hr_api.g_varchar2) <>
566: nvl(p_enabled_flag,hr_api.g_varchar2))
567: or (NOT l_api_updating)) then
568: --
569: hr_utility.set_location(l_proc,30);
570: --
571: -- Check value has been passed
572: --
573: hr_api.mandatory_arg_error

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

590: end if;
591: --
592: end if;
593: --
594: hr_utility.set_location('Leaving:'||l_proc, 100);
595: End chk_enabled_flag;
596: --
597: -- ----------------------------------------------------------------------------
598: -- |------------------------------< chk_delete >------------------------------|

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

603: --
604: l_proc varchar2(72) := g_package||'chk_delete';
605: --
606: Begin
607: hr_utility.set_location('Entering:'||l_proc, 5);
608: --
609: -- No additional validation required
610: --
611: null;

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

609: -- No additional validation required
610: --
611: null;
612: --
613: hr_utility.set_location(' Leaving:'||l_proc, 10);
614: End chk_delete;
615: --
616: -- ----------------------------------------------------------------------------
617: -- |---------------------------< insert_validate >----------------------------|

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

623: --
624: l_proc varchar2(72) := g_package||'insert_validate';
625: --
626: Begin
627: hr_utility.set_location('Entering:'||l_proc, 5);
628: --
629: -- Check mandatory arguments have been set
630: --
631: hr_api.mandatory_arg_error

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

676: chk_df
677: (p_rec => p_rec
678: );
679: --
680: hr_utility.set_location(' Leaving:'||l_proc, 10);
681: End insert_validate;
682: --
683: -- ----------------------------------------------------------------------------
684: -- |---------------------------< update_validate >----------------------------|

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

690: --
691: l_proc varchar2(72) := g_package||'update_validate';
692: --
693: Begin
694: hr_utility.set_location('Entering:'||l_proc, 5);
695: --
696: -- Check mandatory arguments have been set
697: --
698: hr_api.mandatory_arg_error

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

748: chk_df
749: (p_rec => p_rec
750: );
751: --
752: hr_utility.set_location(' Leaving:'||l_proc, 10);
753: End update_validate;
754: --
755: -- ----------------------------------------------------------------------------
756: -- |---------------------------< delete_validate >----------------------------|

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

761: --
762: l_proc varchar2(72) := g_package||'delete_validate';
763: --
764: Begin
765: hr_utility.set_location('Entering:'||l_proc, 5);
766: --
767: -- Call all supporting business operations
768: --
769: chk_delete

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

769: chk_delete
770: (p_rec => p_rec
771: );
772: --
773: hr_utility.set_location(' Leaving:'||l_proc, 10);
774: End delete_validate;
775: --
776: end hr_tmp_bus;