DBA Data[Home] [Help]

APPS.OE_OE_HTML_HEADER dependencies on OE_MSG_PUB

Line 168: OE_MSG_PUB.Count_And_Get

164: x_return_status := FND_API.G_RET_STS_SUCCESS;
165:
166: -- Get message count and data
167:
168: OE_MSG_PUB.Count_And_Get
169: ( p_count => x_msg_count
170: , p_data => x_msg_data
171: );
172:

Line 185: OE_MSG_PUB.Count_And_Get

181: x_return_status := FND_API.G_RET_STS_ERROR;
182:
183: -- Get message count and data
184:
185: OE_MSG_PUB.Count_And_Get
186: ( p_count => x_msg_count
187: , p_data => x_msg_data
188: );
189:

Line 198: OE_MSG_PUB.Count_And_Get

194: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
195:
196: -- Get message count and data
197:
198: OE_MSG_PUB.Count_And_Get
199: ( p_count => x_msg_count
200: , p_data => x_msg_data
201: );
202:

Line 209: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

205: OE_GLOBALS.G_UI_FLAG := FALSE;
206:
207: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
208:
209: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
210: THEN
211: OE_MSG_PUB.Add_Exc_Msg
212: ( G_PKG_NAME
213: , 'Default_Attributes'

Line 211: OE_MSG_PUB.Add_Exc_Msg

207: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
208:
209: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
210: THEN
211: OE_MSG_PUB.Add_Exc_Msg
212: ( G_PKG_NAME
213: , 'Default_Attributes'
214: );
215: END IF;

Line 219: OE_MSG_PUB.Count_And_Get

215: END IF;
216:
217: -- Get message count and data
218:
219: OE_MSG_PUB.Count_And_Get
220: ( p_count => x_msg_count
221: , p_data => x_msg_data
222: );
223:

Line 324: OE_MSG_PUB.Count_And_Get

320: x_return_status := FND_API.G_RET_STS_SUCCESS;
321:
322: -- Get message count and data
323:
324: OE_MSG_PUB.Count_And_Get
325: ( p_count => x_msg_count
326: , p_data => x_msg_data
327: );
328:

Line 341: OE_MSG_PUB.Count_And_Get

337: x_return_status := FND_API.G_RET_STS_ERROR;
338:
339: -- Get message count and data
340:
341: OE_MSG_PUB.Count_And_Get
342: ( p_count => x_msg_count
343: , p_data => x_msg_data
344: );
345:

Line 354: OE_MSG_PUB.Count_And_Get

350: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
351:
352: -- Get message count and data
353:
354: OE_MSG_PUB.Count_And_Get
355: ( p_count => x_msg_count
356: , p_data => x_msg_data
357: );
358:

Line 365: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

361: OE_GLOBALS.G_UI_FLAG := FALSE;
362:
363: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
364:
365: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
366: THEN
367: OE_MSG_PUB.Add_Exc_Msg
368: ( G_PKG_NAME
369: , 'Change_Attribute'

Line 367: OE_MSG_PUB.Add_Exc_Msg

363: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
364:
365: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
366: THEN
367: OE_MSG_PUB.Add_Exc_Msg
368: ( G_PKG_NAME
369: , 'Change_Attribute'
370: );
371: END IF;

Line 375: OE_MSG_PUB.Count_And_Get

371: END IF;
372:
373: -- Get message count and data
374:
375: OE_MSG_PUB.Count_And_Get
376: ( p_count => x_msg_count
377: , p_data => x_msg_data
378: );
379:

Line 548: OE_MSG_PUB.Count_And_Get

544: x_return_status := FND_API.G_RET_STS_SUCCESS;
545:
546: -- Get message count and data
547:
548: OE_MSG_PUB.Count_And_Get
549: ( p_count => x_msg_count
550: , p_data => x_msg_data
551: );
552:

Line 567: OE_MSG_PUB.Count_And_Get

563: x_return_status := FND_API.G_RET_STS_ERROR;
564:
565: -- Get message count and data
566:
567: OE_MSG_PUB.Count_And_Get
568: ( p_count => x_msg_count
569: , p_data => x_msg_data
570: );
571:

Line 582: OE_MSG_PUB.Count_And_Get

578: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
579:
580: -- Get message count and data
581:
582: OE_MSG_PUB.Count_And_Get
583: ( p_count => x_msg_count
584: , p_data => x_msg_data
585: );
586:

Line 595: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

591: ROLLBACK TO SAVEPOINT Header_Validate_And_Write;
592:
593: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
594:
595: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
596: THEN
597: OE_MSG_PUB.Add_Exc_Msg
598: ( G_PKG_NAME
599: , 'Validate_And_Write'

Line 597: OE_MSG_PUB.Add_Exc_Msg

593: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
594:
595: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
596: THEN
597: OE_MSG_PUB.Add_Exc_Msg
598: ( G_PKG_NAME
599: , 'Validate_And_Write'
600: );
601: END IF;

Line 605: OE_MSG_PUB.Count_And_Get

601: END IF;
602:
603: -- Get message count and data
604:
605: OE_MSG_PUB.Count_And_Get
606: ( p_count => x_msg_count
607: , p_data => x_msg_data
608: );
609:

Line 685: OE_MSG_PUB.Count_And_Get

681: x_return_status := FND_API.G_RET_STS_SUCCESS;
682:
683: -- Get message count and data
684:
685: OE_MSG_PUB.Count_And_Get
686: ( p_count => x_msg_count
687: , p_data => x_msg_data
688: );
689:

Line 702: OE_MSG_PUB.Count_And_Get

698: x_return_status := FND_API.G_RET_STS_ERROR;
699:
700: -- Get message count and data
701:
702: OE_MSG_PUB.Count_And_Get
703: ( p_count => x_msg_count
704: , p_data => x_msg_data
705: );
706:

Line 716: OE_MSG_PUB.Count_And_Get

712: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
713:
714: -- Get message count and data
715:
716: OE_MSG_PUB.Count_And_Get
717: ( p_count => x_msg_count
718: , p_data => x_msg_data
719: );
720:

Line 728: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

724: OE_GLOBALS.G_UI_FLAG := FALSE;
725:
726: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
727:
728: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
729: THEN
730: OE_MSG_PUB.Add_Exc_Msg
731: ( G_PKG_NAME
732: , 'Delete_Row'

Line 730: OE_MSG_PUB.Add_Exc_Msg

726: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
727:
728: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
729: THEN
730: OE_MSG_PUB.Add_Exc_Msg
731: ( G_PKG_NAME
732: , 'Delete_Row'
733: );
734: END IF;

Line 738: OE_MSG_PUB.Count_And_Get

734: END IF;
735:
736: -- Get message count and data
737:
738: OE_MSG_PUB.Count_And_Get
739: ( p_count => x_msg_count
740: , p_data => x_msg_data
741: );
742:

Line 765: OE_MSG_PUB.initialize;

761: l_line_tbl oe_order_pub.line_tbl_type;
762: BEGIN
763: oe_debug_pub.add('Entering Oe_Oe_Html_Header.PROCESS_OBJECT', 1);
764:
765: OE_MSG_PUB.initialize;
766:
767: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >='110510' THEN
768: If OE_GLOBALS.G_FTE_REINVOKE = 'Y' Then
769: fnd_message.set_name('ONT','ONT_LINE_ATTRIB_CHANGED');

Line 770: OE_MSG_PUB.Add;

766:
767: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >='110510' THEN
768: If OE_GLOBALS.G_FTE_REINVOKE = 'Y' Then
769: fnd_message.set_name('ONT','ONT_LINE_ATTRIB_CHANGED');
770: OE_MSG_PUB.Add;
771: OE_GLOBALS.G_FTE_REINVOKE := 'N';
772: End If;
773: End If;
774:

Line 834: OE_MSG_PUB.Count_And_Get

830: x_return_status := FND_API.G_RET_STS_SUCCESS;
831:
832: -- Get message count and data
833:
834: OE_MSG_PUB.Count_And_Get
835: ( p_count => x_msg_count
836: , p_data => x_msg_data
837: );
838:

Line 854: OE_MSG_PUB.Count_And_Get

850: x_return_status := FND_API.G_RET_STS_ERROR;
851:
852: -- Get message count and data
853:
854: OE_MSG_PUB.Count_And_Get
855: ( p_count => x_msg_count
856: , p_data => x_msg_data
857: );
858:

Line 867: OE_MSG_PUB.Count_And_Get

863: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
864:
865: -- Get message count and data
866:
867: OE_MSG_PUB.Count_And_Get
868: ( p_count => x_msg_count
869: , p_data => x_msg_data
870: );
871:

Line 878: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

874: OE_GLOBALS.G_UI_FLAG := FALSE;
875:
876: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
877:
878: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
879: THEN
880: OE_MSG_PUB.Add_Exc_Msg
881: ( G_PKG_NAME
882: , 'Process_Object'

Line 880: OE_MSG_PUB.Add_Exc_Msg

876: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
877:
878: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
879: THEN
880: OE_MSG_PUB.Add_Exc_Msg
881: ( G_PKG_NAME
882: , 'Process_Object'
883: );
884: END IF;

Line 888: OE_MSG_PUB.Count_And_Get

884: END IF;
885:
886: -- Get message count and data
887:
888: OE_MSG_PUB.Count_And_Get
889: ( p_count => x_msg_count
890: , p_data => x_msg_data
891: );
892:

Line 923: OE_MSG_PUB.initialize;

919: -- Call OE_Header_Util.Lock_Row instead of Oe_Order_Pvt.Lock_order
920:
921: oe_debug_pub.add('header_id'|| l_x_header_rec.header_id, 1);
922:
923: OE_MSG_PUB.initialize;
924: OE_Header_Util.Lock_Row
925: ( x_return_status => l_return_status
926: , p_x_header_rec => l_x_header_rec );
927:

Line 949: OE_MSG_PUB.Count_And_Get

945:
946:
947: -- Get message count and data
948:
949: OE_MSG_PUB.Count_And_Get
950: ( p_count => x_msg_count
951: , p_data => x_msg_data
952: );
953:

Line 965: oe_msg_pub.count_and_get

961: x_return_status := FND_API.G_RET_STS_ERROR;
962:
963: -- Get message count and data
964:
965: oe_msg_pub.count_and_get
966: ( p_count => x_msg_count
967: , p_data => x_msg_data
968: );
969:

Line 978: oe_msg_pub.count_and_get

974: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
975:
976: -- Get message count and data
977:
978: oe_msg_pub.count_and_get
979: ( p_count => x_msg_count
980: , p_data => x_msg_data
981: );
982: WHEN OTHERS THEN

Line 984: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

980: , p_data => x_msg_data
981: );
982: WHEN OTHERS THEN
983:
984: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
985: THEN
986: OE_MSG_PUB.Add_Exc_Msg
987: ( G_PKG_NAME
988: , 'Lock_Row'

Line 986: OE_MSG_PUB.Add_Exc_Msg

982: WHEN OTHERS THEN
983:
984: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
985: THEN
986: OE_MSG_PUB.Add_Exc_Msg
987: ( G_PKG_NAME
988: , 'Lock_Row'
989: );
990: END IF;

Line 996: OE_MSG_PUB.Count_And_Get

992: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
993:
994: -- Get message count and data
995:
996: OE_MSG_PUB.Count_And_Get
997: ( p_count => x_msg_count
998: , p_data => x_msg_data
999: );
1000:

Line 1028: OE_MSG_PUB.initialize;

1024: )
1025: IS
1026: l_return_status Varchar2(30);
1027: BEGIN
1028: OE_MSG_PUB.initialize;
1029: x_return_status := FND_API.G_RET_STS_SUCCESS;
1030:
1031: OE_ORDER_CACHE.g_header_rec:=null;
1032: OE_DELAYED_REQUESTS_PVT.Delete_Reqs_for_Deleted_Entity(

Line 1037: OE_MSG_PUB.Count_And_Get

1033: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER
1034: ,p_entity_id => p_header_id
1035: ,x_return_status => l_return_status);
1036:
1037: OE_MSG_PUB.Count_And_Get
1038: ( p_count => x_msg_count
1039: , p_data => x_msg_data
1040: );
1041:

Line 1047: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1043: Clear_Header;
1044:
1045: EXCEPTION
1046: WHEN OTHERS THEN
1047: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1048: THEN
1049: OE_MSG_PUB.Add_Exc_Msg
1050: ( G_PKG_NAME
1051: , 'Clear_Record'

Line 1049: OE_MSG_PUB.Add_Exc_Msg

1045: EXCEPTION
1046: WHEN OTHERS THEN
1047: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1048: THEN
1049: OE_MSG_PUB.Add_Exc_Msg
1050: ( G_PKG_NAME
1051: , 'Clear_Record'
1052: );
1053: END IF;

Line 1055: OE_MSG_PUB.Count_And_Get

1051: , 'Clear_Record'
1052: );
1053: END IF;
1054: -- Get message count and data
1055: OE_MSG_PUB.Count_And_Get
1056: ( p_count => x_msg_count
1057: , p_data => x_msg_data
1058: );
1059: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1075: OE_MSG_PUB.initialize;

1071: )
1072: IS
1073: l_return_status Varchar2(30);
1074: BEGIN
1075: OE_MSG_PUB.initialize;
1076: x_return_status := FND_API.G_RET_STS_SUCCESS;
1077: OE_DELAYED_REQUESTS_PVT.Clear_Request(
1078: x_return_status => l_return_status);
1079:

Line 1082: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1078: x_return_status => l_return_status);
1079:
1080: EXCEPTION
1081: WHEN OTHERS THEN
1082: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1083: THEN
1084: OE_MSG_PUB.Add_Exc_Msg
1085: ( G_PKG_NAME
1086: , 'Delete_All_Requests'

Line 1084: OE_MSG_PUB.Add_Exc_Msg

1080: EXCEPTION
1081: WHEN OTHERS THEN
1082: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1083: THEN
1084: OE_MSG_PUB.Add_Exc_Msg
1085: ( G_PKG_NAME
1086: , 'Delete_All_Requests'
1087: );
1088: END IF;

Line 1090: OE_MSG_PUB.Count_And_Get

1086: , 'Delete_All_Requests'
1087: );
1088: END IF;
1089: -- Get message count and data
1090: OE_MSG_PUB.Count_And_Get
1091: ( p_count => x_msg_count
1092: , p_data => x_msg_data
1093: );
1094: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1251: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1247:
1248:
1249: EXCEPTION
1250: WHEN OTHERS THEN
1251: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1252: THEN
1253: OE_MSG_PUB.Add_Exc_Msg
1254: ( G_PKG_NAME
1255: , 'Populate_Transient_Attributes'

Line 1253: OE_MSG_PUB.Add_Exc_Msg

1249: EXCEPTION
1250: WHEN OTHERS THEN
1251: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1252: THEN
1253: OE_MSG_PUB.Add_Exc_Msg
1254: ( G_PKG_NAME
1255: , 'Populate_Transient_Attributes'
1256: );
1257: END IF;

Line 1259: OE_MSG_PUB.Count_And_Get

1255: , 'Populate_Transient_Attributes'
1256: );
1257: END IF;
1258: -- Get message count and data
1259: OE_MSG_PUB.Count_And_Get
1260: ( p_count => x_msg_count
1261: , p_data => x_msg_data
1262: );
1263: x_return_status := FND_API.G_RET_STS_ERROR;