DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ORDER_UTIL

Line 1463: OE_Order_Util.Get_Attribute_Name('ordered_quantity'));

1459: /*
1460: FND_MESSAGE.SET_NAME('ONT','OE_CHG_CORR_REQ');
1461: -- { start fix for 2648277
1462: FND_MESSAGE.SET_TOKEN('CHG_ATTR',
1463: OE_Order_Util.Get_Attribute_Name('ordered_quantity'));
1464: -- end fix for 2648277}
1465: OE_MSG_PUB.Add;
1466:
1467: */

Line 2335: OE_Order_Util.Get_Attribute_Name('schedule_ship_date'));

2331: (p_old_line_rec.schedule_ship_date IS NOT NULL) THEN
2332: FND_MESSAGE.SET_NAME('ONT','OE_CHG_CORR_REQ');
2333: -- { start fix for 2648277
2334: FND_MESSAGE.SET_TOKEN('CHG_ATTR',
2335: OE_Order_Util.Get_Attribute_Name('schedule_ship_date'));
2336: -- end fix for 2648277}
2337: OE_MSG_PUB.Add;
2338: END IF;
2339:

Line 8172: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

8168:
8169: -- calling notification framework to update global picture
8170: --check code release level first. Notification framework is at Pack H level
8171: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
8172: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
8173: p_Line_rec =>p_line_rec,
8174: p_line_id => p_line_rec.line_id,
8175: x_index => l_index,
8176: x_return_status => l_return_status);

Line 9406: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

9402:
9403: -- calling notification framework to update global picture
9404: -- check code release level first. Notification framework is at Pack H level
9405: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
9406: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
9407: p_Line_rec =>p_line_rec,
9408: p_old_line_rec => NULL,
9409: p_line_id => p_line_rec.line_id,
9410: x_index => l_index,

Line 9532: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

9528: oe_debug_pub.add('JFC: in delete row, l_line_id'|| l_line.line_id , 1);
9529: /* Set the operation on the record so that globals are updated as well */
9530: l_new_line_rec.operation := OE_GLOBALS.G_OPR_DELETE;
9531: l_new_line_rec.line_id :=l_line.line_id;
9532: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
9533: p_line_rec =>l_new_line_rec,
9534: p_line_id =>l_line.line_id,
9535: x_index => l_index,
9536: x_return_status => l_return_status);

Line 9827: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

9823: l_new_line_rec.operation := OE_GLOBALS.G_OPR_DELETE;
9824: l_new_line_rec.line_id :=l_line_rec.line_id;
9825: l_new_line_rec.last_update_date :=l_line_rec.last_update_date;
9826:
9827: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
9828: p_line_rec =>l_new_line_rec,
9829: p_line_id =>l_line_rec.line_id,
9830: x_index => l_index,
9831: x_return_status => l_return_status);

Line 9860: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

9856: oe_debug_pub.add('JFC: in delete row, service line_id= '|| l_svc.line_id , 1);
9857: /* Set the operation on the record so that globals are updated as well */
9858: l_new_line_rec.operation := OE_GLOBALS.G_OPR_DELETE;
9859: l_new_line_rec.line_id :=l_svc.line_id;
9860: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
9861: p_line_rec =>l_new_line_rec,
9862: p_line_id =>l_svc.line_id,
9863: x_index => l_index,
9864: x_return_status => l_return_status);

Line 16477: OE_Order_Util.Get_Attribute_Name('shipping_method_code') || ' ' || l_meaning);

16473: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_METHOD');
16474: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
16475: --bug 4190357 added l_meaning to the token
16476: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
16477: OE_Order_Util.Get_Attribute_Name('shipping_method_code') || ' ' || l_meaning);
16478: OE_MSG_PUB.Add;
16479: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
16480:
16481: if l_debug_level > 0 then

Line 16868: OE_Order_Util.Get_Attribute_Name('ordered_quantity'));

16864: (p_x_line_rec.order_source_id = 10) THEN
16865: FND_MESSAGE.SET_NAME('ONT','OE_CHG_CORR_REQ');
16866: -- { start fix for 2648277
16867: FND_MESSAGE.SET_TOKEN('CHG_ATTR',
16868: OE_Order_Util.Get_Attribute_Name('ordered_quantity'));
16869: -- end fix for 2648277}
16870: OE_MSG_PUB.ADD;
16871: END IF;
16872:

Line 21192: OE_Order_Util.Get_Attribute_Name('schedule_ship_date'));

21188:
21189: FND_MESSAGE.SET_NAME('ONT','OE_CHG_CORR_REQ');
21190: -- { start fix for 2648277
21191: FND_MESSAGE.SET_TOKEN('CHG_ATTR',
21192: OE_Order_Util.Get_Attribute_Name('schedule_ship_date'));
21193: -- end fix for 2648277}
21194: OE_MSG_PUB.Add;
21195:
21196: END IF;