DBA Data[Home] [Help]

APPS.IBE_UTIL dependencies on APP_EXCEPTION

Line 102: app_exception.raise_exception;

98: end if;
99:
100: exception
101: when utl_file.invalid_path then
102: app_exception.raise_exception;
103: when utl_file.invalid_mode then
104: app_exception.raise_exception;
105:
106: end ;

Line 104: app_exception.raise_exception;

100: exception
101: when utl_file.invalid_path then
102: app_exception.raise_exception;
103: when utl_file.invalid_mode then
104: app_exception.raise_exception;
105:
106: end ;
107:
108: procedure disable_file_debug is