DBA Data[Home] [Help]

APPS.BEN_ON_LINE_LF_EVT dependencies on APP_EXCEPTION

Line 2945: when app_exception.application_exception then

2941: l_trace_on := false;
2942: end if;
2943: --
2944: exception
2945: when app_exception.application_exception then
2946: get_ser_message(p_encoded_message => l_encoded_message,
2947: p_app_short_name => l_app_short_name,
2948: p_message_name => l_message_name);
2949: --

Line 3071: when app_exception.application_exception then

3067: hr_utility.set_location ('Leaving '||l_proc,30);
3068: -- hr_utility.trace_off;
3069: --
3070: exception
3071: when app_exception.application_exception then
3072: get_ser_message(p_encoded_message => l_encoded_message,
3073: p_app_short_name => l_app_short_name,
3074: p_message_name => l_message_name);
3075: --