DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on APP_EXCEPTION

Line 68: 25 Jan 98 G Perry 110.18 Added app_exception exception

64: derivable factor mode.
65: Added id function which
66: returns a bracketed number.
67: 25 Jan 98 G Perry 110.17 Added banner for lers.
68: 25 Jan 98 G Perry 110.18 Added app_exception exception
69: handler for row handler errors.
70: 25 Jan 98 lmcdonal 110.19 Add setting of g_last...failed
71: to exception routine.
72: Change 6 locals from number(38)

Line 83: 02 Feb 98 G Perry 110.24 Changed exception app_exception

79: and ler_ids.
80: 27 Jan 98 G Perry 110.22 Changed commit_all_data proc.
81: 02 Feb 98 G Perry 110.23 Moved Commit into C code and
82: passed p_validate to C code.
83: 02 Feb 98 G Perry 110.24 Changed exception app_exception
84: call so it just raises an error.
85: 03 Feb 98 G Perry 110.25 Completely removed
86: app_exception call and capture
87: via when others call.

Line 86: app_exception call and capture

82: passed p_validate to C code.
83: 02 Feb 98 G Perry 110.24 Changed exception app_exception
84: call so it just raises an error.
85: 03 Feb 98 G Perry 110.25 Completely removed
86: app_exception call and capture
87: via when others call.
88: 06 Mar 98 G Perry 110.26 Removed commit_all_data procedure
89: Added log_benmngle_statistics
90: Restart, removed lots of logging

Line 311: through the app_exception and

307: 15-May-99 GPerry 115.95 Fix for Bug 2107. Ensure only
308: active comp objects are included.
309: 18-May-99 GPerry 115.96 Added calls to environment routine.
310: Now we capture the message correctly
311: through the app_exception and
312: g_record_error exceptions.
313: lmcdonal 115.97 Added rudimentary p_comp_object_name
314: for ptip and plip. Also increase
315: length of comp object name in log.

Line 456: - Fixed problem with app_exception. The

452: 03-FEB-00 mhoyes 115.156 - Added HPAPRTTDE and HPADPNTLC to
453: call to generate communications.
454: - Modified process_comp_object to
455: process local l_comp_obj_tree.
456: - Fixed problem with app_exception. The
457: error from process_life_events is
458: now suppressed rather than raised. The
459: error is raised when max errors is
460: reached.

Line 12857: when app_exception.application_exception then

12853: benutils.write(p_rec => g_action_rec);
12854: --
12855: p_person_count := p_person_count +1;
12856: --
12857: when app_exception.application_exception then
12858: --
12859: if g_debug then
12860: hr_utility.set_location ('PLE application_exception '||l_package,12);
12861: end if;