DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ORDER_UTIL

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

1940: /*
1941: FND_MESSAGE.SET_NAME('ONT','OE_CHG_CORR_REQ');
1942: -- { start fix for 2648277
1943: FND_MESSAGE.SET_TOKEN('CHG_ATTR',
1944: OE_Order_Util.Get_Attribute_Name('ordered_quantity'));
1945: -- end fix for 2648277}
1946: OE_MSG_PUB.Add;
1947:
1948: */

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

2893: (p_old_line_rec.schedule_ship_date IS NOT NULL) THEN
2894: FND_MESSAGE.SET_NAME('ONT','OE_CHG_CORR_REQ');
2895: -- { start fix for 2648277
2896: FND_MESSAGE.SET_TOKEN('CHG_ATTR',
2897: OE_Order_Util.Get_Attribute_Name('schedule_ship_date'));
2898: -- end fix for 2648277}
2899: OE_MSG_PUB.Add;
2900: END IF;
2901:

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

9397:
9398: -- calling notification framework to update global picture
9399: --check code release level first. Notification framework is at Pack H level
9400: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
9401: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
9402: p_Line_rec =>p_line_rec,
9403: p_line_id => p_line_rec.line_id,
9404: x_index => l_index,
9405: x_return_status => l_return_status);

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

10669: p_line_rec.sold_from_org_id := l_sold_from_org; /*Added for bug#12956482*/
10670: -- calling notification framework to update global picture
10671: -- check code release level first. Notification framework is at Pack H level
10672: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
10673: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
10674: p_Line_rec =>p_line_rec,
10675: p_old_line_rec => NULL,
10676: p_line_id => p_line_rec.line_id,
10677: x_index => l_index,

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

10795: oe_debug_pub.add('JFC: in delete row, l_line_id'|| l_line.line_id , 1);
10796: /* Set the operation on the record so that globals are updated as well */
10797: l_new_line_rec.operation := OE_GLOBALS.G_OPR_DELETE;
10798: l_new_line_rec.line_id :=l_line.line_id;
10799: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
10800: p_line_rec =>l_new_line_rec,
10801: p_line_id =>l_line.line_id,
10802: x_index => l_index,
10803: x_return_status => l_return_status);

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

11090: l_new_line_rec.operation := OE_GLOBALS.G_OPR_DELETE;
11091: l_new_line_rec.line_id :=l_line_rec.line_id;
11092: l_new_line_rec.last_update_date :=l_line_rec.last_update_date;
11093:
11094: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
11095: p_line_rec =>l_new_line_rec,
11096: p_line_id =>l_line_rec.line_id,
11097: x_index => l_index,
11098: x_return_status => l_return_status);

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

11123: oe_debug_pub.add('JFC: in delete row, service line_id= '|| l_svc.line_id , 1);
11124: /* Set the operation on the record so that globals are updated as well */
11125: l_new_line_rec.operation := OE_GLOBALS.G_OPR_DELETE;
11126: l_new_line_rec.line_id :=l_svc.line_id;
11127: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
11128: p_line_rec =>l_new_line_rec,
11129: p_line_id =>l_svc.line_id,
11130: x_index => l_index,
11131: x_return_status => l_return_status);

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

18045: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_METHOD');
18046: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
18047: --bug 4190357 added l_meaning to the token
18048: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
18049: OE_Order_Util.Get_Attribute_Name('shipping_method_code') || ' ' || l_meaning);
18050: OE_MSG_PUB.Add;
18051: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
18052:
18053: if l_debug_level > 0 then

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

18520: (p_x_line_rec.order_source_id = 10) THEN
18521: FND_MESSAGE.SET_NAME('ONT','OE_CHG_CORR_REQ');
18522: -- { start fix for 2648277
18523: FND_MESSAGE.SET_TOKEN('CHG_ATTR',
18524: OE_Order_Util.Get_Attribute_Name('ordered_quantity'));
18525: -- end fix for 2648277}
18526: OE_MSG_PUB.ADD;
18527: END IF;
18528:

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

23069:
23070: FND_MESSAGE.SET_NAME('ONT','OE_CHG_CORR_REQ');
23071: -- { start fix for 2648277
23072: FND_MESSAGE.SET_TOKEN('CHG_ATTR',
23073: OE_Order_Util.Get_Attribute_Name('schedule_ship_date'));
23074: -- end fix for 2648277}
23075: OE_MSG_PUB.Add;
23076:
23077: END IF;