DBA Data[Home] [Help]

APPS.IGS_AS_VAL_VE dependencies on APP_EXCEPTION

Line 49: App_Exception.Raise_Exception;

45: WHEN OTHERS THEN
46: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXP');
47: Fnd_Message.Set_Token('NAME','IGS_AS_VAL_VE.ASSP_VAL_VE_LOT');
48: Igs_Ge_Msg_Stack.Add;
49: App_Exception.Raise_Exception;
50: END assp_val_ve_lot;
51: --
52: -- Retrofitted
53: FUNCTION assp_val_ve_reopen(

Line 82: App_Exception.Raise_Exception;

78: WHEN OTHERS THEN
79: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXP');
80: Fnd_Message.Set_Token('NAME','IGS_AS_VAL_VE.ASSP_VAL_VE_REOPEN');
81: Igs_Ge_Msg_Stack.Add;
82: App_Exception.Raise_Exception;
83: END assp_val_ve_reopen;
84: --
85: --
86: