DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_ORDER_UTIL

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

3974:
3975: -- calling notification framework to update global picture
3976: -- check code release level first. Notification framework is at Pack H level
3977: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
3978: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
3979: p_Header_rec =>p_header_rec,
3980: p_header_id => p_header_rec.header_id,
3981: x_index => l_index,
3982: x_return_status => l_return_status);

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

4618:
4619: -- calling notification framework to update global picture
4620: -- check code release level first. Notification framework is at Pack H level
4621: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
4622: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
4623: p_old_header_rec => NULL,
4624: p_Header_rec =>p_header_rec,
4625: p_header_id => p_header_rec.header_id,
4626: x_index => l_index,

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

4689: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
4690: /* Set the operation on the record so that globals are updated as well */
4691: l_new_header_rec.operation := OE_GLOBALS.G_OPR_DELETE;
4692: l_new_header_rec.header_id := p_header_id;
4693: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
4694: p_Header_rec =>l_new_header_rec,
4695: p_header_id => p_header_id,
4696: x_index => l_index,
4697: x_return_status => l_return_status);

Line 5033: OE_ORDER_UTIL.Clear_Global_Picture(l_return_status);

5029:
5030: -- bug 3588660
5031: /*
5032: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
5033: OE_ORDER_UTIL.Clear_Global_Picture(l_return_status);
5034: END IF;
5035: */
5036: SELECT ACCOUNTING_RULE_ID
5037: , ACCOUNTING_RULE_DURATION

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

7932: IF nvl(p_x_header_rec.transaction_phase_code,'F') = 'F' THEN
7933: IF p_x_header_rec.order_number IS NULL THEN
7934: fnd_message.set_name('ONT','OE_ATTRIBUTE_REQUIRED');
7935: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7936: OE_Order_UTIL.Get_Attribute_Name('ORDER_NUMBER'));
7937: OE_MSG_PUB.Add;
7938: RAISE FND_API.G_EXC_ERROR;
7939: ELSE
7940: x_doc_sequence_value := p_x_header_rec.order_number;

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

7942: ELSIF p_x_header_rec.transaction_phase_code = 'N' THEN
7943: IF p_x_header_rec.quote_number IS NULL THEN
7944: fnd_message.set_name('ONT','OE_ATTRIBUTE_REQUIRED');
7945: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
7946: OE_Order_UTIL.Get_Attribute_Name('QUOTE_NUMBER'));
7947: OE_MSG_PUB.Add;
7948: RAISE FND_API.G_EXC_ERROR;
7949: ELSE
7950: x_doc_sequence_value := p_x_header_rec.quote_number;

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

8508: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => 'SHIPPING_METHOD');
8509: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');
8510: --bug 4190357 added l_meaning to the token
8511: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',
8512: OE_Order_Util.Get_Attribute_Name('shipping_method_code') || ' ' || l_meaning);
8513: OE_MSG_PUB.Add;
8514: OE_MSG_PUB.Update_Msg_Context(p_attribute_code => null);
8515:
8516: oe_debug_pub.add('Value of shipping Method:'