DBA Data[Home] [Help]

APPS.ECE_TIMEZONE_API dependencies on APP_EXCEPTION

Line 50: app_exception.raise_exception;

46: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
47: if ec_debug.G_debug_level >= 2 then
48: ec_debug.pop('ECE_TIMEZONE_API.GET_SERVER_TIMEZONE_DETAILS');
49: end if;
50: app_exception.raise_exception;
51:
52:
53: END get_server_timezone_details;
54:

Line 119: app_exception.raise_exception;

115: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
116: if ec_debug.G_debug_level >= 2 then
117: ec_debug.pop('ECE_TIMEZONE_API.GET_DATE');
118: end if;
119: app_exception.raise_exception;
120:
121: END get_date;
122: END;