I compile a package and it gives errors. Error location is wrong

-1

After compiling a package, you get this error message:

  

249/36 PLS-00103: Encountered the symbol "TS_ODO" when expecting one   of the following:: =. (@%; The symbol ":=" was substituted   for "TS_ODO" to continue.

     

250/34 PLS-00103: Encountered the symbol "DATE" when expecting one   of the following:: =. (@%; The symbol ":=" was substituted   for "DATE" to continue.

     

274/89 PLS-00103: Encountered the symbol ";" when expecting one of   the following:), * & = - + < / > at in is mod reminder not rem   = > < > or! = ou ~ => =

asked by anonymous 10.12.2015 / 13:17

1 answer

0

I have resolved. I was putting together a date, adding value to it to increase days, and that was wrong. What was happening that this problem was in line 378 and the error was giving in line 249, 250 and 274. But I have already resolved.

    
10.12.2015 / 15:58