DBA Data[Home] [Help]

APPS.OE_PORTAL_HEADER dependencies on OE_MSG_PUB

Line 261: OE_MSG_PUB.Count_And_Get

257: x_return_status := FND_API.G_RET_STS_SUCCESS;
258:
259: -- Get message count and data
260:
261: OE_MSG_PUB.Count_And_Get
262: ( p_count => x_msg_count
263: , p_data => x_msg_data
264: );
265:

Line 325: OE_MSG_PUB.Count_And_Get

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

Line 337: OE_MSG_PUB.Count_And_Get

333: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
334:
335: -- Get message count and data
336:
337: OE_MSG_PUB.Count_And_Get
338: ( p_count => x_msg_count
339: , p_data => x_msg_data
340: );
341:

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

344: OE_GLOBALS.G_UI_FLAG := FALSE;
345:
346: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
347:
348: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
349: THEN
350: OE_MSG_PUB.Add_Exc_Msg
351: ( G_PKG_NAME
352: , 'Default__Header_Attributes'

Line 350: OE_MSG_PUB.Add_Exc_Msg

346: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
347:
348: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
349: THEN
350: OE_MSG_PUB.Add_Exc_Msg
351: ( G_PKG_NAME
352: , 'Default__Header_Attributes'
353: );
354: END IF;

Line 358: OE_MSG_PUB.Count_And_Get

354: END IF;
355:
356: -- Get message count and data
357:
358: OE_MSG_PUB.Count_And_Get
359: ( p_count => x_msg_count
360: , p_data => x_msg_data
361: );
362:

Line 716: OE_MSG_PUB.Count_And_Get

712: x_return_status := FND_API.G_RET_STS_SUCCESS;
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 731: x_msg_data := oe_msg_pub.get( p_msg_index => k,

727: /*
728: oe_debug_pub.add('no. of OE messages :'||x_msg_count,1);
729: dbms_output.put_line('no. of OE messages :'||x_msg_count);
730: for k in 1 .. x_msg_count loop
731: x_msg_data := oe_msg_pub.get( p_msg_index => k,
732: p_encoded => 'F'
733: );
734: oe_debug_pub.add(substr(x_msg_data,1,255));
735: dbms_output.put_line('Error msg: '||substr(x_msg_data,1,2000));

Line 764: OE_MSG_PUB.Count_And_Get

760: x_return_status := FND_API.G_RET_STS_ERROR;
761:
762: -- Get message count and data
763:
764: OE_MSG_PUB.Count_And_Get
765: ( p_count => x_msg_count
766: , p_data => x_msg_data
767: );
768:

Line 779: OE_MSG_PUB.Count_And_Get

775: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
776:
777: -- Get message count and data
778:
779: OE_MSG_PUB.Count_And_Get
780: ( p_count => x_msg_count
781: , p_data => x_msg_data
782: );
783:

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

788: ROLLBACK TO SAVEPOINT Header_Validate_And_Write;
789:
790: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
791:
792: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
793: THEN
794: OE_MSG_PUB.Add_Exc_Msg
795: ( G_PKG_NAME
796: , 'Validate_And_Write'

Line 794: OE_MSG_PUB.Add_Exc_Msg

790: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
791:
792: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
793: THEN
794: OE_MSG_PUB.Add_Exc_Msg
795: ( G_PKG_NAME
796: , 'Validate_And_Write'
797: );
798: END IF;

Line 802: OE_MSG_PUB.Count_And_Get

798: END IF;
799:
800: -- Get message count and data
801:
802: OE_MSG_PUB.Count_And_Get
803: ( p_count => x_msg_count
804: , p_data => x_msg_data
805: );
806:

Line 941: OE_MSG_PUB.Count_And_Get

937: x_return_status := FND_API.G_RET_STS_SUCCESS;
938:
939: -- Get message count and data
940:
941: OE_MSG_PUB.Count_And_Get
942: ( p_count => x_msg_count
943: , p_data => x_msg_data
944: );
945:

Line 960: OE_MSG_PUB.Count_And_Get

956: x_return_status := FND_API.G_RET_STS_ERROR;
957:
958: -- Get message count and data
959:
960: OE_MSG_PUB.Count_And_Get
961: ( p_count => x_msg_count
962: , p_data => x_msg_data
963: );
964:

Line 973: OE_MSG_PUB.Count_And_Get

969: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
970:
971: -- Get message count and data
972:
973: OE_MSG_PUB.Count_And_Get
974: ( p_count => x_msg_count
975: , p_data => x_msg_data
976: );
977:

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

980: OE_GLOBALS.G_UI_FLAG := FALSE;
981:
982: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
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: , 'Delete_Row'

Line 986: OE_MSG_PUB.Add_Exc_Msg

982: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
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: , 'Delete_Row'
989: );
990: END IF;

Line 994: OE_MSG_PUB.Count_And_Get

990: END IF;
991:
992: -- Get message count and data
993:
994: OE_MSG_PUB.Count_And_Get
995: ( p_count => x_msg_count
996: , p_data => x_msg_data
997: );
998:

Line 1028: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

1024: BEGIN
1025:
1026: IF p_header_id is NULL OR p_header_id = FND_API.G_MISS_NUM THEN
1027:
1028: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
1029: THEN
1030:
1031: fnd_message.set_name('ONT','OE_CONFIG_PARAMETER_REQUIRED');
1032: FND_MESSAGE.SET_TOKEN('PARAMETER','Header_Id');

Line 1033: OE_MSG_PUB.Add;

1029: THEN
1030:
1031: fnd_message.set_name('ONT','OE_CONFIG_PARAMETER_REQUIRED');
1032: FND_MESSAGE.SET_TOKEN('PARAMETER','Header_Id');
1033: OE_MSG_PUB.Add;
1034:
1035: END IF;
1036: RAISE FND_API.G_EXC_ERROR;
1037:

Line 1062: OE_MSG_PUB.Count_And_Get

1058: x_return_status := FND_API.G_RET_STS_SUCCESS;
1059:
1060: -- Get message count and data
1061:
1062: OE_MSG_PUB.Count_And_Get
1063: ( p_count => x_msg_count
1064: , p_data => x_msg_data
1065: );
1066:

Line 1081: OE_MSG_PUB.Count_And_Get

1077: x_return_status := FND_API.G_RET_STS_ERROR;
1078:
1079: -- Get message count and data
1080:
1081: OE_MSG_PUB.Count_And_Get
1082: ( p_count => x_msg_count
1083: , p_data => x_msg_data
1084: );
1085:

Line 1094: OE_MSG_PUB.Count_And_Get

1090: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1091:
1092: -- Get message count and data
1093:
1094: OE_MSG_PUB.Count_And_Get
1095: ( p_count => x_msg_count
1096: , p_data => x_msg_data
1097: );
1098:

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

1101: OE_GLOBALS.G_UI_FLAG := FALSE;
1102:
1103: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1104:
1105: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1106: THEN
1107: OE_MSG_PUB.Add_Exc_Msg
1108: ( G_PKG_NAME
1109: , 'Delete_Row'

Line 1107: OE_MSG_PUB.Add_Exc_Msg

1103: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1104:
1105: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1106: THEN
1107: OE_MSG_PUB.Add_Exc_Msg
1108: ( G_PKG_NAME
1109: , 'Delete_Row'
1110: );
1111: END IF;

Line 1115: OE_MSG_PUB.Count_And_Get

1111: END IF;
1112:
1113: -- Get message count and data
1114:
1115: OE_MSG_PUB.Count_And_Get
1116: ( p_count => x_msg_count
1117: , p_data => x_msg_data
1118: );
1119: