DBA Data[Home] [Help]

APPS.OE_OE_FORM_CANCEL_LINE dependencies on OE_LINE_UTIL

Line 189: OE_LINE_UTIL.Lock_Row

185: j := j + 1.0;
186: nextpos := INSTR(l_record_ids,',',1,j) ;
187: */
188:
189: OE_LINE_UTIL.Lock_Row
190: ( p_line_id => l_line_id,
191: p_x_line_rec => l_line_rec,
192: x_return_status => l_return_status
193: );

Line 659: OE_Line_Util.Query_Row

655: THEN
656:
657: -- Query row from DB
658:
659: OE_Line_Util.Query_Row
660: ( p_line_id => p_line_id,
661: x_line_rec => g_line_rec
662: );
663: g_line_rec.db_flag := FND_API.G_TRUE;