DBA Data[Home] [Help]

APPS.IGW_INSTALLMENTS_TBH dependencies on APP_EXCEPTION

Line 53: App_Exception.Raise_Exception;

49:
50: ELSIF p_mode <> 'R' THEN
51:
52: Fnd_Message.Set_Name('FND','SYSTEM-INVALID ARGS');
53: App_Exception.Raise_Exception;
54:
55: END IF;
56:
57: INSERT INTO igw_installments

Line 175: App_Exception.Raise_Exception;

171: ELSIF p_mode <> 'R' THEN
172:
173: Fnd_Message.Set_Name('FND','SYSTEM-INVALID ARGS');
174: Fnd_Msg_Pub.Add;
175: App_Exception.Raise_Exception;
176:
177: END IF;
178:
179: UPDATE igw_installments

Line 201: App_Exception.Raise_Exception;

197: IF SQL%NotFound THEN
198:
199: Fnd_Message.Set_Name('IGW','IGW_SS_RECORD_CHANGED');
200: Fnd_Msg_Pub.Add;
201: App_Exception.Raise_Exception;
202:
203: END IF;
204:
205: EXCEPTION

Line 242: App_Exception.Raise_Exception;

238: IF SQL%NotFound THEN
239:
240: Fnd_Message.Set_Name('IGW','IGW_SS_RECORD_CHANGED');
241: Fnd_Msg_Pub.Add;
242: App_Exception.Raise_Exception;
243:
244: END IF;
245:
246: EXCEPTION