DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_LINE_UTIL

Line 1412: oe_line_util.Post_Line_Process

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

Line 2978: OE_Line_Util.Query_Rows

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