DBA Data[Home] [Help]

APPS.IGW_SPONSOR_ACTION_TBH dependencies on FND_MSG_PUB

Line 134: Fnd_Msg_Pub.Add_Exc_Msg

130: WHEN others THEN
131:
132: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
133:
134: Fnd_Msg_Pub.Add_Exc_Msg
135: (
136: p_pkg_name => G_PKG_NAME,
137: p_procedure_name => l_api_name
138: );

Line 177: Fnd_Msg_Pub.Add;

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

Line 197: Fnd_Msg_Pub.Add;

193:
194: IF SQL%NotFound THEN
195:
196: Fnd_Message.Set_Name('IGW','IGW_SS_RECORD_CHANGED');
197: Fnd_Msg_Pub.Add;
198: App_Exception.Raise_Exception;
199:
200: END IF;
201:

Line 210: Fnd_Msg_Pub.Add_Exc_Msg

206: WHEN others THEN
207:
208: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
209:
210: Fnd_Msg_Pub.Add_Exc_Msg
211: (
212: p_pkg_name => G_PKG_NAME,
213: p_procedure_name => l_api_name
214: );

Line 243: Fnd_Msg_Pub.Add;

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

Line 256: Fnd_Msg_Pub.Add_Exc_Msg

252: WHEN others THEN
253:
254: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
255:
256: Fnd_Msg_Pub.Add_Exc_Msg
257: (
258: p_pkg_name => G_PKG_NAME,
259: p_procedure_name => l_api_name
260: );