Order Management - EBS (MOSC)

MOSC Banner

Issue with To_number Conversion when we submit Shipping report from Document set

edited May 3, 2011 2:42AM in Order Management - EBS (MOSC) 2 commentsAnswered ✓
 Hi All

We have a report in Shipping responsibility which works fine when we submit from Standard Request form, when we submit through Document set we are getting error
as Invalid Number for to_number conversion in formula columns which is ok from sql developer

begin
  select  to_number(rtrim(ltrim(nvl(attribute6 ,'0') )))     into v_gross_weight
  from wsh_new_deliveries
  where delivery_id = to_number(:pick_slip_number);

Any hints for fixing this will be helpfull

Thanks
Kamalakar.G

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