DBA Data[Home] [Help]

APPS.PAY_IN_SOE dependencies on HR_UTILITY

Line 347: g_debug := hr_utility.debug_enabled;

343: l_location_zipcode hr_locations.postal_code%TYPE;
344: l_details VARCHAR2(1000);
345:
346: BEGIN
347: g_debug := hr_utility.debug_enabled;
348: l_procedure := g_package ||'get_location_details';
349: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
350:
351: IF g_debug THEN