DBA Data[Home] [Help]

APPS.IGS_GR_GEN_001 dependencies on APP_EXCEPTION

Line 143: app_exception.raise_exception;

139: fnd_log.level_exception, g_module_head || 'grdpl_del_if_not_locked.e_resource_busy_exception',
140: 'Error: ' || SQLERRM
141: );
142: END IF;
143: app_exception.raise_exception;
144: END grdpl_del_if_not_locked;
145: BEGIN
146: --
147: p_message_name := NULL;

Line 190: app_exception.raise_exception;

186: fnd_log.level_exception, g_module_head || 'grdp_del_gac_hist.exit_exception',
187: 'Error: ' || SQLERRM
188: );
189: END IF;
190: app_exception.raise_exception;
191: END grdp_del_gac_hist;
192: --
193: -- Clean up the Graduand and Graduand Award Ceremony records for the specfied
194: -- Graduation Ceremony Round which have a Graduand Status of POTENTIAL.

Line 296: app_exception.raise_exception;

292: --
293: IF p_grd_cal_type IS NULL
294: OR p_grd_ci_sequence_number IS NULL THEN
295: fnd_message.set_name ('IGS', 'IGS_GE_INSUFFICIENT_PARAMETER');
296: app_exception.raise_exception;
297: END IF;
298: --
299: v_gac_locked := 'N';
300: --

Line 395: app_exception.raise_exception;

391: fnd_log.level_exception, g_module_head || 'grdp_del_gr_gac.exit_exception',
392: 'Error: ' || SQLERRM
393: );
394: END IF;
395: app_exception.raise_exception;
396: END grdp_del_gr_gac;
397: --
398: -- This function gets the title for the unit set group if an override title is not set.
399: --

Line 604: app_exception.raise_exception;

600: fnd_log.level_exception, g_module_head || 'grdp_get_grad_name.exit_exception',
601: 'Error: ' || SQLERRM
602: );
603: END IF;
604: app_exception.raise_exception;
605: END grdp_get_grad_name;
606: --
607: -- Retrieves the government honours level from a student's Graduand detail.
608: --

Line 673: app_exception.raise_exception;

669: fnd_log.level_exception, g_module_head || 'grdp_get_gr_ghl.exit_exception',
670: 'Error: ' || SQLERRM
671: );
672: END IF;
673: app_exception.raise_exception;
674: END grdp_get_gr_ghl;
675: --
676: -- Insert Graduand Award Ceremony History
677: --

Line 919: app_exception.raise_exception;

915: fnd_log.level_exception, g_module_head || 'grdp_ins_gac_hist.exit_exception',
916: 'Error: ' || SQLERRM
917: );
918: END IF;
919: app_exception.raise_exception;
920: END grdp_ins_gac_hist;
921: END igs_gr_gen_001;