DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_SCREDIT SQL Statements

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

Line: 17

    	select OE_SALES_CREDITS_S.nextval
   	into l_id
  	from dual;
Line: 34

    	select header_id
   	into l_id
  	from oe_order_lines_all where
	line_id = g_line_scredit_rec.line_id;