DBA Data[Home] [Help]

APPS.HR_PERSON_TYPE_USAGE_INFO dependencies on HR_UTILITY

Line 7: g_debug boolean := hr_utility.debug_enabled;

3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' hr_person_type_usage_info.';
7: g_debug boolean := hr_utility.debug_enabled;
8: --
9: --
10: -- ------------------------------------------------------------------------------
11: -- |---------------------< get_user_person_type_separator >---------------------|

Line 370: hr_utility.set_message(801,'NO_PTU_RECORD_EXISTS');

366:
367: FETCH c_corehr_person_type INTO l_system_person_type;
368: if c_corehr_person_type%NOTFOUND then
369: CLOSE c_corehr_person_type;
370: hr_utility.set_message(801,'NO_PTU_RECORD_EXISTS');
371: hr_utility.raise_error;
372: end if;
373:
374: CLOSE c_corehr_person_type;

Line 371: hr_utility.raise_error;

367: FETCH c_corehr_person_type INTO l_system_person_type;
368: if c_corehr_person_type%NOTFOUND then
369: CLOSE c_corehr_person_type;
370: hr_utility.set_message(801,'NO_PTU_RECORD_EXISTS');
371: hr_utility.raise_error;
372: end if;
373:
374: CLOSE c_corehr_person_type;
375:

Line 646: g_debug := hr_utility.debug_enabled;

642: l_proc VARCHAR2(72);
643: --
644: BEGIN
645: --
646: g_debug := hr_utility.debug_enabled;
647: --
648: IF g_debug THEN
649: --
650: l_proc := g_package||'is_person_a_worker';

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

648: IF g_debug THEN
649: --
650: l_proc := g_package||'is_person_a_worker';
651: --
652: hr_utility.set_location('Entering : '||l_proc,10);
653: --
654: END IF;
655: --
656: l_worker := hr_person_type_usage_info.is_person_of_type

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

661: IF NOT l_worker THEN
662: --
663: IF g_debug THEN
664: --
665: hr_utility.set_location(l_proc,20);
666: --
667: END IF;
668: --
669: l_worker := hr_person_type_usage_info.is_person_of_type

Line 682: hr_utility.set_location('Leaving : '||l_proc,999);

678: END IF;
679: --
680: IF g_debug THEN
681: --
682: hr_utility.set_location('Leaving : '||l_proc,999);
683: --
684: END IF;
685: --
686: RETURN l_worker;