DBA Data[Home] [Help]

APPS.OE_ORDER_PUB dependencies on OE_ORDER_GRP

Line 3833: OE_Order_GRP.automatic_account_creation(p_header_rec => p_header_rec,

3829: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'
3830: THEN
3831:
3832: oe_debug_pub.add('calling AAC from Pub Prcoess Order');
3833: OE_Order_GRP.automatic_account_creation(p_header_rec => p_header_rec,
3834: p_header_val_rec => p_header_val_rec,
3835: p_line_tbl => p_line_tbl,
3836: p_line_val_tbl => p_line_val_tbl,
3837: x_header_rec => l_aac_header_Rec,

Line 3927: OE_ORDER_GRP.RTrim_data

3923:
3924: --added for bug 3390458
3925: IF p_rtrim_data ='Y'
3926: THEN
3927: OE_ORDER_GRP.RTrim_data
3928: ( p_x_header_rec => l_header_rec
3929: , p_x_line_tbl => l_line_tbl
3930: , x_return_status =>x_return_status);
3931: END IF;

Line 4787: OE_Order_GRP.ID_To_Value

4783:
4784:
4785:
4786:
4787: OE_Order_GRP.ID_To_Value
4788: ( p_header_rec => p_header_rec
4789: , p_Header_Adj_tbl => p_Header_Adj_tbl
4790: , p_Header_Scredit_tbl => p_Header_Scredit_tbl
4791: , p_Header_Payment_tbl => p_Header_Payment_tbl

Line 4939: OE_Order_GRP.Value_To_ID

4935: -- Init x_return_status.
4936:
4937: x_return_status := FND_API.G_RET_STS_SUCCESS;
4938:
4939: OE_Order_GRP.Value_To_ID
4940: ( x_return_status => x_return_status
4941: , p_header_rec => p_header_rec
4942: , p_header_val_rec => p_header_val_rec
4943: , p_Header_Adj_tbl => p_Header_Adj_tbl