DBA Data[Home] [Help]

APPS.OE_ORDER_PUB dependencies on OE_ORDER_GRP

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

3974: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'
3975: THEN
3976:
3977: oe_debug_pub.add('calling AAC from Pub Prcoess Order');
3978: OE_Order_GRP.automatic_account_creation(p_header_rec => p_header_rec,
3979: p_header_val_rec => p_header_val_rec,
3980: p_line_tbl => p_line_tbl,
3981: p_line_val_tbl => p_line_val_tbl,
3982: x_header_rec => l_aac_header_Rec,

Line 4125: OE_ORDER_GRP.RTrim_data

4121:
4122: --added for bug 3390458
4123: IF p_rtrim_data ='Y'
4124: THEN
4125: OE_ORDER_GRP.RTrim_data
4126: ( p_x_header_rec => l_header_rec
4127: , p_x_line_tbl => l_line_tbl
4128: , x_return_status =>x_return_status);
4129: END IF;

Line 4998: OE_Order_GRP.ID_To_Value

4994:
4995:
4996:
4997:
4998: OE_Order_GRP.ID_To_Value
4999: ( p_header_rec => p_header_rec
5000: , p_Header_Adj_tbl => p_Header_Adj_tbl
5001: , p_Header_Scredit_tbl => p_Header_Scredit_tbl
5002: , p_Header_Payment_tbl => p_Header_Payment_tbl

Line 5150: OE_Order_GRP.Value_To_ID

5146: -- Init x_return_status.
5147:
5148: x_return_status := FND_API.G_RET_STS_SUCCESS;
5149:
5150: OE_Order_GRP.Value_To_ID
5151: ( x_return_status => x_return_status
5152: , p_header_rec => p_header_rec
5153: , p_header_val_rec => p_header_val_rec
5154: , p_Header_Adj_tbl => p_Header_Adj_tbl