DBA Data[Home] [Help]

APPS.OE_RMA_WF dependencies on OE_LINE_UTIL

Line 89: OE_Line_Util.Query_Rows

85: -- l_result_out := 'COMPLETE:NULL';
86: l_result_out := 0;
87: l_line_id := to_number(itemkey);
88:
89: OE_Line_Util.Query_Rows
90: ( p_line_id => l_line_id
91: , x_line_tbl => l_old_line_tbl
92: );
93: l_line_tbl(1).line_id := FND_API.G_MISS_NUM;

Line 173: OE_Line_Util.Update_Row (l_x_line_rec);

169: , l_x_line_rec
170: , l_x_line_rec
171: );
172: oe_debug_pub.add('Calling Update Row', 2);
173: OE_Line_Util.Update_Row (l_x_line_rec);
174: OE_GLOBALS.G_TAX_FLAG := 'N';
175: END IF;
176: */
177: