DBA Data[Home] [Help]

APPS.HR_US_UTILITY dependencies on HR_UTILITY

Line 75: hr_utility.set_location('hr_us_utility',1);

71: ' ('||p_known_as||')'),1,240)
72: INTO l_full_name
73: FROM sys.dual ;
74:
75: hr_utility.set_location('hr_us_utility',1);
76: return l_full_name;
77: --
78: END;
79: --