DBA Data[Home] [Help]

APPS.IGS_GE_PRC_TRANSFER dependencies on APP_EXCEPTION

Line 178: App_Exception.Raise_Exception ;

174: EXCEPTION
175: WHEN OTHERS THEN
176: Fnd_Message.Set_Name('IGS' , 'IGS_GE_UNHANDLED_EXCEPTION');
177: IGS_GE_MSG_STACK.ADD;
178: App_Exception.Raise_Exception ;
179: END genp_ins_trnsfr_todo;
180: --
181:
182: -- Process PE rowids in a PL/SQL TABLE for the current commit.

Line 228: App_Exception.Raise_Exception ;

224: CLOSE per_cur;
225: END IF;
226: Fnd_Message.Set_Name('IGS' , 'IGS_GE_UNHANDLED_EXCEPTION');
227: IGS_GE_MSG_STACK.ADD;
228: App_Exception.Raise_Exception ;
229:
230: END;
231:
232: END LOOP;