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 757: OE_MSG_PUB.Count_And_Get

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

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

758: ( p_count => x_msg_count
759: , p_data => x_msg_data
760: );
761:
762: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
763: OE_MSG_PUB.Add_Exc_Msg
764: ( G_PKG_NAME,
765: 'Call_MRP_ATP');
766: END IF;

Line 763: OE_MSG_PUB.Add_Exc_Msg

759: , p_data => x_msg_data
760: );
761:
762: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
763: OE_MSG_PUB.Add_Exc_Msg
764: ( G_PKG_NAME,
765: 'Call_MRP_ATP');
766: END IF;
767:

Line 1063: OE_MSG_PUB.Count_And_Get

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

Line 1074: OE_MSG_PUB.Count_And_Get

1070: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1071:
1072: -- Get message count and data
1073:
1074: OE_MSG_PUB.Count_And_Get
1075: ( p_count => x_msg_count
1076: , p_data => x_msg_data
1077: );
1078:

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

1079: WHEN OTHERS THEN
1080:
1081: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1082:
1083: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1084: THEN
1085: OE_MSG_PUB.Add_Exc_Msg
1086: ( G_PKG_NAME
1087: , 'defaulting'

Line 1085: OE_MSG_PUB.Add_Exc_Msg

1081: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1082:
1083: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1084: THEN
1085: OE_MSG_PUB.Add_Exc_Msg
1086: ( G_PKG_NAME
1087: , 'defaulting'
1088: );
1089: END IF;

Line 1093: OE_MSG_PUB.Count_And_Get

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

Line 1534: OE_MSG_PUB.Count_And_Get

1530: x_return_status := FND_API.G_RET_STS_ERROR;
1531:
1532: -- Get message count and data
1533:
1534: OE_MSG_PUB.Count_And_Get
1535: ( p_count => x_msg_count
1536: , p_data => x_msg_data
1537: );
1538:

Line 1545: OE_MSG_PUB.Count_And_Get

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

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

1550: WHEN OTHERS THEN
1551:
1552: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1553:
1554: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1555: THEN
1556: OE_MSG_PUB.Add_Exc_Msg
1557: ( G_PKG_NAME
1558: , 'defaulting'

Line 1556: OE_MSG_PUB.Add_Exc_Msg

1552: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1553:
1554: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1555: THEN
1556: OE_MSG_PUB.Add_Exc_Msg
1557: ( G_PKG_NAME
1558: , 'defaulting'
1559: );
1560: END IF;

Line 1564: OE_MSG_PUB.Count_And_Get

1560: END IF;
1561:
1562: -- Get message count and data
1563:
1564: OE_MSG_PUB.Count_And_Get
1565: ( p_count => x_msg_count
1566: , p_data => x_msg_data
1567: );
1568:

Line 3680: OE_MSG_PUB.Add;

3676: oe_debug_pub.add( 'WRONG IN INSERT_LINES2'||L_RETURN_STATUS_TEXT , 1 ) ;
3677: END IF;
3678: FND_MESSAGE.SET_NAME('ONT','ONT_PRICING_ERRORS'); --bug#7149497
3679: FND_MESSAGE.SET_TOKEN('ERR_TEXT',l_return_status_text);
3680: OE_MSG_PUB.Add;
3681: RAISE FND_API.G_EXC_ERROR;
3682: END IF;
3683:
3684: IF G_ATTR_LINE_INDEX_tbl.count > 0 THEN

Line 3725: OE_MSG_PUB.Add;

3721: oe_debug_pub.add( 'ERROR INSERTING INTO LINE ATTRS'||SQLERRM ) ;
3722: END IF;
3723: FND_MESSAGE.SET_NAME('ONT','ONT_PRICING_ERRORS'); --bug#7149497
3724: FND_MESSAGE.SET_TOKEN('ERR_TEXT',l_return_status_text);
3725: OE_MSG_PUB.Add;
3726: raise fnd_api.g_exc_unexpected_error;
3727: END IF;
3728:
3729: END IF;

Line 5256: OE_MSG_PUB.Add;

5252: FND_MESSAGE.SET_TOKEN('TEXT',in_status_text);
5253: IF l_debug_level > 0 THEN
5254: oe_debug_pub.add( 'INVALID PL ERR TXT='||IN_STATUS_TEXT ) ;
5255: END IF;
5256: OE_MSG_PUB.Add;
5257:
5258: ELSE
5259: IF l_debug_level > 0 THEN
5260: oe_debug_pub.add( 'INVALID PRICE LIST' ) ;

Line 5266: OE_MSG_PUB.Add;

5262: FND_MESSAGE.SET_NAME('ONT','OE_PRC_NO_LIST_PRICE');
5263: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);
5264: FND_MESSAGE.SET_TOKEN('UNIT',in_uom);
5265: FND_MESSAGE.SET_TOKEN('PRICE_LIST',l_Price_List);
5266: OE_MSG_PUB.Add;
5267:
5268: END IF;
5269:
5270: ELSIF in_status_code = QP_PREQ_GRP.G_STS_LHS_NOT_FOUND Then

Line 5275: OE_MSG_PUB.Add;

5271:
5272: FND_MESSAGE.SET_NAME('ONT','ONT_NO_PRICE_LIST_FOUND');
5273: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);
5274: FND_MESSAGE.SET_TOKEN('UOM',in_uom);
5275: OE_MSG_PUB.Add;
5276:
5277: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_FORMULA_ERROR then
5278: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_ERROR_IN_FORMULA');
5279: FND_MESSAGE.SET_TOKEN('ERR_TEXT',in_status_text); --3730467

Line 5280: OE_MSG_PUB.Add;

5276:
5277: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_FORMULA_ERROR then
5278: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_ERROR_IN_FORMULA');
5279: FND_MESSAGE.SET_TOKEN('ERR_TEXT',in_status_text); --3730467
5280: OE_MSG_PUB.Add;
5281:
5282:
5283: ELSIF in_status_code in
5284: ( QP_PREQ_GRP.G_STATUS_OTHER_ERRORS , FND_API.G_RET_STS_UNEXP_ERROR,

Line 5288: OE_MSG_PUB.Add;

5284: ( QP_PREQ_GRP.G_STATUS_OTHER_ERRORS , FND_API.G_RET_STS_UNEXP_ERROR,
5285: FND_API.G_RET_STS_ERROR) then
5286: FND_MESSAGE.SET_NAME('ONT','ONT_PRICING_ERRORS'); --bug#7149497
5287: FND_MESSAGE.SET_TOKEN('ERR_TEXT',in_status_text);
5288: OE_MSG_PUB.Add;
5289:
5290: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_UOM then
5291: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_UOM');
5292: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);

Line 5294: OE_MSG_PUB.Add;

5290: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_UOM then
5291: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_UOM');
5292: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);
5293: FND_MESSAGE.SET_TOKEN('UOM',in_uom);
5294: OE_MSG_PUB.Add;
5295:
5296: ElSIF in_status_code = QP_PREQ_GRP.G_STATUS_DUP_PRICE_LIST then
5297: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_DUPLICATE_PRICE_LIST');
5298:

Line 5338: OE_MSG_PUB.Add;

5334: oe_debug_pub.add( 'PRICE LIST 2='||L_PRICE_LIST ) ;
5335: END IF;
5336:
5337: FND_MESSAGE.SET_TOKEN('PRICE_LIST2',l_price_list);
5338: OE_MSG_PUB.Add;
5339:
5340: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_UOM_CONV then
5341: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_UOM_CONVERSION');
5342: FND_MESSAGE.SET_TOKEN('UOM_TEXT','( '||in_Ordered_Item||' ) '||

Line 5344: OE_MSG_PUB.Add;

5340: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_UOM_CONV then
5341: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_UOM_CONVERSION');
5342: FND_MESSAGE.SET_TOKEN('UOM_TEXT','( '||in_Ordered_Item||' ) '||
5343: in_status_text);
5344: OE_MSG_PUB.Add;
5345:
5346: ElSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_INCOMP then
5347: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_INCOMP');
5348: FND_MESSAGE.SET_TOKEN('ERR_TEXT','( '||in_Ordered_Item||' ) '||

Line 5350: OE_MSG_PUB.Add;

5346: ElSIF in_status_code = QP_PREQ_GRP.G_STATUS_INVALID_INCOMP then
5347: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_INVALID_INCOMP');
5348: FND_MESSAGE.SET_TOKEN('ERR_TEXT','( '||in_Ordered_Item||' ) '||
5349: in_status_text);
5350: OE_MSG_PUB.Add;
5351:
5352: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_BEST_PRICE_EVAL_ERROR then
5353: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_BEST_PRICE_ERROR');
5354: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);

Line 5356: OE_MSG_PUB.Add;

5352: ELSIF in_status_code = QP_PREQ_GRP.G_STATUS_BEST_PRICE_EVAL_ERROR then
5353: FND_MESSAGE.SET_NAME('ONT','ONT_PRC_BEST_PRICE_ERROR');
5354: FND_MESSAGE.SET_TOKEN('ITEM',in_Ordered_Item);
5355: FND_MESSAGE.SET_TOKEN('ERR_TEXT',in_status_text);
5356: OE_MSG_PUB.Add;
5357: END IF;
5358:
5359:
5360:

Line 5369: OE_MSG_PUB.Add;

5365: oe_debug_pub.add( 'OE_PRICING_ERROR' ) ;
5366: END IF;
5367: FND_MESSAGE.SET_NAME('ONT','OE_PRICING_ERROR');
5368: FND_MESSAGE.SET_TOKEN('ERR_TEXT','( '||in_Ordered_Item||' ) '||in_STATUS_TEXT);
5369: OE_MSG_PUB.Add;
5370:
5371: ELSIF in_line_Type_code ='LINE' and in_status_code in
5372: --( QP_PREQ_GRP.G_STATUS_UPDATED,
5373: (QP_PREQ_GRP.G_STATUS_GSA_VIOLATION) and

Line 5397: OE_MSG_PUB.Add;

5393: --Bug 7409782 ends
5394:
5395: FND_MESSAGE.SET_NAME('ONT','ONT_PRICING_ERRORS'); --bug#7149497
5396: FND_MESSAGE.SET_TOKEN('ERR_TEXT',in_status_text);
5397: OE_MSG_PUB.Add;
5398: END IF;
5399:
5400: -- we need to do this check in UPDATED code or do the gsa check through
5401: -- the control record of Pricing

Line 5433: OE_MSG_PUB.Add;

5429: oe_debug_pub.add('GSA warning or error 2 msg_Text='||l_msg_text);
5430: FND_MESSAGE.SET_NAME('ONT','OE_GSA_VIOLATION');
5431: l_msg_text := l_operand||' ( '||l_msg_text||' )';
5432: FND_MESSAGE.SET_TOKEN('GSA_PRICE',l_msg_text);
5433: OE_MSG_PUB.Add;
5434: END IF;
5435: END IF; */
5436:
5437:

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

5467: IF l_return_status IN('E','W') then
5468: IF l_debug_level > 0 THEN
5469: oe_debug_pub.add( 'DOING COUNT_AND_GET' ) ;
5470: END IF;
5471: oe_msg_pub.count_and_get(p_encoded=>fnd_api.G_TRUE,
5472: p_count => l_msg_count,
5473: p_data=>l_msg_data
5474: );
5475: END IF;

Line 6442: OE_MSG_PUB.Add;

6438: IF l_debug_level > 0 THEN
6439: oe_debug_pub.add( 'MSG DATA IS NOT NULL 2' ) ;
6440: END IF;
6441: FND_MESSAGE.SET_TOKEN('TEXT',x_msg_data);
6442: OE_MSG_PUB.Add;
6443:
6444: END IF;
6445:
6446:

Line 6513: oe_msg_pub.add;

6509:
6510:
6511: IF x_plan_id is null then
6512: fnd_message.set_name('MSC', 'MSC_NO_PLANS_DEFINED');
6513: oe_msg_pub.add;
6514: x_return_status := 'E';
6515: oe_debug_pub.add('Plan Id NOT FOUND');
6516: END IF;
6517:

Line 6594: oe_msg_pub.add;

6590: IF l_debug_level > 0 THEN
6591: oe_debug_pub.add( ' ERROR IN CALL TO get_supply_sources_local');
6592: END IF;
6593: fnd_message.set_name('MSC', x_err_mesg);
6594: oe_msg_pub.add;
6595:
6596: ELSE
6597:
6598: IF x_return_status IS NULL THEN

Line 6652: OE_MSG_PUB.Add;

6648: END IF;
6649: x_return_status := 'E';
6650: x_error_mesg := 'MRP_ATP_NO_SOURCES';
6651: FND_MESSAGE.SET_NAME('MSC','MRP_ATP_NO_SOURCES');
6652: OE_MSG_PUB.Add;
6653: x_return_status := 'E';
6654:
6655: END IF; -- IF x_sources.organization_id.COUNT > 0
6656:

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

6669: IF nvl(x_return_status,'E') <> 'S' then
6670: IF l_debug_level > 0 THEN
6671: oe_debug_pub.add( 'DOING COUNT_AND_GET' ) ;
6672: END IF;
6673: oe_msg_pub.count_and_get(p_encoded=>fnd_api.G_TRUE,
6674: p_count => x_msg_count,
6675: p_data=>x_msg_data
6676: );
6677: IF l_debug_level > 0 THEN

Line 6698: OE_MSG_PUB.Count_And_Get

6694: x_return_status := 'E';
6695: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
6696:
6697: -- Get message count and data
6698: OE_MSG_PUB.Count_And_Get
6699: ( p_count => x_msg_count
6700: , p_data => x_msg_data
6701: );
6702:

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

6699: ( p_count => x_msg_count
6700: , p_data => x_msg_data
6701: );
6702:
6703: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
6704: OE_MSG_PUB.Add_Exc_Msg
6705: ( G_PKG_NAME,
6706: 'Get_Global_Availability');
6707: END IF;

Line 6704: OE_MSG_PUB.Add_Exc_Msg

6700: , p_data => x_msg_data
6701: );
6702:
6703: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
6704: OE_MSG_PUB.Add_Exc_Msg
6705: ( G_PKG_NAME,
6706: 'Get_Global_Availability');
6707: END IF;
6708:

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

8253: END IF;
8254: END IF;
8255:
8256: FOR k in 1 .. x_msg_count loop
8257: x_msg_data := oe_msg_pub.get( p_msg_index => k,
8258: p_encoded => 'F'
8259: );
8260:
8261: IF l_debug_level > 0 THEN

Line 8281: OE_MSG_PUB.Count_And_Get

8277: x_return_status := FND_API.G_RET_STS_ERROR;
8278:
8279: -- Get message count and data
8280:
8281: OE_MSG_PUB.Count_And_Get
8282: ( p_count => x_msg_count
8283: , p_data => x_msg_data
8284: );
8285:

Line 8292: OE_MSG_PUB.Count_And_Get

8288: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
8289:
8290: -- Get message count and data
8291:
8292: OE_MSG_PUB.Count_And_Get
8293: ( p_count => x_msg_count
8294: , p_data => x_msg_data
8295: );
8296:

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

8297: WHEN OTHERS THEN
8298:
8299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
8300:
8301: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8302: THEN
8303: OE_MSG_PUB.Add_Exc_Msg
8304: ( G_PKG_NAME
8305: , 'Create_Order'

Line 8303: OE_MSG_PUB.Add_Exc_Msg

8299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
8300:
8301: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8302: THEN
8303: OE_MSG_PUB.Add_Exc_Msg
8304: ( G_PKG_NAME
8305: , 'Create_Order'
8306: );
8307: END IF;

Line 8311: OE_MSG_PUB.Count_And_Get

8307: END IF;
8308:
8309: -- Get message count and data
8310:
8311: OE_MSG_PUB.Count_And_Get
8312: ( p_count => x_msg_count
8313: , p_data => x_msg_data
8314: );
8315:

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

8426:
8427: EXCEPTION
8428: WHEN OTHERS THEN
8429: oe_debug_pub.add('In when others exception : OE_OE_PRICING_AVAILABILITY.GET_FORM_STARTUP_VALUES', 1);
8430: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8431: THEN
8432: OE_MSG_PUB.Add_Exc_Msg
8433: ( G_PKG_NAME ,
8434: 'Get_Form_Startup_Values'

Line 8432: OE_MSG_PUB.Add_Exc_Msg

8428: WHEN OTHERS THEN
8429: oe_debug_pub.add('In when others exception : OE_OE_PRICING_AVAILABILITY.GET_FORM_STARTUP_VALUES', 1);
8430: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
8431: THEN
8432: OE_MSG_PUB.Add_Exc_Msg
8433: ( G_PKG_NAME ,
8434: 'Get_Form_Startup_Values'
8435: );
8436: END IF;