PL/SQL (MOSC)

MOSC Banner

Invalid number

edited Sep 22, 2010 9:22PM in PL/SQL (MOSC) 10 commentsAnswered
 my oracle report sudden cant run and give out  identifier 'table' not declare,

and  the sql gave me invalid number.. what is the problem?? 

sELECT
       oh.header_id
      ,oh.org_id
      ,ol.line_id
      ,ol.inventory_item_id
      ,decode(ol.attribute1,NULL,ol.line_number||'.'||ol.shipment_number,ol.attribute1) d_seq
      ,ol.line_id  AS adj_id
      ,(ol.line_number||'.'||ol.shipment_number) AS line_no
       ,ol.line_number line
      ,to_number(ol.attribute1) product_set
      ,to_number(ol.attribute3) product_set_list
      ,to_number(REPLACE(ol.attribute7,'%','')) line_disc
      ,to_number(ol.attribute8) alternative_price

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center