DBA Data[Home] [Help]

APPS.HR_WPM_IMPORT_LIB_OBJ_API dependencies on HR_UTILITY

Line 7: g_debug boolean := hr_utility.debug_enabled;

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

Line 347: hr_utility.set_location(' Leaving:' || l_proc,20);

343: -- Derive the API return status value based on whether
344: -- messages of any type exist in the Multiple Message List.
345: -- Also disable Multiple Message Detection.
346: --
347: hr_utility.set_location(' Leaving:' || l_proc,20);
348: --
349: exception
350:
351:

Line 362: hr_utility.set_location(' Leaving:' || l_proc,50);

358: -- error.
359: --
360: rollback to import_library_objective_api;
361: fnd_message.raise_error;
362: hr_utility.set_location(' Leaving:' || l_proc,50);
363:
364: end import_library_objectives;
365:
366: end HR_WPM_IMPORT_LIB_OBJ_API;