DBA Data[Home] [Help]

APPS.IGW_PROP_ABSTRACTS_TBH dependencies on FND_MSG_PUB

Line 143: Fnd_Msg_Pub.Add_Exc_Msg

139: WHEN others THEN
140:
141: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
142:
143: Fnd_Msg_Pub.Add_Exc_Msg
144: (
145: p_pkg_name => G_PKG_NAME,
146: p_procedure_name => l_api_name
147: );

Line 201: Fnd_Msg_Pub.Add;

197:
198: ELSIF p_mode <> 'R' THEN
199:
200: Fnd_Message.Set_Name('FND','SYSTEM-INVALID ARGS');
201: Fnd_Msg_Pub.Add;
202: App_Exception.Raise_Exception;
203:
204: END IF;
205:

Line 237: Fnd_Msg_Pub.Add;

233:
234: IF SQL%NotFound THEN
235:
236: Fnd_Message.Set_Name('IGW','IGW_SS_RECORD_CHANGED');
237: Fnd_Msg_Pub.Add;
238: App_Exception.Raise_Exception;
239:
240: END IF;
241:

Line 248: Fnd_Msg_Pub.Add_Exc_Msg

244: WHEN others THEN
245:
246: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
247:
248: Fnd_Msg_Pub.Add_Exc_Msg
249: (
250: p_pkg_name => G_PKG_NAME,
251: p_procedure_name => l_api_name
252: );