DBA Data[Home] [Help]

APPS.OE_RMA_RECEIVING dependencies on OE_LINE_UTIL

Line 233: OE_Line_Util.Lock_Rows

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

Line 481: OE_Line_Util.Lock_Row

477: IF (l_open_line_id is NOT NULL) THEN
478: IF l_debug_level > 0 THEN
479: oe_debug_pub.add('There is an Open Line Id' ) ;
480: END IF;
481: OE_Line_Util.Lock_Row
482: (p_line_id => l_open_line_id
483: ,p_x_line_rec => l_temp_open_line_rec
484: ,x_return_status => l_return_status
485: );