DBA Data[Home] [Help]

APPS.OE_RMA_RECEIVING dependencies on OE_LINE_UTIL

Line 236: OE_Line_Util.Lock_Rows

232: l_item_key := to_char(p_RMA_Line_id);
233:
234: -- Query line from p_RMA_Line_ID
235:
236: OE_Line_Util.Lock_Rows
237: ( p_line_id => p_RMA_Line_id
238: , x_line_tbl => l_old_line_tbl
239: , x_return_status => l_return_status
240: );

Line 519: OE_Line_Util.Lock_Row

515: IF (l_open_line_id is NOT NULL) THEN
516: IF l_debug_level > 0 THEN
517: oe_debug_pub.add('There is an Open Line Id' ) ;
518: END IF;
519: OE_Line_Util.Lock_Row
520: (p_line_id => l_open_line_id
521: ,p_x_line_rec => l_temp_open_line_rec
522: ,x_return_status => l_return_status
523: );