DBA Data[Home] [Help]

APPS.OE_OE_FORM_CANCEL_LINE dependencies on OE_LINE_UTIL

Line 183: OE_LINE_UTIL.Lock_Row

179: j := j + 1.0;
180: nextpos := INSTR(l_record_ids,',',1,j) ;
181: */
182:
183: OE_LINE_UTIL.Lock_Row
184: ( p_line_id => l_line_id,
185: p_x_line_rec => l_line_rec,
186: x_return_status => l_return_status
187: );

Line 648: OE_Line_Util.Query_Row

644: THEN
645:
646: -- Query row from DB
647:
648: OE_Line_Util.Query_Row
649: ( p_line_id => p_line_id,
650: x_line_rec => g_line_rec
651: );
652: g_line_rec.db_flag := FND_API.G_TRUE;