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 391: hr_utility.set_message(801,'NO_PTU_RECORD_EXISTS');

387:
388: FETCH c_corehr_person_type INTO l_system_person_type;
389: if c_corehr_person_type%NOTFOUND then
390: CLOSE c_corehr_person_type;
391: hr_utility.set_message(801,'NO_PTU_RECORD_EXISTS');
392: hr_utility.raise_error;
393: end if;
394:
395: CLOSE c_corehr_person_type;

Line 392: hr_utility.raise_error;

388: FETCH c_corehr_person_type INTO l_system_person_type;
389: if c_corehr_person_type%NOTFOUND then
390: CLOSE c_corehr_person_type;
391: hr_utility.set_message(801,'NO_PTU_RECORD_EXISTS');
392: hr_utility.raise_error;
393: end if;
394:
395: CLOSE c_corehr_person_type;
396:

Line 715: g_debug := hr_utility.debug_enabled;

711: l_proc VARCHAR2(72);
712: --
713: BEGIN
714: --
715: g_debug := hr_utility.debug_enabled;
716: --
717: IF g_debug THEN
718: --
719: l_proc := g_package||'is_person_a_worker';

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

717: IF g_debug THEN
718: --
719: l_proc := g_package||'is_person_a_worker';
720: --
721: hr_utility.set_location('Entering : '||l_proc,10);
722: --
723: END IF;
724: --
725: l_worker := hr_person_type_usage_info.is_person_of_type

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

730: IF NOT l_worker THEN
731: --
732: IF g_debug THEN
733: --
734: hr_utility.set_location(l_proc,20);
735: --
736: END IF;
737: --
738: l_worker := hr_person_type_usage_info.is_person_of_type

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

747: END IF;
748: --
749: IF g_debug THEN
750: --
751: hr_utility.set_location('Leaving : '||l_proc,999);
752: --
753: END IF;
754: --
755: RETURN l_worker;