DBA Data[Home] [Help]

APPS.OE_FULFILL_WF dependencies on OE_LINE_UTIL

Line 243: OE_Line_Util.lock_Row

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