DBA Data[Home] [Help]

APPS.OE_EXPORT_COMPLIANCE_WF SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 50

	select top_model_line_id into l_top_model_line_id
	from oe_order_lines_all where
	line_id = to_number(itemkey);
Line: 57

	    select '1' into l_dummy
	    from  oe_order_lines_all
	    where line_id = l_top_model_line_id
	    for update; --commented for bug 6415831 -- nowait;