DBA Data[Home] [Help]

APPS.BEN_ELECTION_INFORMATION dependencies on APP_EXCEPTION

Line 465: 17-Jun-05 vborkar 115.218 Bug 4436578 : In SS wrapper app exception

461: handlers changes made to avoid null errors
462: on SS pages
463: 01-Jun-05 vborkar 115.217 Bug 4387247 : Modifications to take care of
464: application exceptions.
465: 17-Jun-05 vborkar 115.218 Bug 4436578 : In SS wrapper app exception
466: handler added generic(default) code.
467: 12-jul-05 ssarkar 115.219 BUG 4203714 : Modified c_comp_obj_name for proc handle_overlap_rates.
468: 29-jul-05 tjesumic 115.230 BUG 4510798 : fonm variable intialised on election information
469: 11-aug-05 ssarkar 115.221 BUG 4203714 : Rtrim to chop off the trailing spaces

Line 7176: when app_exception.application_exception then --Bug 4387247

7172: end if;
7173: --
7174: exception
7175: --
7176: when app_exception.application_exception then --Bug 4387247
7177: p_return_status := 'E';
7178: fnd_msg_pub.add;
7179: --Bug 4436578
7180: ben_det_enrt_rates.clear_globals;