DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_ORDER_UTIL

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

3825:
3826: -- calling notification framework to update global picture
3827: -- check code release level first. Notification framework is at Pack H level
3828: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
3829: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
3830: p_Header_rec =>p_header_rec,
3831: p_header_id => p_header_rec.header_id,
3832: x_index => l_index,
3833: x_return_status => l_return_status);

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

4469:
4470: -- calling notification framework to update global picture
4471: -- check code release level first. Notification framework is at Pack H level
4472: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
4473: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
4474: p_old_header_rec => NULL,
4475: p_Header_rec =>p_header_rec,
4476: p_header_id => p_header_rec.header_id,
4477: x_index => l_index,

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

4540: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
4541: /* Set the operation on the record so that globals are updated as well */
4542: l_new_header_rec.operation := OE_GLOBALS.G_OPR_DELETE;
4543: l_new_header_rec.header_id := p_header_id;
4544: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
4545: p_Header_rec =>l_new_header_rec,
4546: p_header_id => p_header_id,
4547: x_index => l_index,
4548: x_return_status => l_return_status);

Line 4883: OE_ORDER_UTIL.Clear_Global_Picture(l_return_status);

4879:
4880: -- bug 3588660
4881: /*
4882: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
4883: OE_ORDER_UTIL.Clear_Global_Picture(l_return_status);
4884: END IF;
4885: */
4886: SELECT ACCOUNTING_RULE_ID
4887: , ACCOUNTING_RULE_DURATION

Line 7784: OE_Order_UTIL.Get_Attribute_Name('ORDER_NUMBER'));

7780: IF nvl(p_x_header_rec.transaction_phase_code,'F') = 'F' THEN
7781: IF p_x_header_rec.order_number IS NULL THEN
7782: fnd_message.set_name('ONT','OE_ATTRIBUTE_REQUIRED');
7783: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7784: OE_Order_UTIL.Get_Attribute_Name('ORDER_NUMBER'));
7785: OE_MSG_PUB.Add;
7786: RAISE FND_API.G_EXC_ERROR;
7787: ELSE
7788: x_doc_sequence_value := p_x_header_rec.order_number;

Line 7794: OE_Order_UTIL.Get_Attribute_Name('QUOTE_NUMBER'));

7790: ELSIF p_x_header_rec.transaction_phase_code = 'N' THEN
7791: IF p_x_header_rec.quote_number IS NULL THEN
7792: fnd_message.set_name('ONT','OE_ATTRIBUTE_REQUIRED');
7793: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7794: OE_Order_UTIL.Get_Attribute_Name('QUOTE_NUMBER'));
7795: OE_MSG_PUB.Add;
7796: RAISE FND_API.G_EXC_ERROR;
7797: ELSE
7798: x_doc_sequence_value := p_x_header_rec.quote_number;

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

8320: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_METHOD');
8321: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8322: --bug 4190357 added l_meaning to the token
8323: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8324: OE_Order_Util.Get_Attribute_Name('shipping_method_code') || ' ' || l_meaning);
8325: OE_MSG_PUB.Add;
8326: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8327:
8328: oe_debug_pub.add('Value of shipping Method:'