DBA Data[Home] [Help]

APPS.IGW_PROP_SCIENCE_CODES_PVT dependencies on FND_MSG_PUB

Line 45: Fnd_Msg_Pub.Add;

41: WHEN no_data_found THEN
42:
43: x_return_status := Fnd_Api.G_Ret_Sts_Error;
44: Fnd_Message.Set_Name('IGW','IGW_SS_RECORD_CHANGED');
45: Fnd_Msg_Pub.Add;
46:
47: WHEN others THEN
48:
49: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;

Line 51: Fnd_Msg_Pub.Add_Exc_Msg

47: WHEN others THEN
48:
49: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
50:
51: Fnd_Msg_Pub.Add_Exc_Msg
52: (
53: p_pkg_name => G_PKG_NAME,
54: p_procedure_name => l_api_name
55: );

Line 96: Fnd_Msg_Pub.Add;

92: WHEN no_data_found THEN
93:
94: x_return_status := Fnd_Api.G_Ret_Sts_Error;
95: Fnd_Message.Set_Name('IGW','IGW_SS_KEYWORD_INVALID');
96: Fnd_Msg_Pub.Add;
97:
98: WHEN others THEN
99:
100: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;

Line 102: Fnd_Msg_Pub.Add_Exc_Msg

98: WHEN others THEN
99:
100: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
101:
102: Fnd_Msg_Pub.Add_Exc_Msg
103: (
104: p_pkg_name => G_PKG_NAME,
105: p_procedure_name => l_api_name
106: );

Line 154: Fnd_Msg_Pub.Initialize;

150: x_return_status := Fnd_Api.G_Ret_Sts_Success;
151:
152: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
153:
154: Fnd_Msg_Pub.Initialize;
155:
156: END IF;
157:
158:

Line 189: Fnd_Msg_Pub.Add;

185: = 'N' THEN
186:
187: x_return_status := Fnd_Api.G_Ret_Sts_Error;
188: Fnd_Message.Set_Name('IGW','IGW_SS_SEC_NO_MODIFY_RIGHTS');
189: Fnd_Msg_Pub.Add;
190: RAISE Fnd_Api.G_Exc_Error;
191:
192: END IF;
193: */

Line 217: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

213: ** Discontinue processing if any error has been encountered during
214: ** the earlier stages
215: */
216:
217: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
218:
219: RAISE Fnd_Api.G_Exc_Error;
220:
221: END IF;

Line 234: Fnd_Msg_Pub.Add;

230: IF l_count > 0 THEN
231:
232: x_return_status := Fnd_Api.G_Ret_Sts_Error;
233: Fnd_Message.Set_Name('IGW','IGW_SS_KEYWORD_ALREADY_EXISTS');
234: Fnd_Msg_Pub.Add;
235: RAISE Fnd_Api.G_Exc_Error;
236:
237: END IF;
238:

Line 284: Fnd_Msg_Pub.Count_And_Get

280: ROLLBACK TO Create_Prop_Science_Code_Pvt;
281:
282: x_return_status := Fnd_Api.G_Ret_Sts_Error;
283:
284: Fnd_Msg_Pub.Count_And_Get
285: (
286: p_count => x_msg_count,
287: p_data => x_msg_data
288: );

Line 296: Fnd_Msg_Pub.Count_And_Get

292: ROLLBACK TO Create_Prop_Science_Code_Pvt;
293:
294: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
295:
296: Fnd_Msg_Pub.Count_And_Get
297: (
298: p_count => x_msg_count,
299: p_data => x_msg_data
300: );

Line 308: Fnd_Msg_Pub.Add_Exc_Msg

304: ROLLBACK TO Create_Prop_Science_Code_Pvt;
305:
306: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
307:
308: Fnd_Msg_Pub.Add_Exc_Msg
309: (
310: p_pkg_name => G_PKG_NAME,
311: p_procedure_name => l_api_name
312: );

Line 314: Fnd_Msg_Pub.Count_And_Get

310: p_pkg_name => G_PKG_NAME,
311: p_procedure_name => l_api_name
312: );
313:
314: Fnd_Msg_Pub.Count_And_Get
315: (
316: p_count => x_msg_count,
317: p_data => x_msg_data
318: );

Line 365: Fnd_Msg_Pub.Initialize;

361: x_return_status := Fnd_Api.G_Ret_Sts_Success;
362:
363: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
364:
365: Fnd_Msg_Pub.Initialize;
366:
367: END IF;
368:
369:

Line 388: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

384: );
385:
386: END IF;
387:
388: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
389:
390: RAISE Fnd_Api.G_Exc_Error;
391:
392: END IF;

Line 410: Fnd_Msg_Pub.Add;

406: = 'N' THEN
407:
408: x_return_status := Fnd_Api.G_Ret_Sts_Error;
409: Fnd_Message.Set_Name('IGW','IGW_SS_SEC_NO_MODIFY_RIGHTS');
410: Fnd_Msg_Pub.Add;
411: RAISE Fnd_Api.G_Exc_Error;
412:
413: END IF;
414:

Line 436: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

432: ** the earlier stages
433: */
434:
435:
436: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
437:
438: RAISE Fnd_Api.G_Exc_Error;
439:
440: END IF;

Line 466: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

462: ** Discontinue processing if any error has been encountered during
463: ** the earlier stages
464: */
465:
466: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
467:
468: RAISE Fnd_Api.G_Exc_Error;
469:
470: END IF;

Line 483: Fnd_Msg_Pub.Add;

479: IF l_count > 0 THEN
480:
481: x_return_status := Fnd_Api.G_Ret_Sts_Error;
482: Fnd_Message.Set_Name('IGW','IGW_SS_KEYWORD_ALREADY_EXISTS');
483: Fnd_Msg_Pub.Add;
484: RAISE Fnd_Api.G_Exc_Error;
485:
486: END IF;
487:

Line 532: Fnd_Msg_Pub.Count_And_Get

528: ROLLBACK TO Update_Prop_Science_Code_Pvt;
529:
530: x_return_status := Fnd_Api.G_Ret_Sts_Error;
531:
532: Fnd_Msg_Pub.Count_And_Get
533: (
534: p_count => x_msg_count,
535: p_data => x_msg_data
536: );

Line 544: Fnd_Msg_Pub.Count_And_Get

540: ROLLBACK TO Update_Prop_Science_Code_Pvt;
541:
542: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
543:
544: Fnd_Msg_Pub.Count_And_Get
545: (
546: p_count => x_msg_count,
547: p_data => x_msg_data
548: );

Line 556: Fnd_Msg_Pub.Add_Exc_Msg

552: ROLLBACK TO Update_Prop_Science_Code_Pvt;
553:
554: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
555:
556: Fnd_Msg_Pub.Add_Exc_Msg
557: (
558: p_pkg_name => G_PKG_NAME,
559: p_procedure_name => l_api_name
560: );

Line 562: Fnd_Msg_Pub.Count_And_Get

558: p_pkg_name => G_PKG_NAME,
559: p_procedure_name => l_api_name
560: );
561:
562: Fnd_Msg_Pub.Count_And_Get
563: (
564: p_count => x_msg_count,
565: p_data => x_msg_data
566: );

Line 606: Fnd_Msg_Pub.Initialize;

602: x_return_status := Fnd_Api.G_Ret_Sts_Success;
603:
604: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
605:
606: Fnd_Msg_Pub.Initialize;
607:
608: END IF;
609:
610: /*

Line 626: Fnd_Msg_Pub.Add;

622: = 'N' THEN
623:
624: x_return_status := Fnd_Api.G_Ret_Sts_Error;
625: Fnd_Message.Set_Name('IGW','IGW_SS_SEC_NO_MODIFY_RIGHTS');
626: Fnd_Msg_Pub.Add;
627: RAISE Fnd_Api.G_Exc_Error;
628:
629: END IF;
630: */

Line 648: IF Fnd_Msg_Pub.Count_Msg > 0 THEN

644: ** Discontinue processing if any error has been encountered during
645: ** the earlier stages
646: */
647:
648: IF Fnd_Msg_Pub.Count_Msg > 0 THEN
649:
650: RAISE Fnd_Api.G_Exc_Error;
651:
652: END IF;

Line 696: Fnd_Msg_Pub.Count_And_Get

692: ROLLBACK TO Delete_Prop_Science_Code_Pvt;
693:
694: x_return_status := Fnd_Api.G_Ret_Sts_Error;
695:
696: Fnd_Msg_Pub.Count_And_Get
697: (
698: p_count => x_msg_count,
699: p_data => x_msg_data
700: );

Line 708: Fnd_Msg_Pub.Count_And_Get

704: ROLLBACK TO Delete_Prop_Science_Code_Pvt;
705:
706: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
707:
708: Fnd_Msg_Pub.Count_And_Get
709: (
710: p_count => x_msg_count,
711: p_data => x_msg_data
712: );

Line 720: Fnd_Msg_Pub.Add_Exc_Msg

716: ROLLBACK TO Delete_Prop_Science_Code_Pvt;
717:
718: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
719:
720: Fnd_Msg_Pub.Add_Exc_Msg
721: (
722: p_pkg_name => G_PKG_NAME,
723: p_procedure_name => l_api_name
724: );

Line 726: Fnd_Msg_Pub.Count_And_Get

722: p_pkg_name => G_PKG_NAME,
723: p_procedure_name => l_api_name
724: );
725:
726: Fnd_Msg_Pub.Count_And_Get
727: (
728: p_count => x_msg_count,
729: p_data => x_msg_data
730: );