DBA Data[Home] [Help]

APPS.HR_EMP_ERROR_UTILITY dependencies on HR_EMP_ERROR_UTILITY

Line 1: package body hr_emp_error_utility as

1: package body hr_emp_error_utility as
2: /* $Header: hreruweb.pkb 120.2 2005/09/23 14:51:17 svittal noship $ */
3: -- ---------------------------------------------------------------------------
4: -- private package global declarations
5: -- ---------------------------------------------------------------------------

Line 6: g_package constant varchar2(31) := 'hr_emp_error_utility.';

2: /* $Header: hreruweb.pkb 120.2 2005/09/23 14:51:17 svittal noship $ */
3: -- ---------------------------------------------------------------------------
4: -- private package global declarations
5: -- ---------------------------------------------------------------------------
6: g_package constant varchar2(31) := 'hr_emp_error_utility.';
7: --
8: -- ---------------------------------------------------------------------------
9: -- private package procedure and function declarations
10: -- ---------------------------------------------------------------------------

Line 886: end hr_emp_error_utility;

882: ,p_transaction_step_id => p_transaction_step_id
883: ,p_type => 'WARNING_TEXT');
884: END exists_warning_text;
885: --
886: end hr_emp_error_utility;