DBA Data[Home] [Help]

APPS.IGS_CO_GEN_002 dependencies on APP_EXCEPTION

Line 264: App_Exception.Raise_Exception;

260: lv_param_values := p_correspondence_type||','||TO_CHAR(p_reference_number)||','||p_letter_delete;
261: Fnd_Message.Set_Name('IGS','IGS_GE_PARAMETERS');
262: Fnd_Message.Set_Token('VALUE','lv_param_values');
263: IGS_GE_MSG_STACK.ADD;
264: App_Exception.Raise_Exception;
265: END corp_del_cori_spl;
266:
267: FUNCTION corp_ins_splp(
268: p_person_id IN NUMBER ,

Line 539: App_Exception.Raise_Exception;

535: WHEN OTHERS THEN
536: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
537: Fnd_Message.Set_Token('NAME','IGS_CO_GEN_002.corp_ins_splp');
538: IGS_GE_MSG_STACK.ADD;
539: App_Exception.Raise_Exception;
540: END corp_ins_splp;
541: --
542: FUNCTION corp_ins_spl_detail(
543: p_person_id IN NUMBER ,

Line 830: App_Exception.Raise_Exception;

826: WHEN OTHERS THEN
827: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
828: Fnd_Message.Set_Token('NAME','IGS_CO_GEN_002.corp_get_ocv_details');
829: IGS_GE_MSG_STACK.ADD;
830: App_Exception.Raise_Exception;
831: END corp_get_ocv_details;
832:
833: END IGS_CO_GEN_002;