DBA Data[Home] [Help]

APPS.HR_GENERAL_UTILITIES dependencies on ICX_UTIL

Line 1713: c_prompts icx_util.g_prompts_table;

1709: -- ----------------------------------------------------------------------------
1710: FUNCTION Get_Date_Hint
1711: RETURN VARCHAR2
1712: IS
1713: c_prompts icx_util.g_prompts_table;
1714: c_title VARCHAR2 (200);
1715: l_proc VARCHAR2 (72);
1716: BEGIN
1717: g_debug := hr_utility.debug_enabled;

Line 1724: icx_util.getPrompts(601,'HR_PERSONAL_INFORMATION',c_title,c_prompts);

1720: hr_utility.set_location('Entering : ' || l_proc, 5);
1721: END IF;
1722:
1723: -- Bug #1200894 fix
1724: icx_util.getPrompts(601,'HR_PERSONAL_INFORMATION',c_title,c_prompts);
1725:
1726: IF g_debug THEN
1727: hr_utility.set_location('Leaving : ' || l_proc, 10);
1728: END IF;