DBA Data[Home] [Help]

APPS.IGS_FI_LOAD_EXT_CHG dependencies on IGS_GE_MSG_STACK

Line 882: igs_ge_msg_stack.add;

878: WHEN OTHERS THEN
879: ROLLBACK;
880: retcode := 2;
881: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION')||' : '||SQLERRM;
882: igs_ge_msg_stack.add;
883: igs_ge_msg_stack.conc_exception_hndl;
884: END igs_fi_extto_imp;
885:
886: FUNCTION get_std_formerstd_ind(p_person_id IN igs_pe_typ_instances_all.person_id%TYPE )

Line 883: igs_ge_msg_stack.conc_exception_hndl;

879: ROLLBACK;
880: retcode := 2;
881: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION')||' : '||SQLERRM;
882: igs_ge_msg_stack.add;
883: igs_ge_msg_stack.conc_exception_hndl;
884: END igs_fi_extto_imp;
885:
886: FUNCTION get_std_formerstd_ind(p_person_id IN igs_pe_typ_instances_all.person_id%TYPE )
887: RETURN VARCHAR2 AS