DBA Data[Home] [Help]

APPS.OE_FULFILL_WF dependencies on OE_LINE_UTIL

Line 241: OE_Line_Util.lock_Row

237: IF l_debug_level > 0 THEN
238: oe_debug_pub.add('Before Calling Lock Row'||p_line_id);
239: END IF;
240:
241: OE_Line_Util.lock_Row
242: ( p_line_id => p_line_id
243: ,p_x_line_rec => l_line_rec
244: ,x_return_status => l_return_status
245: );