DBA Data[Home] [Help]

APPS.IGW_ORGANIZATIONS_PVT dependencies on FND_MSG_PUB

Line 29: Fnd_Msg_Pub.Add_Exc_Msg

25: EXCEPTION
26:
27: WHEN others THEN
28:
29: Fnd_Msg_Pub.Add_Exc_Msg
30: (
31: p_pkg_name => G_PKG_NAME,
32: p_procedure_name => l_api_name
33: );

Line 66: Fnd_Msg_Pub.Add;

62:
63: WHEN no_data_found THEN
64:
65: Fnd_Message.Set_Name('IGW','IGW_SS_COUNTRY_INVALID');
66: Fnd_Msg_Pub.Add;
67: RETURN null;
68:
69: WHEN others THEN
70:

Line 71: Fnd_Msg_Pub.Add_Exc_Msg

67: RETURN null;
68:
69: WHEN others THEN
70:
71: Fnd_Msg_Pub.Add_Exc_Msg
72: (
73: p_pkg_name => G_PKG_NAME,
74: p_procedure_name => l_api_name
75: );

Line 135: Fnd_Msg_Pub.Initialize;

131: x_return_status := Fnd_Api.G_Ret_Sts_Success;
132:
133: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
134:
135: Fnd_Msg_Pub.Initialize;
136:
137: END IF;
138:
139: l_status := Get_Status(p_active_flag);

Line 142: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

138:
139: l_status := Get_Status(p_active_flag);
140: l_country_code := Get_Country_Code(p_country_name);
141:
142: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
143:
144: RAISE Fnd_Api.G_Exc_Error;
145:
146: END IF;

Line 184: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

180: x_msg_count => x_msg_count,
181: x_msg_data => x_msg_data
182: );
183:
184: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
185:
186: RAISE Fnd_Api.G_Exc_Error;
187:
188: END IF;

Line 210: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

206: x_msg_count => x_msg_count,
207: x_msg_data => x_msg_data
208: );
209:
210: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
211:
212: RAISE Fnd_Api.G_Exc_Error;
213:
214: END IF;

Line 240: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

236: x_msg_count => x_msg_count,
237: x_msg_data => x_msg_data
238: );
239:
240: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
241:
242: RAISE Fnd_Api.G_Exc_Error;
243:
244: END IF;

Line 265: Fnd_Msg_Pub.Count_And_Get

261: ROLLBACK TO Create_Organization_Pvt;
262:
263: x_return_status := Fnd_Api.G_Ret_Sts_Error;
264:
265: Fnd_Msg_Pub.Count_And_Get
266: (
267: p_count => x_msg_count,
268: p_data => x_msg_data
269: );

Line 277: Fnd_Msg_Pub.Count_And_Get

273: ROLLBACK TO Create_Organization_Pvt;
274:
275: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
276:
277: Fnd_Msg_Pub.Count_And_Get
278: (
279: p_count => x_msg_count,
280: p_data => x_msg_data
281: );

Line 289: Fnd_Msg_Pub.Add_Exc_Msg

285: ROLLBACK TO Create_Organization_Pvt;
286:
287: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
288:
289: Fnd_Msg_Pub.Add_Exc_Msg
290: (
291: p_pkg_name => G_PKG_NAME,
292: p_procedure_name => l_api_name
293: );

Line 295: Fnd_Msg_Pub.Count_And_Get

291: p_pkg_name => G_PKG_NAME,
292: p_procedure_name => l_api_name
293: );
294:
295: Fnd_Msg_Pub.Count_And_Get
296: (
297: p_count => x_msg_count,
298: p_data => x_msg_data
299: );

Line 358: Fnd_Msg_Pub.Initialize;

354: x_return_status := Fnd_Api.G_Ret_Sts_Success;
355:
356: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
357:
358: Fnd_Msg_Pub.Initialize;
359:
360: END IF;
361:
362: l_status := Get_Status(p_active_flag);

Line 365: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

361:
362: l_status := Get_Status(p_active_flag);
363: l_country_code := Get_Country_Code(p_country_name);
364:
365: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
366:
367: RAISE Fnd_Api.G_Exc_Error;
368:
369: END IF;

Line 399: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

395: x_msg_count => x_msg_count,
396: x_msg_data => x_msg_data
397: );
398:
399: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
400:
401: RAISE Fnd_Api.G_Exc_Error;
402:
403: END IF;

Line 426: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

422: x_msg_count => x_msg_count,
423: x_msg_data => x_msg_data
424: );
425:
426: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
427:
428: RAISE Fnd_Api.G_Exc_Error;
429:
430: END IF;

Line 450: Fnd_Msg_Pub.Count_And_Get

446: ROLLBACK TO Update_Organization_Pvt;
447:
448: x_return_status := Fnd_Api.G_Ret_Sts_Error;
449:
450: Fnd_Msg_Pub.Count_And_Get
451: (
452: p_count => x_msg_count,
453: p_data => x_msg_data
454: );

Line 462: Fnd_Msg_Pub.Count_And_Get

458: ROLLBACK TO Update_Organization_Pvt;
459:
460: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
461:
462: Fnd_Msg_Pub.Count_And_Get
463: (
464: p_count => x_msg_count,
465: p_data => x_msg_data
466: );

Line 474: Fnd_Msg_Pub.Add_Exc_Msg

470: ROLLBACK TO Update_Organization_Pvt;
471:
472: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
473:
474: Fnd_Msg_Pub.Add_Exc_Msg
475: (
476: p_pkg_name => G_PKG_NAME,
477: p_procedure_name => l_api_name
478: );

Line 480: Fnd_Msg_Pub.Count_And_Get

476: p_pkg_name => G_PKG_NAME,
477: p_procedure_name => l_api_name
478: );
479:
480: Fnd_Msg_Pub.Count_And_Get
481: (
482: p_count => x_msg_count,
483: p_data => x_msg_data
484: );