DBA Data[Home] [Help]

APPS.HR_JAVA_CONV_UTIL_SS dependencies on HR_UTILITY

Line 130: -- there are cases where error is not trapped by hr_utility.get_message,

126: nvl(p_attr_name,'Page') || '|' ||
127: nvl(p_app_short_name, 'ERR') || '|' ||
128: nvl(p_message_name, p_single_error_message) || '|' || '!';
129: ELSE
130: -- there are cases where error is not trapped by hr_utility.get_message,
131: -- but by hr_message.get_message_text
132: IF (hr_utility.get_message IS NOT NULL) THEN
133: l_formatted_error_message :=
134: nvl(p_error_message,'') || '!' || '|' ||

Line 132: IF (hr_utility.get_message IS NOT NULL) THEN

128: nvl(p_message_name, p_single_error_message) || '|' || '!';
129: ELSE
130: -- there are cases where error is not trapped by hr_utility.get_message,
131: -- but by hr_message.get_message_text
132: IF (hr_utility.get_message IS NOT NULL) THEN
133: l_formatted_error_message :=
134: nvl(p_error_message,'') || '!' || '|' ||
135: nvl(p_attr_name,'Page') || '|' ||
136: nvl(p_app_short_name, 'ERR') || '|' ||

Line 138: 'ORA' || hr_utility.hr_error_number || ' '||

134: nvl(p_error_message,'') || '!' || '|' ||
135: nvl(p_attr_name,'Page') || '|' ||
136: nvl(p_app_short_name, 'ERR') || '|' ||
137: nvl(p_message_name,
138: 'ORA' || hr_utility.hr_error_number || ' '||
139: hr_utility.get_message) || '|' || '!';
140: ELSE
141: l_formatted_error_message :=
142: nvl(p_error_message,'') || '!' || '|' ||

Line 139: hr_utility.get_message) || '|' || '!';

135: nvl(p_attr_name,'Page') || '|' ||
136: nvl(p_app_short_name, 'ERR') || '|' ||
137: nvl(p_message_name,
138: 'ORA' || hr_utility.hr_error_number || ' '||
139: hr_utility.get_message) || '|' || '!';
140: ELSE
141: l_formatted_error_message :=
142: nvl(p_error_message,'') || '!' || '|' ||
143: nvl(p_attr_name,'Page') || '|' ||