DBA Data[Home] [Help]

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

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

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

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

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

93: -- properties.
94: --
95: l_legislation_code := null;
96: end if;
97: hr_utility.set_location(l_proc,30);
98: --
99: -- Set the global variables so the values are
100: -- available for the next call to this function.
101: --

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

102: close csr_leg_code;
103: hr_fmp_bus.g_form_property_id := p_form_property_id;
104: hr_fmp_bus.g_legislation_code := l_legislation_code;
105: end if;
106: hr_utility.set_location(' Leaving:'|| l_proc, 40);
107: return l_legislation_code;
108: end return_legislation_code;
109: --
110: -- ----------------------------------------------------------------------------

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

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

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

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

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

378: l_proc varchar2(72) := g_package || 'chk_appl_form_and_template';
379: l_api_updating boolean;
380: --
381: Begin
382: hr_utility.set_location('Entering:'||l_proc, 10);
383: --
384: l_api_updating := hr_fmp_shd.api_updating
385: (p_form_property_id => p_form_property_id
386: ,p_object_version_number => p_object_version_number

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

384: l_api_updating := hr_fmp_shd.api_updating
385: (p_form_property_id => p_form_property_id
386: ,p_object_version_number => p_object_version_number
387: );
388: hr_utility.set_location(l_proc,20);
389: --
390: -- One and only one of application_id and form_id, and form_template_id
391: -- must be given
392: --

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

401: fnd_message.set_token('STEP','10');
402: fnd_message.raise_error;
403: end if;
404: --
405: hr_utility.set_location('Leaving:'||l_proc, 100);
406: End chk_appl_form_and_template;
407: --
408: -- ----------------------------------------------------------------------------
409: -- |--------------------------< chk_application_id >--------------------------|

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

421: --
422: l_proc varchar2(72) := g_package||'chk_application_id';
423: --
424: Begin
425: hr_utility.set_location('Entering:'||l_proc, 5);
426: --
427: -- additional validation required
428: --
429: OPEN cur_chk_app_id;

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

438: END IF;
439: CLOSE cur_chk_app_id;
440:
441: --
442: hr_utility.set_location(' Leaving:'||l_proc, 10);
443: End chk_application_id;
444: --
445: -- ----------------------------------------------------------------------------
446: -- |------------------------------< chk_form_id >-----------------------------|

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

460: --
461: l_proc varchar2(72) := g_package||'chk_form_id';
462: --
463: Begin
464: hr_utility.set_location('Entering:'||l_proc, 5);
465: --
466: -- additional validation required
467: --
468: OPEN cur_chk_form_id;

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

476: fnd_message.raise_error;
477: END IF;
478: CLOSE cur_chk_form_id;
479: --
480: hr_utility.set_location(' Leaving:'||l_proc, 10);
481: End chk_form_id;
482: --
483: -- ----------------------------------------------------------------------------
484: -- |-------------------------< chk_form_template_id >-------------------------|

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

490: --
491: l_proc varchar2(72) := g_package||'chk_form_template_id';
492: --
493: Begin
494: hr_utility.set_location('Entering:'||l_proc, 5);
495: --
496: -- No additional validation required
497: --
498: null;

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

496: -- No additional validation required
497: --
498: null;
499: --
500: hr_utility.set_location(' Leaving:'||l_proc, 10);
501: End chk_form_template_id;
502: --
503: -- ----------------------------------------------------------------------------
504: -- |----------------------------< chk_help_target >---------------------------|

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

510: --
511: l_proc varchar2(72) := g_package||'chk_help_target';
512: --
513: Begin
514: hr_utility.set_location('Entering:'||l_proc, 5);
515: --
516: -- No additional validation required
517: --
518: null;

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

516: -- No additional validation required
517: --
518: null;
519: --
520: hr_utility.set_location(' Leaving:'||l_proc, 10);
521: End chk_help_target;
522: --
523: -- ----------------------------------------------------------------------------
524: -- |------------------------------< chk_delete >------------------------------|

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

529: --
530: l_proc varchar2(72) := g_package||'chk_delete';
531: --
532: Begin
533: hr_utility.set_location('Entering:'||l_proc, 5);
534: --
535: -- No additional validation required
536: --
537: null;

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

535: -- No additional validation required
536: --
537: null;
538: --
539: hr_utility.set_location(' Leaving:'||l_proc, 10);
540: End chk_delete;
541: --
542: -- ----------------------------------------------------------------------------
543: -- |---------------------------< insert_validate >----------------------------|

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

548: --
549: l_proc varchar2(72) := g_package||'insert_validate';
550: --
551: Begin
552: hr_utility.set_location('Entering:'||l_proc, 5);
553: --
554: -- Call all supporting business operations
555: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
556: --

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

592: chk_ddf
593: (p_rec => p_rec
594: );
595: --
596: hr_utility.set_location(' Leaving:'||l_proc, 10);
597: End insert_validate;
598: --
599: -- ----------------------------------------------------------------------------
600: -- |---------------------------< update_validate >----------------------------|

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

605: --
606: l_proc varchar2(72) := g_package||'update_validate';
607: --
608: Begin
609: hr_utility.set_location('Entering:'||l_proc, 5);
610: --
611: -- Call all supporting business operations
612: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
613: --

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

653: chk_ddf
654: (p_rec => p_rec
655: );
656: --
657: hr_utility.set_location(' Leaving:'||l_proc, 10);
658: End update_validate;
659: --
660: -- ----------------------------------------------------------------------------
661: -- |---------------------------< delete_validate >----------------------------|

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

666: --
667: l_proc varchar2(72) := g_package||'delete_validate';
668: --
669: Begin
670: hr_utility.set_location('Entering:'||l_proc, 5);
671: --
672: -- Call all supporting business operations
673: --
674: chk_delete

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

674: chk_delete
675: (p_rec => p_rec
676: );
677: --
678: hr_utility.set_location(' Leaving:'||l_proc, 10);
679: End delete_validate;
680: --
681: end hr_fmp_bus;