DBA Data[Home] [Help]

APPS.IGS_PS_GEN_008 dependencies on IGS_GE_MSG_STACK

Line 599: IGS_GE_MSG_STACK.ADD;

595: EXCEPTION
596: WHEN OTHERS THEN
597: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
598: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_008.crsp_ins_unit_set');
599: IGS_GE_MSG_STACK.ADD;
600: App_Exception.Raise_Exception;
601: END crsp_ins_unit_set;
602:
603: FUNCTION get_section_status (p_c_src_usec_status igs_ps_unit_ofr_opt_all.unit_section_status%TYPE

Line 2410: IGS_GE_MSG_STACK.ADD;

2406: -- If the Procedure has returned an error , then display the error message and abort the process
2407: IF l_status = 2 THEN -- ie. The procedure call has resulted in error.
2408:
2409: fnd_message.set_name('IGS', p_message_name);
2410: IGS_GE_MSG_STACK.ADD;
2411: app_exception.raise_exception;
2412:
2413: END IF;
2414:

Line 2432: IGS_GE_MSG_STACK.ADD;

2428: EXCEPTION
2429: WHEN OTHERS THEN
2430: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
2431: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_008.crsp_ins_unit_ver');
2432: IGS_GE_MSG_STACK.ADD;
2433: App_Exception.Raise_Exception;
2434: END crsp_ins_unit_ver;
2435:
2436: