DBA Data[Home] [Help]

APPS.IGW_PROP_COMMENTS_PVT dependencies on FND_MSG_PUB

Line 29: Fnd_Msg_Pub.Add;

25: IF l_last_updated_by <> Fnd_Global.User_Id THEN
26:
27: x_return_status := Fnd_Api.G_Ret_Sts_Error;
28: Fnd_Message.Set_Name('IGW','IGW_PROPOSAL_COMMENT');
29: Fnd_Msg_Pub.Add;
30:
31: END IF;
32:
33: EXCEPTION

Line 77: Fnd_Msg_Pub.Add;

73: WHEN no_data_found THEN
74:
75: x_return_status := Fnd_Api.G_Ret_Sts_Error;
76: Fnd_Message.Set_Name('IGW','IGW_SS_RECORD_CHANGED');
77: Fnd_Msg_Pub.Add;
78:
79: WHEN others THEN
80:
81: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;

Line 83: Fnd_Msg_Pub.Add_Exc_Msg

79: WHEN others THEN
80:
81: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
82:
83: Fnd_Msg_Pub.Add_Exc_Msg
84: (
85: p_pkg_name => G_PKG_NAME,
86: p_procedure_name => l_api_name
87: );

Line 132: Fnd_Msg_Pub.Initialize;

128: x_return_status := Fnd_Api.G_Ret_Sts_Success;
129:
130: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
131:
132: Fnd_Msg_Pub.Initialize;
133:
134: END IF;
135:
136:

Line 167: Fnd_Msg_Pub.Add;

163: = 'N' THEN
164:
165: x_return_status := Fnd_Api.G_Ret_Sts_Error;
166: Fnd_Message.Set_Name('IGW','IGW_SS_SEC_NO_MODIFY_RIGHTS');
167: Fnd_Msg_Pub.Add;
168: RAISE Fnd_Api.G_Exc_Error;
169:
170: END IF;
171: */

Line 217: Fnd_Msg_Pub.Count_And_Get

213: ROLLBACK TO Create_Prop_Comment_Pvt;
214:
215: x_return_status := Fnd_Api.G_Ret_Sts_Error;
216:
217: Fnd_Msg_Pub.Count_And_Get
218: (
219: p_count => x_msg_count,
220: p_data => x_msg_data
221: );

Line 229: Fnd_Msg_Pub.Count_And_Get

225: ROLLBACK TO Create_Prop_Comment_Pvt;
226:
227: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
228:
229: Fnd_Msg_Pub.Count_And_Get
230: (
231: p_count => x_msg_count,
232: p_data => x_msg_data
233: );

Line 241: Fnd_Msg_Pub.Add_Exc_Msg

237: ROLLBACK TO Create_Prop_Comment_Pvt;
238:
239: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
240:
241: Fnd_Msg_Pub.Add_Exc_Msg
242: (
243: p_pkg_name => G_PKG_NAME,
244: p_procedure_name => l_api_name
245: );

Line 247: Fnd_Msg_Pub.Count_And_Get

243: p_pkg_name => G_PKG_NAME,
244: p_procedure_name => l_api_name
245: );
246:
247: Fnd_Msg_Pub.Count_And_Get
248: (
249: p_count => x_msg_count,
250: p_data => x_msg_data
251: );

Line 296: Fnd_Msg_Pub.Initialize;

292: x_return_status := Fnd_Api.G_Ret_Sts_Success;
293:
294: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
295:
296: Fnd_Msg_Pub.Initialize;
297:
298: END IF;
299:
300:

Line 319: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

315: );
316:
317: END IF;
318:
319: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
320:
321: RAISE Fnd_Api.G_Exc_Error;
322:
323: END IF;

Line 341: Fnd_Msg_Pub.Add;

337: = 'N' THEN
338:
339: x_return_status := Fnd_Api.G_Ret_Sts_Error;
340: Fnd_Message.Set_Name('IGW','IGW_SS_SEC_NO_MODIFY_RIGHTS');
341: Fnd_Msg_Pub.Add;
342: RAISE Fnd_Api.G_Exc_Error;
343:
344: END IF;
345:

Line 361: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

357: ** the earlier stages
358: */
359:
360:
361: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
362:
363: RAISE Fnd_Api.G_Exc_Error;
364:
365: END IF;

Line 386: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

382: ** the earlier stages
383: */
384:
385:
386: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
387:
388: RAISE Fnd_Api.G_Exc_Error;
389:
390: END IF;

Line 398: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

394: ** Discontinue processing if any error has been encountered during
395: ** the earlier stages
396: */
397:
398: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
399:
400: RAISE Fnd_Api.G_Exc_Error;
401:
402: END IF;

Line 450: Fnd_Msg_Pub.Count_And_Get

446: ROLLBACK TO Update_Prop_Comment_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_Prop_Comment_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_Prop_Comment_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: );

Line 524: Fnd_Msg_Pub.Initialize;

520: x_return_status := Fnd_Api.G_Ret_Sts_Success;
521:
522: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
523:
524: Fnd_Msg_Pub.Initialize;
525:
526: END IF;
527:
528: /*

Line 544: Fnd_Msg_Pub.Add;

540: = 'N' THEN
541:
542: x_return_status := Fnd_Api.G_Ret_Sts_Error;
543: Fnd_Message.Set_Name('IGW','IGW_SS_SEC_NO_MODIFY_RIGHTS');
544: Fnd_Msg_Pub.Add;
545: RAISE Fnd_Api.G_Exc_Error;
546:
547: END IF;
548: */

Line 563: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

559: ** the earlier stages
560: */
561:
562:
563: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
564:
565: RAISE Fnd_Api.G_Exc_Error;
566:
567: END IF;

Line 585: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

581: ** Discontinue processing if any error has been encountered during
582: ** the earlier stages
583: */
584:
585: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
586:
587: RAISE Fnd_Api.G_Exc_Error;
588:
589: END IF;

Line 633: Fnd_Msg_Pub.Count_And_Get

629: ROLLBACK TO Delete_Prop_Comment_Pvt;
630:
631: x_return_status := Fnd_Api.G_Ret_Sts_Error;
632:
633: Fnd_Msg_Pub.Count_And_Get
634: (
635: p_count => x_msg_count,
636: p_data => x_msg_data
637: );

Line 645: Fnd_Msg_Pub.Count_And_Get

641: ROLLBACK TO Delete_Prop_Comment_Pvt;
642:
643: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
644:
645: Fnd_Msg_Pub.Count_And_Get
646: (
647: p_count => x_msg_count,
648: p_data => x_msg_data
649: );

Line 657: Fnd_Msg_Pub.Add_Exc_Msg

653: ROLLBACK TO Delete_Prop_Comment_Pvt;
654:
655: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
656:
657: Fnd_Msg_Pub.Add_Exc_Msg
658: (
659: p_pkg_name => G_PKG_NAME,
660: p_procedure_name => l_api_name
661: );

Line 663: Fnd_Msg_Pub.Count_And_Get

659: p_pkg_name => G_PKG_NAME,
660: p_procedure_name => l_api_name
661: );
662:
663: Fnd_Msg_Pub.Count_And_Get
664: (
665: p_count => x_msg_count,
666: p_data => x_msg_data
667: );