DBA Data[Home] [Help]

APPS.OE_SCHEDULE_GRP dependencies on OE_MSG_PUB

Line 118: oe_msg_pub.save_messages(p_request_id => p_request_id);

114: END LOOP;
115:
116: END IF; -- Code release.
117:
118: oe_msg_pub.save_messages(p_request_id => p_request_id);
119:
120: oe_debug_pub.add('Exiting oe_schedule_grp.update_scheduling_results' ||
121: x_return_status,1);
122:

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

129:
130: WHEN OTHERS THEN
131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
132:
133: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
134: THEN
135: OE_MSG_PUB.Add_Exc_Msg
136: ( G_PKG_NAME
137: , 'update_scheduling_results'

Line 135: OE_MSG_PUB.Add_Exc_Msg

131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
132:
133: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
134: THEN
135: OE_MSG_PUB.Add_Exc_Msg
136: ( G_PKG_NAME
137: , 'update_scheduling_results'
138: );
139: END IF;

Line 197: OE_MSG_PUB.set_msg_context

193:
194: EXCEPTION
195: WHEN NO_DATA_FOUND THEN
196:
197: OE_MSG_PUB.set_msg_context
198: ( p_entity_code => 'LINE'
199: ,p_entity_id => g_sch_tbl(I).line_id
200: ,p_header_id => g_sch_tbl(I).header_id
201: ,p_line_id => g_sch_tbl(I).line_id);

Line 205: OE_MSG_PUB.ADD;

201: ,p_line_id => g_sch_tbl(I).line_id);
202:
203: FND_MESSAGE.SET_NAME('ONT', 'OE_INVALID_LOOP_LINE');
204: FND_MESSAGE.SET_TOKEN('LINE_ID',g_sch_tbl(I).line_id);
205: OE_MSG_PUB.ADD;
206: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
207: goto end_main_loop;
208: END;
209: -- Special Validation is needed before taking the data

Line 211: OE_MSG_PUB.set_msg_context

207: goto end_main_loop;
208: END;
209: -- Special Validation is needed before taking the data
210:
211: OE_MSG_PUB.set_msg_context
212: ( p_entity_code => 'LINE'
213: ,p_entity_id => l_line_rec.line_id
214: ,p_header_id => l_line_rec.header_id
215: ,p_line_id => l_line_rec.line_id

Line 240: OE_MSG_PUB.ADD;

236:
237: FND_MESSAGE.SET_NAME('ONT', 'OE_INVALID_ATTRIBUTE');
238: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
239: OE_Order_Util.Get_Attribute_Name('Schedule_Ship_Date'));
240: OE_MSG_PUB.ADD;
241: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
242:
243: END IF;
244:

Line 253: OE_MSG_PUB.ADD;

249:
250: FND_MESSAGE.SET_NAME('ONT', 'OE_INVALID_ATTRIBUTE');
251: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
252: OE_Order_Util.Get_Attribute_Name('Schedule_Arrival_date'));
253: OE_MSG_PUB.ADD;
254: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
255:
256: END IF;
257:

Line 266: OE_MSG_PUB.ADD;

262:
263: FND_MESSAGE.SET_NAME('ONT', 'OE_INVALID_ATTRIBUTE');
264: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
265: OE_Order_Util.Get_Attribute_Name('ship_from_org_id'));
266: OE_MSG_PUB.ADD;
267: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
268:
269: END IF;
270:

Line 279: OE_MSG_PUB.ADD;

275:
276: FND_MESSAGE.SET_NAME('ONT', 'OE_INVALID_ATTRIBUTE');
277: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
278: OE_Order_Util.Get_Attribute_Name('Shipping_Method_Code'));
279: OE_MSG_PUB.ADD;
280: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
281:
282: END IF;
283:

Line 292: OE_MSG_PUB.ADD;

288:
289: FND_MESSAGE.SET_NAME('ONT', 'OE_INVALID_ATTRIBUTE');
290: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
291: OE_Order_Util.Get_Attribute_Name('ordered_quantity'));
292: OE_MSG_PUB.ADD;
293: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
294:
295: END IF;
296:

Line 307: OE_MSG_PUB.ADD;

303:
304: FND_MESSAGE.SET_NAME('ONT', 'OE_INVALID_ATTRIBUTE');
305: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
306: OE_Order_Util.Get_Attribute_Name('Earliest_Ship_date'));
307: OE_MSG_PUB.ADD;
308: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
309:
310: END IF;
311:

Line 319: OE_MSG_PUB.ADD;

315:
316: oe_debug_pub.add('E4',2);
317: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
318: FND_MESSAGE.SET_NAME('ONT', 'OE_SCH_LOOP_NOT_SUP');
319: OE_MSG_PUB.ADD;
320: END IF;
321:
322: /* Added for ER 6110708 to support Item Substitutions from Planning Loop Back */
323: IF g_sch_tbl(I).inventory_item_id IS NOT NULL

Line 338: OE_MSG_PUB.ADD;

334: IF l_line_rec.inventory_item_id <> g_sch_tbl(I).orig_inventory_item_id THEN
335: FND_MESSAGE.SET_NAME('ONT', 'OE_INVALID_ATTRIBUTE');
336: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
337: OE_Order_Util.Get_Attribute_Name('inventory_item_id'));
338: OE_MSG_PUB.ADD;
339: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
340: END IF;
341:
342: l_opm_enabled := INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_line_rec.ship_from_org_id);

Line 378: OE_MSG_PUB.ADD;

374: )
375: THEN
376: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
377: FND_MESSAGE.SET_NAME('ONT', 'OE_SCH_LOOP_NOT_SUP');
378: OE_MSG_PUB.ADD;
379: END IF;
380:
381: -- Do not allow substitution of Shippable Item with non-Shippable and vise versa once the Line is Booked.
382: IF nvl(l_line_rec.booked_flag, 'N') = 'Y' THEN

Line 393: OE_MSG_PUB.ADD;

389:
390: IF l_shippable_flag <> l_line_rec.shippable_flag THEN
391: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
392: FND_MESSAGE.SET_NAME('ONT', 'OE_SCH_LOOP_SHP_NONSHP');
393: OE_MSG_PUB.ADD;
394: END IF;
395: END;
396: END IF;
397:

Line 449: OE_MSG_PUB.ADD;

445: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
446: l_local_line_tbl(J).operation := OE_GLOBALS.G_OPR_NONE;
447: l_local_line_tbl(J).return_status := FND_API.G_RET_STS_ERROR;
448: FND_MESSAGE.SET_NAME('ONT', 'ONT_SCH_INVALID_DATE');
449: OE_MSG_PUB.ADD;
450: goto end_loop;
451: END IF;
452: */
453: l_local_line_tbl(J).schedule_ship_date := g_sch_tbl(I).schedule_ship_date;

Line 466: oe_msg_pub.add;

462: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
463: l_local_line_tbl(J).operation := OE_GLOBALS.G_OPR_NONE;
464: l_local_line_tbl(J).return_status := FND_API.G_RET_STS_ERROR;
465: FND_MESSAGE.SET_NAME('ONT', 'ONT_SCH_INVALID_DATE');
466: oe_msg_pub.add;
467: goto end_loop;
468: END IF;
469: */
470: l_local_line_tbl(J).schedule_arrival_date := g_sch_tbl(I).schedule_arrival_date;

Line 563: OE_MSG_PUB.ADD;

559: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
560: l_line_rec.operation := OE_GLOBALS.G_OPR_NONE;
561: l_line_rec.return_status := FND_API.G_RET_STS_ERROR;
562: FND_MESSAGE.SET_NAME('ONT', 'ONT_SCH_INVALID_DATE');
563: OE_MSG_PUB.ADD;
564: goto end_loop1;
565: END IF;
566: */ l_line_rec.schedule_ship_date := g_sch_tbl(I).schedule_ship_date;
567: END IF;

Line 576: oe_msg_pub.add;

572: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
573: l_line_rec.operation := OE_GLOBALS.G_OPR_NONE;
574: l_line_rec.return_status := FND_API.G_RET_STS_ERROR;
575: FND_MESSAGE.SET_NAME('ONT', 'ONT_SCH_INVALID_DATE');
576: oe_msg_pub.add;
577: goto end_loop1;
578: END IF;
579: */ l_line_rec.schedule_arrival_date := g_sch_tbl(I).schedule_arrival_date;
580: END IF;

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

868: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
869: g_line_tbl.delete;
870: g_old_line_tbl.delete;
871:
872: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
873: THEN
874: OE_MSG_PUB.Add_Exc_Msg
875: ( G_PKG_NAME
876: , 'process_order'

Line 874: OE_MSG_PUB.Add_Exc_Msg

870: g_old_line_tbl.delete;
871:
872: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
873: THEN
874: OE_MSG_PUB.Add_Exc_Msg
875: ( G_PKG_NAME
876: , 'process_order'
877: );
878: END IF;

Line 895: OE_MSG_PUB.set_msg_context

891: IF g_sch_tbl(I).schedule_ship_date is null
892: OR g_sch_tbl(I).schedule_arrival_date is NULL
893: THEN
894:
895: OE_MSG_PUB.set_msg_context
896: ( p_entity_code => 'LINE'
897: ,p_entity_id => g_sch_tbl(I).line_id
898: ,p_header_id => g_sch_tbl(I).header_id
899: ,p_line_id => g_sch_tbl(I).line_id);

Line 904: OE_MSG_PUB.ADD;

900:
901: oe_debug_pub.add('ONT_SCH_LOOP_DATE_NULL',1);
902: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
903: FND_MESSAGE.SET_NAME('ONT', 'ONT_SCH_LOOP_DATE_NULL');
904: OE_MSG_PUB.ADD;
905:
906: END IF;
907:
908: I := g_sch_tbl.NEXT(I);

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

916:
917: WHEN OTHERS THEN
918: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
919:
920: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
921: THEN
922: OE_MSG_PUB.Add_Exc_Msg
923: ( G_PKG_NAME
924: , 'Validate_sch_data'

Line 922: OE_MSG_PUB.Add_Exc_Msg

918: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
919:
920: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
921: THEN
922: OE_MSG_PUB.Add_Exc_Msg
923: ( G_PKG_NAME
924: , 'Validate_sch_data'
925: );
926: END IF;

Line 947: OE_MSG_PUB.set_msg_context

943:
944: oe_debug_pub.add('Validate_Lines' || g_line_tbl(I).line_id,1);
945:
946: x_return_status := FND_API.G_RET_STS_SUCCESS;
947: OE_MSG_PUB.set_msg_context
948: ( p_entity_code => 'LINE'
949: ,p_entity_id => g_line_tbl(I).line_id
950: ,p_header_id => g_line_tbl(I).header_id
951: ,p_line_id => g_line_tbl(I).line_id

Line 974: OE_MSG_PUB.ADD;

970:
971: oe_debug_pub.add('E1',2);
972: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
973: FND_MESSAGE.SET_NAME('ONT', 'ONT_SCH_LOOP_CANT_UPDATE');
974: OE_MSG_PUB.ADD;
975: x_return_status := FND_API.G_RET_STS_ERROR;
976: END IF;
977: */
978: IF g_line_tbl(I).cancelled_flag = 'Y' THEN

Line 983: OE_MSG_PUB.ADD;

979:
980: oe_debug_pub.add('E1-1',2);
981: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
982: FND_MESSAGE.SET_NAME('ONT', 'OE_SCH_LINE_FULLY_CANCELLED');
983: OE_MSG_PUB.ADD;
984: x_return_status := FND_API.G_RET_STS_ERROR;
985: END IF;
986:
987: IF g_line_tbl(I).shipped_quantity is not null THEN

Line 992: OE_MSG_PUB.ADD;

988:
989: oe_debug_pub.add('E1-2',2);
990: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
991: FND_MESSAGE.SET_NAME('ONT', 'OE_SCH_LINE_SHIPPED');
992: OE_MSG_PUB.ADD;
993: x_return_status := FND_API.G_RET_STS_ERROR;
994: END IF;
995:
996: oe_debug_pub.add('Firm_demand_flag :' || g_line_tbl(I).firm_demand_flag,1);

Line 1006: OE_MSG_PUB.ADD;

1002:
1003: oe_debug_pub.add('E2',2);
1004: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
1005: FND_MESSAGE.SET_NAME('ONT', 'ONT_SCH_LOOP_FRMD');
1006: OE_MSG_PUB.ADD;
1007: x_return_status := FND_API.G_RET_STS_ERROR;
1008: END IF; */
1009:
1010: IF g_line_tbl(I).item_type_code = OE_GLOBALS.G_ITEM_SERVICE THEN

Line 1015: OE_MSG_PUB.ADD;

1011:
1012: oe_debug_pub.add('E3',2);
1013: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
1014: FND_MESSAGE.SET_NAME('ONT', 'ONT_SCH_LOOP_SRV');
1015: OE_MSG_PUB.ADD;
1016: x_return_status := FND_API.G_RET_STS_ERROR;
1017: END IF;
1018:
1019: IF g_line_tbl(I).ato_line_id IS NOT NULL THEN

Line 1026: OE_MSG_PUB.ADD;

1022:
1023: oe_debug_pub.add('E4',2);
1024: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
1025: FND_MESSAGE.SET_NAME('ONT', 'OE_SCH_LOOP_NOT_SUP');
1026: OE_MSG_PUB.ADD;
1027: x_return_status := FND_API.G_RET_STS_ERROR;
1028: END IF;
1029: */
1030: IF nvl(g_line_tbl(I).model_remnant_flag,'N') = 'Y' THEN

Line 1034: OE_MSG_PUB.ADD;

1030: IF nvl(g_line_tbl(I).model_remnant_flag,'N') = 'Y' THEN
1031: oe_debug_pub.add('E5',2);
1032: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
1033: FND_MESSAGE.SET_NAME('ONT', 'OE_SCH_LOOP_NOT_SUP');
1034: OE_MSG_PUB.ADD;
1035: x_return_status := FND_API.G_RET_STS_ERROR;
1036:
1037: END IF;
1038: END IF;

Line 1045: OE_MSG_PUB.ADD;

1041:
1042: oe_debug_pub.add('E6',2);
1043: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
1044: FND_MESSAGE.SET_NAME('ONT', 'ONT_SCH_LOOP_RET');
1045: OE_MSG_PUB.ADD;
1046: x_return_status := FND_API.G_RET_STS_ERROR;
1047: END IF;
1048:
1049: IF OE_OTA_UTIL.Is_OTA_Line(g_line_tbl(I).order_quantity_uom) THEN

Line 1054: OE_MSG_PUB.ADD;

1050:
1051: oe_debug_pub.add('E7',2);
1052: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
1053: FND_MESSAGE.SET_NAME('ONT', 'OE_SCH_LOOP_NOT_SUP');
1054: OE_MSG_PUB.ADD;
1055: x_return_status := FND_API.G_RET_STS_ERROR;
1056: END IF;
1057:
1058: IF g_line_tbl(I).source_type_code = OE_GLOBALS.G_SOURCE_EXTERNAL THEN

Line 1063: OE_MSG_PUB.ADD;

1059:
1060: oe_debug_pub.add('E8',2);
1061: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
1062: FND_MESSAGE.SET_NAME('ONT', 'ONT_SCH_LOOP_EXT');
1063: OE_MSG_PUB.ADD;
1064: x_return_status := FND_API.G_RET_STS_ERROR;
1065: END IF;
1066:
1067: l_scheduling_level_code := OE_SCHEDULE_UTIL.Get_Scheduling_Level

Line 1078: OE_MSG_PUB.ADD;

1074:
1075: oe_debug_pub.add('E9',2);
1076: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
1077: FND_MESSAGE.SET_NAME('ONT', 'ONT_SCH_LOOP_LVL');
1078: OE_MSG_PUB.ADD;
1079: x_return_status := FND_API.G_RET_STS_ERROR;
1080:
1081:
1082: END IF;

Line 1105: OE_MSG_PUB.ADD;

1101: THEN
1102: oe_debug_pub.add('E10',2);
1103: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
1104: FND_MESSAGE.SET_NAMe('ONT', 'OE_SCH_LOOP_WSH_UPD');
1105: OE_MSG_PUB.ADD;
1106: x_return_status := FND_API.G_RET_STS_ERROR;
1107:
1108: END IF;
1109: */

Line 1139: OE_MSG_PUB.Add;

1135: IF (l_result = FND_API.G_TRUE) THEN
1136: oe_debug_pub.add('E11',2);
1137: g_line_tbl(I).operation := OE_GLOBALS.G_OPR_NONE;
1138: FND_MESSAGE.SET_NAME('ONT','OE_SCH_LINE_ON_HOLD');
1139: OE_MSG_PUB.Add;
1140: x_return_status := FND_API.G_RET_STS_ERROR;
1141: END IF;
1142:
1143:

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

1161:
1162: WHEN OTHERS THEN
1163: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1164:
1165: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1166: THEN
1167: OE_MSG_PUB.Add_Exc_Msg
1168: ( G_PKG_NAME
1169: , 'Validate_Lines'

Line 1167: OE_MSG_PUB.Add_Exc_Msg

1163: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1164:
1165: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1166: THEN
1167: OE_MSG_PUB.Add_Exc_Msg
1168: ( G_PKG_NAME
1169: , 'Validate_Lines'
1170: );
1171: END IF;

Line 1245: OE_MSG_PUB.ADD;

1241: IF NOT l_result THEN
1242:
1243: oe_debug_pub.add('E10',2);
1244: FND_MESSAGE.SET_NAME('ONT', 'OE_SCH_LOOP_NOT_SUP');
1245: OE_MSG_PUB.ADD;
1246: IF p_ship_set_id IS NOT NULL THEN
1247:
1248: FOR J IN 1..g_line_tbl.count LOOP
1249:

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

1292: EXCEPTION
1293:
1294: WHEN OTHERS THEN
1295:
1296: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1297: THEN
1298: OE_MSG_PUB.Add_Exc_Msg
1299: ( G_PKG_NAME
1300: , 'Validate_set'

Line 1298: OE_MSG_PUB.Add_Exc_Msg

1294: WHEN OTHERS THEN
1295:
1296: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1297: THEN
1298: OE_MSG_PUB.Add_Exc_Msg
1299: ( G_PKG_NAME
1300: , 'Validate_set'
1301: );
1302: END IF;

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

1336: RETURN FALSE;
1337:
1338: WHEN OTHERS THEN
1339:
1340: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1341: THEN
1342: OE_MSG_PUB.Add_Exc_Msg
1343: ( G_PKG_NAME
1344: , 'Find_line'

Line 1342: OE_MSG_PUB.Add_Exc_Msg

1338: WHEN OTHERS THEN
1339:
1340: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1341: THEN
1342: OE_MSG_PUB.Add_Exc_Msg
1343: ( G_PKG_NAME
1344: , 'Find_line'
1345: );
1346: END IF;

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

1386: RETURN Null;
1387:
1388: WHEN OTHERS THEN
1389:
1390: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1391: THEN
1392: OE_MSG_PUB.Add_Exc_Msg
1393: ( G_PKG_NAME
1394: , 'Find_index'

Line 1392: OE_MSG_PUB.Add_Exc_Msg

1388: WHEN OTHERS THEN
1389:
1390: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1391: THEN
1392: OE_MSG_PUB.Add_Exc_Msg
1393: ( G_PKG_NAME
1394: , 'Find_index'
1395: );
1396: END IF;

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

1437:
1438: WHEN OTHERS THEN
1439: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1440:
1441: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1442: THEN
1443: OE_MSG_PUB.Add_Exc_Msg
1444: ( G_PKG_NAME
1445: , 'Validate_set'

Line 1443: OE_MSG_PUB.Add_Exc_Msg

1439: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1440:
1441: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1442: THEN
1443: OE_MSG_PUB.Add_Exc_Msg
1444: ( G_PKG_NAME
1445: , 'Validate_set'
1446: );
1447: END IF;