DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on OE_MSG_PUB

Line 150: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

146: EXCEPTION
147:
148: WHEN OTHERS THEN
149:
150: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
151: OE_MSG_PUB.Add_Exc_Msg
152: ( G_PKG_NAME,
153: 'Initialize_mrp_record');
154: END IF;

Line 151: OE_MSG_PUB.Add_Exc_Msg

147:
148: WHEN OTHERS THEN
149:
150: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
151: OE_MSG_PUB.Add_Exc_Msg
152: ( G_PKG_NAME,
153: 'Initialize_mrp_record');
154: END IF;
155:

Line 226: OE_MSG_PUB.Add;

222:
223: IF in_global_orgs = 'N' then
224:
225: FND_MESSAGE.SET_NAME('ONT','ONT_AVAIL_NO_SOURCES');
226: OE_MSG_PUB.Add;
227: ELSE
228: x_error_message := l_explanation;
229: END IF;
230:

Line 284: OE_MSG_PUB.Add;

280: FND_MESSAGE.SET_TOKEN('REQUEST_DATE', p_atp_rec.requested_ship_date(J));
281: FND_MESSAGE.SET_TOKEN('EARLIEST_DATE', p_atp_rec.ship_date(J));
282:
283: IF in_global_orgs = 'N' then
284: OE_MSG_PUB.Add;
285: ELSE
286: x_error_message := fnd_message.get;
287: END IF;
288:

Line 308: OE_MSG_PUB.Add;

304:
305: IF in_global_orgs = 'N' then
306: FND_MESSAGE.SET_NAME('ONT','ONT_INLNE_CUSTOMER');
307: FND_MESSAGE.SET_TOKEN('TEXT',l_explanation);
308: OE_MSG_PUB.Add;
309: ELSE
310: x_error_message := l_explanation;
311: END IF;
312:

Line 369: OE_MSG_PUB.add_text(l_explanation);

365: END IF;
366: x_error_message := l_explanation;
367:
368: IF p_atp_rec.error_code(J) = 150 THEN
369: OE_MSG_PUB.add_text(l_explanation);
370: END IF;
371:
372: EXCEPTION
373: WHEN OTHERS THEN

Line 386: --OE_MSG_PUB.Add;

382:
383: -- umcomment for testing the error handling
384: --x_return_status := 'E';
385: --FND_MESSAGE.SET_NAME('ONT','OE_SCH_NO_SOURCE');
386: --OE_MSG_PUB.Add;
387:
388: IF x_return_status ='E' and in_global_orgs = 'N' then
389: IF l_debug_level > 0 THEN
390: oe_debug_pub.add( 'DOING COUNT_AND_GET' ) ;

Line 392: oe_msg_pub.count_and_get(p_encoded=>fnd_api.G_TRUE,

388: IF x_return_status ='E' and in_global_orgs = 'N' then
389: IF l_debug_level > 0 THEN
390: oe_debug_pub.add( 'DOING COUNT_AND_GET' ) ;
391: END IF;
392: oe_msg_pub.count_and_get(p_encoded=>fnd_api.G_TRUE,
393: p_count => x_msg_count,
394: p_data=>x_msg_data
395: );
396: IF l_debug_level > 0 THEN

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

403: END IF;
404:
405: EXCEPTION
406: WHEN OTHERS THEN
407: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
408: THEN
409: OE_MSG_PUB.Add_Exc_Msg
410: ( G_PKG_NAME
411: , 'Check_Results'

Line 409: OE_MSG_PUB.Add_Exc_Msg

405: EXCEPTION
406: WHEN OTHERS THEN
407: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
408: THEN
409: OE_MSG_PUB.Add_Exc_Msg
410: ( G_PKG_NAME
411: , 'Check_Results'
412: );
413: END IF;

Line 761: OE_MSG_PUB.Count_And_Get

757: END IF;
758: x_return_status := 'E';
759: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
760: -- Get message count and data
761: OE_MSG_PUB.Count_And_Get
762: ( p_count => x_msg_count
763: , p_data => x_msg_data
764: );
765:

Line 766: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

762: ( p_count => x_msg_count
763: , p_data => x_msg_data
764: );
765:
766: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
767: OE_MSG_PUB.Add_Exc_Msg
768: ( G_PKG_NAME,
769: 'Call_MRP_ATP');
770: END IF;

Line 767: OE_MSG_PUB.Add_Exc_Msg

763: , p_data => x_msg_data
764: );
765:
766: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
767: OE_MSG_PUB.Add_Exc_Msg
768: ( G_PKG_NAME,
769: 'Call_MRP_ATP');
770: END IF;
771:

Line 1067: OE_MSG_PUB.Count_And_Get

1063: x_return_status := FND_API.G_RET_STS_ERROR;
1064:
1065: -- Get message count and data
1066:
1067: OE_MSG_PUB.Count_And_Get
1068: ( p_count => x_msg_count
1069: , p_data => x_msg_data
1070: );
1071:

Line 1078: OE_MSG_PUB.Count_And_Get

1074: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1075:
1076: -- Get message count and data
1077:
1078: OE_MSG_PUB.Count_And_Get
1079: ( p_count => x_msg_count
1080: , p_data => x_msg_data
1081: );
1082:

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

1083: WHEN OTHERS THEN
1084:
1085: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1086:
1087: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1088: THEN
1089: OE_MSG_PUB.Add_Exc_Msg
1090: ( G_PKG_NAME
1091: , 'defaulting'

Line 1089: OE_MSG_PUB.Add_Exc_Msg

1085: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1086:
1087: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1088: THEN
1089: OE_MSG_PUB.Add_Exc_Msg
1090: ( G_PKG_NAME
1091: , 'defaulting'
1092: );
1093: END IF;

Line 1097: OE_MSG_PUB.Count_And_Get

1093: END IF;
1094:
1095: -- Get message count and data
1096:
1097: OE_MSG_PUB.Count_And_Get
1098: ( p_count => x_msg_count
1099: , p_data => x_msg_data
1100: );
1101:

Line 1544: OE_MSG_PUB.Count_And_Get

1540: x_return_status := FND_API.G_RET_STS_ERROR;
1541:
1542: -- Get message count and data
1543:
1544: OE_MSG_PUB.Count_And_Get
1545: ( p_count => x_msg_count
1546: , p_data => x_msg_data
1547: );
1548:

Line 1555: OE_MSG_PUB.Count_And_Get

1551: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1552:
1553: -- Get message count and data
1554:
1555: OE_MSG_PUB.Count_And_Get
1556: ( p_count => x_msg_count
1557: , p_data => x_msg_data
1558: );
1559:

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

1560: WHEN OTHERS THEN
1561:
1562: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1563:
1564: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1565: THEN
1566: OE_MSG_PUB.Add_Exc_Msg
1567: ( G_PKG_NAME
1568: , 'defaulting'

Line 1566: OE_MSG_PUB.Add_Exc_Msg

1562: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1563:
1564: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1565: THEN
1566: OE_MSG_PUB.Add_Exc_Msg
1567: ( G_PKG_NAME
1568: , 'defaulting'
1569: );
1570: END IF;

Line 1574: OE_MSG_PUB.Count_And_Get

1570: END IF;
1571:
1572: -- Get message count and data
1573:
1574: OE_MSG_PUB.Count_And_Get
1575: ( p_count => x_msg_count
1576: , p_data => x_msg_data
1577: );
1578:

Line 3705: OE_MSG_PUB.Add;

3701: oe_debug_pub.add( 'WRONG IN INSERT_LINES2'||L_RETURN_STATUS_TEXT , 1 ) ;
3702: END IF;
3703: FND_MESSAGE.SET_NAME('ONT','ONT_PRICING_ERRORS'); --bug#7149497
3704: FND_MESSAGE.SET_TOKEN('ERR_TEXT',l_return_status_text);
3705: OE_MSG_PUB.Add;
3706: RAISE FND_API.G_EXC_ERROR;
3707: END IF;
3708:
3709: IF G_ATTR_LINE_INDEX_tbl.count > 0 THEN

Line 3750: OE_MSG_PUB.Add;

3746: oe_debug_pub.add( 'ERROR INSERTING INTO LINE ATTRS'||SQLERRM ) ;
3747: END IF;
3748: FND_MESSAGE.SET_NAME('ONT','ONT_PRICING_ERRORS'); --bug#7149497
3749: FND_MESSAGE.SET_TOKEN('ERR_TEXT',l_return_status_text);
3750: OE_MSG_PUB.Add;
3751: raise fnd_api.g_exc_unexpected_error;
3752: END IF;
3753:
3754: END IF;

Line 5281: OE_MSG_PUB.Add;

5277: FND_MESSAGE.SET_TOKEN('TEXT',in_status_text);
5278: IF l_debug_level > 0 THEN
5279: oe_debug_pub.add( 'INVALID PL ERR TXT='||IN_STATUS_TEXT ) ;
5280: END IF;
5281: OE_MSG_PUB.Add;
5282:
5283: ELSE
5284: IF l_debug_level > 0 THEN
5285: oe_debug_pub.add( 'INVALID PRICE LIST' ) ;

Line 5291: OE_MSG_PUB.Add;

5287: FND_MESSAGE.SET_NAME('ONT','OE_PRC_NO_LIST_PRICE');
5288: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);
5289: FND_MESSAGE.SET_TOKEN('UNIT',in_uom);
5290: FND_MESSAGE.SET_TOKEN('PRICE_LIST',l_Price_List);
5291: OE_MSG_PUB.Add;
5292:
5293: END IF;
5294:
5295: ELSIF in_status_code = QP_PREQ_GRP.G_STS_LHS_NOT_FOUND Then

Line 5300: OE_MSG_PUB.Add;

5296:
5297: FND_MESSAGE.SET_NAME('ONT','ONT_NO_PRICE_LIST_FOUND');
5298: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);
5299: FND_MESSAGE.SET_TOKEN('UOM',in_uom);
5300: OE_MSG_PUB.Add;
5301:
5302: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_FORMULA_ERROR then
5303: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_ERROR_IN_FORMULA');
5304: FND_MESSAGE.SET_TOKEN('ERR_TEXT',in_status_text); --3730467

Line 5305: OE_MSG_PUB.Add;

5301:
5302: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_FORMULA_ERROR then
5303: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_ERROR_IN_FORMULA');
5304: FND_MESSAGE.SET_TOKEN('ERR_TEXT',in_status_text); --3730467
5305: OE_MSG_PUB.Add;
5306:
5307:
5308: ELSIF in_status_code in
5309: ( QP_PREQ_GRP.G_STATUS_OTHER_ERRORS , FND_API.G_RET_STS_UNEXP_ERROR,

Line 5313: OE_MSG_PUB.Add;

5309: ( QP_PREQ_GRP.G_STATUS_OTHER_ERRORS , FND_API.G_RET_STS_UNEXP_ERROR,
5310: FND_API.G_RET_STS_ERROR) then
5311: FND_MESSAGE.SET_NAME('ONT','ONT_PRICING_ERRORS'); --bug#7149497
5312: FND_MESSAGE.SET_TOKEN('ERR_TEXT',in_status_text);
5313: OE_MSG_PUB.Add;
5314:
5315: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_UOM then
5316: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_UOM');
5317: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);

Line 5319: OE_MSG_PUB.Add;

5315: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_UOM then
5316: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_UOM');
5317: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);
5318: FND_MESSAGE.SET_TOKEN('UOM',in_uom);
5319: OE_MSG_PUB.Add;
5320:
5321: ElSIF in_status_code = QP_PREQ_GRP.G_STATUS_DUP_PRICE_LIST then
5322: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_DUPLICATE_PRICE_LIST');
5323:

Line 5363: OE_MSG_PUB.Add;

5359: oe_debug_pub.add( 'PRICE LIST 2='||L_PRICE_LIST ) ;
5360: END IF;
5361:
5362: FND_MESSAGE.SET_TOKEN('PRICE_LIST2',l_price_list);
5363: OE_MSG_PUB.Add;
5364:
5365: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_UOM_CONV then
5366: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_UOM_CONVERSION');
5367: FND_MESSAGE.SET_TOKEN('UOM_TEXT','( '||in_Ordered_Item||' ) '||

Line 5369: OE_MSG_PUB.Add;

5365: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_UOM_CONV then
5366: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_UOM_CONVERSION');
5367: FND_MESSAGE.SET_TOKEN('UOM_TEXT','( '||in_Ordered_Item||' ) '||
5368: in_status_text);
5369: OE_MSG_PUB.Add;
5370:
5371: ElSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_INCOMP then
5372: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_INCOMP');
5373: FND_MESSAGE.SET_TOKEN('ERR_TEXT','( '||in_Ordered_Item||' ) '||

Line 5375: OE_MSG_PUB.Add;

5371: ElSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_INCOMP then
5372: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_INCOMP');
5373: FND_MESSAGE.SET_TOKEN('ERR_TEXT','( '||in_Ordered_Item||' ) '||
5374: in_status_text);
5375: OE_MSG_PUB.Add;
5376:
5377: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_BEST_PRICE_EVAL_ERROR then
5378: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_BEST_PRICE_ERROR');
5379: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);

Line 5381: OE_MSG_PUB.Add;

5377: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_BEST_PRICE_EVAL_ERROR then
5378: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_BEST_PRICE_ERROR');
5379: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);
5380: FND_MESSAGE.SET_TOKEN('ERR_TEXT',in_status_text);
5381: OE_MSG_PUB.Add;
5382: END IF;
5383:
5384:
5385:

Line 5394: OE_MSG_PUB.Add;

5390: oe_debug_pub.add( 'OE_PRICING_ERROR' ) ;
5391: END IF;
5392: FND_MESSAGE.SET_NAME('ONT','OE_PRICING_ERROR');
5393: FND_MESSAGE.SET_TOKEN('ERR_TEXT','( '||in_Ordered_Item||' ) '||in_STATUS_TEXT);
5394: OE_MSG_PUB.Add;
5395:
5396: ELSIF in_line_Type_code ='LINE' and in_status_code in
5397: --( QP_PREQ_GRP.G_STATUS_UPDATED,
5398: (QP_PREQ_GRP.G_STATUS_GSA_VIOLATION) and

Line 5422: OE_MSG_PUB.Add;

5418: --Bug 7409782 ends
5419:
5420: FND_MESSAGE.SET_NAME('ONT','ONT_PRICING_ERRORS'); --bug#7149497
5421: FND_MESSAGE.SET_TOKEN('ERR_TEXT',in_status_text);
5422: OE_MSG_PUB.Add;
5423: END IF;
5424:
5425: -- we need to do this check in UPDATED code or do the gsa check through
5426: -- the control record of Pricing

Line 5458: OE_MSG_PUB.Add;

5454: oe_debug_pub.add('GSA warning or error 2 msg_Text='||l_msg_text);
5455: FND_MESSAGE.SET_NAME('ONT','OE_GSA_VIOLATION');
5456: l_msg_text := l_operand||' ( '||l_msg_text||' )';
5457: FND_MESSAGE.SET_TOKEN('GSA_PRICE',l_msg_text);
5458: OE_MSG_PUB.Add;
5459: END IF;
5460: END IF; */
5461:
5462:

Line 5496: oe_msg_pub.count_and_get(p_encoded=>fnd_api.G_TRUE,

5492: IF l_return_status IN('E','W') then
5493: IF l_debug_level > 0 THEN
5494: oe_debug_pub.add( 'DOING COUNT_AND_GET' ) ;
5495: END IF;
5496: oe_msg_pub.count_and_get(p_encoded=>fnd_api.G_TRUE,
5497: p_count => l_msg_count,
5498: p_data=>l_msg_data
5499: );
5500: END IF;

Line 6467: OE_MSG_PUB.Add;

6463: IF l_debug_level > 0 THEN
6464: oe_debug_pub.add( 'MSG DATA IS NOT NULL 2' ) ;
6465: END IF;
6466: FND_MESSAGE.SET_TOKEN('TEXT',x_msg_data);
6467: OE_MSG_PUB.Add;
6468:
6469: END IF;
6470:
6471:

Line 6538: oe_msg_pub.add;

6534:
6535:
6536: IF x_plan_id is null then
6537: fnd_message.set_name('MSC', 'MSC_NO_PLANS_DEFINED');
6538: oe_msg_pub.add;
6539: x_return_status := 'E';
6540: oe_debug_pub.add('Plan Id NOT FOUND');
6541: END IF;
6542:

Line 6619: oe_msg_pub.add;

6615: IF l_debug_level > 0 THEN
6616: oe_debug_pub.add( ' ERROR IN CALL TO get_supply_sources_local');
6617: END IF;
6618: fnd_message.set_name('MSC', x_err_mesg);
6619: oe_msg_pub.add;
6620:
6621: ELSE
6622:
6623: IF x_return_status IS NULL THEN

Line 6677: OE_MSG_PUB.Add;

6673: END IF;
6674: x_return_status := 'E';
6675: x_error_mesg := 'MRP_ATP_NO_SOURCES';
6676: FND_MESSAGE.SET_NAME('MSC','MRP_ATP_NO_SOURCES');
6677: OE_MSG_PUB.Add;
6678: x_return_status := 'E';
6679:
6680: END IF; -- IF x_sources.organization_id.COUNT > 0
6681:

Line 6698: oe_msg_pub.count_and_get(p_encoded=>fnd_api.G_TRUE,

6694: IF nvl(x_return_status,'E') <> 'S' then
6695: IF l_debug_level > 0 THEN
6696: oe_debug_pub.add( 'DOING COUNT_AND_GET' ) ;
6697: END IF;
6698: oe_msg_pub.count_and_get(p_encoded=>fnd_api.G_TRUE,
6699: p_count => x_msg_count,
6700: p_data=>x_msg_data
6701: );
6702: IF l_debug_level > 0 THEN

Line 6723: OE_MSG_PUB.Count_And_Get

6719: x_return_status := 'E';
6720: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
6721:
6722: -- Get message count and data
6723: OE_MSG_PUB.Count_And_Get
6724: ( p_count => x_msg_count
6725: , p_data => x_msg_data
6726: );
6727:

Line 6728: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

6724: ( p_count => x_msg_count
6725: , p_data => x_msg_data
6726: );
6727:
6728: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
6729: OE_MSG_PUB.Add_Exc_Msg
6730: ( G_PKG_NAME,
6731: 'Get_Global_Availability');
6732: END IF;

Line 6729: OE_MSG_PUB.Add_Exc_Msg

6725: , p_data => x_msg_data
6726: );
6727:
6728: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
6729: OE_MSG_PUB.Add_Exc_Msg
6730: ( G_PKG_NAME,
6731: 'Get_Global_Availability');
6732: END IF;
6733:

Line 8282: x_msg_data := oe_msg_pub.get( p_msg_index => k,

8278: END IF;
8279: END IF;
8280:
8281: FOR k in 1 .. x_msg_count loop
8282: x_msg_data := oe_msg_pub.get( p_msg_index => k,
8283: p_encoded => 'F'
8284: );
8285:
8286: IF l_debug_level > 0 THEN

Line 8306: OE_MSG_PUB.Count_And_Get

8302: x_return_status := FND_API.G_RET_STS_ERROR;
8303:
8304: -- Get message count and data
8305:
8306: OE_MSG_PUB.Count_And_Get
8307: ( p_count => x_msg_count
8308: , p_data => x_msg_data
8309: );
8310:

Line 8317: OE_MSG_PUB.Count_And_Get

8313: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
8314:
8315: -- Get message count and data
8316:
8317: OE_MSG_PUB.Count_And_Get
8318: ( p_count => x_msg_count
8319: , p_data => x_msg_data
8320: );
8321:

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

8322: WHEN OTHERS THEN
8323:
8324: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
8325:
8326: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8327: THEN
8328: OE_MSG_PUB.Add_Exc_Msg
8329: ( G_PKG_NAME
8330: , 'Create_Order'

Line 8328: OE_MSG_PUB.Add_Exc_Msg

8324: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
8325:
8326: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8327: THEN
8328: OE_MSG_PUB.Add_Exc_Msg
8329: ( G_PKG_NAME
8330: , 'Create_Order'
8331: );
8332: END IF;

Line 8336: OE_MSG_PUB.Count_And_Get

8332: END IF;
8333:
8334: -- Get message count and data
8335:
8336: OE_MSG_PUB.Count_And_Get
8337: ( p_count => x_msg_count
8338: , p_data => x_msg_data
8339: );
8340:

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

8451:
8452: EXCEPTION
8453: WHEN OTHERS THEN
8454: oe_debug_pub.add('In when others exception : OE_OE_PRICING_AVAILABILITY.GET_FORM_STARTUP_VALUES', 1);
8455: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8456: THEN
8457: OE_MSG_PUB.Add_Exc_Msg
8458: ( G_PKG_NAME ,
8459: 'Get_Form_Startup_Values'

Line 8457: OE_MSG_PUB.Add_Exc_Msg

8453: WHEN OTHERS THEN
8454: oe_debug_pub.add('In when others exception : OE_OE_PRICING_AVAILABILITY.GET_FORM_STARTUP_VALUES', 1);
8455: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8456: THEN
8457: OE_MSG_PUB.Add_Exc_Msg
8458: ( G_PKG_NAME ,
8459: 'Get_Form_Startup_Values'
8460: );
8461: END IF;