DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_LINE_UTIL

Line 1411: oe_line_util.Post_Line_Process

1407:
1408: -- Set the UI flag
1409: OE_GLOBALS.G_UI_FLAG := TRUE;
1410:
1411: oe_line_util.Post_Line_Process
1412: ( p_control_rec => l_control_rec
1413: , p_x_line_tbl => l_line_tbl );
1414:
1415: Oe_Order_Pvt.Process_Requests_And_Notify

Line 2977: OE_Line_Util.Query_Rows

2973:
2974: THEN
2975: IF p_header_rec.header_id IS NOT NULL AND
2976: p_header_rec.header_id <> FND_API.G_MISS_NUM THEN
2977: OE_Line_Util.Query_Rows
2978: ( p_header_id => p_header_rec.header_id
2979: , x_line_tbl => l_x_line_tbl
2980: );
2981: END IF;