DBA Data[Home] [Help]

APPS.BEN_ON_LINE_LF_EVT dependencies on APP_EXCEPTION

Line 2910: when app_exception.application_exception then

2906: l_trace_on := false;
2907: end if;
2908: --
2909: exception
2910: when app_exception.application_exception then
2911: get_ser_message(p_encoded_message => l_encoded_message,
2912: p_app_short_name => l_app_short_name,
2913: p_message_name => l_message_name);
2914: --

Line 3021: when app_exception.application_exception then

3017: hr_utility.set_location ('Leaving '||l_proc,30);
3018: -- hr_utility.trace_off;
3019: --
3020: exception
3021: when app_exception.application_exception then
3022: get_ser_message(p_encoded_message => l_encoded_message,
3023: p_app_short_name => l_app_short_name,
3024: p_message_name => l_message_name);
3025: --