Skip to main content

Errors ORA

  • September 29, 2021
  • 12 replies
  • 769 views

Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies

Hello,

i get the following error message in the screen “External Supplier Invoices”. I created an event which updates the posting informations (column Text) in “Manul Supplier Invoices”:

in "IFSAPP.INVOICE_API", line 6158
ORA-06512: in "IFSAPP.INVOICE_API", line 6281
ORA-06512: in "IFSAPP.INVOICE_API", line 11112
ORA-06512: in "IFSAPP.INVOICE_API", line 11117
ORA-06512: in "IFSAPP.MAN_SUPP_INVOICE_API", line 741
ORA-06512: in "IFSAPP.MAN_SUPP_INVOICE_API", line 745
ORA-06512: in "IFSAPP.C_COPY_POSTING_TEXT_EVU", line 18
ORA-04088: error during execution of

 

If I run it in PL/SQL developer everything is OK.

 

Do you have an idea?

 

Thanks!

This topic has been closed for replies.

12 replies

Chamika Dilhani
Hero (Former Employee)
Forum|alt.badge.img+9
  • Hero (Former Employee)
  • 99 replies
  • September 29, 2021

Hi @Link ,

 

I believe you are using APP9.

As per the above error stack, we can’t say much information. But, from the given information I can say the error comes when retrieving the status of the Invoice. I might be able to assist you further, if you can send the complete error stack and implementation/code of the even action.

Moreover, kindly mention what is the error you receive?


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Author
  • Superhero (Customer)
  • 1265 replies
  • September 29, 2021

Yes, we use Apps 9.

OK, that is true. I have deleted the status. Now another one:

 

at "IFSAPP.FND_EVENT_ACTION_API", line 2070

ORA-06512: at "IFSAPP.FND_EVENT_ACTION_API", line 2075

ORA-06512: at "IFSAPP.FND_EVENT_ACTION_API", line 1934

ORA-06512: at "IFSAPP.FND_EVENT_ACTION_API", line 1954

ORA-06512: at "IFSAPP.EVENT_SYS", line 199

ORA-06512: at "IFSAPP.C_COPY_POSTING_TEXT_EVI", line 18

ORA-04088: error during execution of trigger 'IFSAPP.C_COPY_POSTING_TEXT_EVI'


Chamika Dilhani
Hero (Former Employee)
Forum|alt.badge.img+9
  • Hero (Former Employee)
  • 99 replies
  • September 29, 2021

HI @Link ,

 

I am really sorry. Unfortunately the given information is not enough to provide an explanation.

As per the above call stack this is a general one, cannot get specific information as the error stack shows an exception has been occurred when executing your SQL statement.


Chamika Dilhani
Hero (Former Employee)
Forum|alt.badge.img+9
  • Hero (Former Employee)
  • 99 replies
  • September 29, 2021

Hi @Link ,

 

Did you write your UPDATE STATEMENT inside a BEGIN END; section? If not, kindly try and let me know if the issue resolved.


Forum|alt.badge.img+15
  • 282 replies
  • September 29, 2021

Hi @Link , Could you please share your event action’s code, so we can try to give a better solution for your errors.


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Author
  • Superhero (Customer)
  • 1265 replies
  • September 30, 2021

Hi @Link ,

 

Did you write your UPDATE STATEMENT inside a BEGIN END; section? If not, kindly try and let me know if the issue resolved.


Yes I did.


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Author
  • Superhero (Customer)
  • 1265 replies
  • September 30, 2021

HI @Link ,

 

I am really sorry. Unfortunately the given information is not enough to provide an explanation.

As per the above call stack this is a general one, cannot get specific information as the error stack shows an exception has been occurred when executing your SQL statement.


But I haven’t other error messages.


Chamika Dilhani
Hero (Former Employee)
Forum|alt.badge.img+9
  • Hero (Former Employee)
  • 99 replies
  • September 30, 2021

Hi @Link ,

 

This error occurs when the SQL statement in your event action is wrong. Thus, kindly check if you have passed parameters properly.

 

Hope this helps.


Forum|alt.badge.img+1
  • Do Gooder
  • 2 replies
  • October 1, 2021

A common error to occur while using Oracle is the ORA-06502 error message. This is an error that results from a mistake in the arithmetic or the numeric value executed in a statement. ... For instance, say you successfully completed a procedure but when going to execute it the ORA-06502 error message springs up.


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Author
  • Superhero (Customer)
  • 1265 replies
  • October 1, 2021

A common error to occur while using Oracle is the ORA-06502 error message. This is an error that results from a mistake in the arithmetic or the numeric value executed in a statement. ... For instance, say you successfully completed a procedure but when going to execute it the ORA-06502 error message springs up.


Thank you. I could run it in PLSQL developer but not in IFS. Then I’ve changed the code.


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Author
  • Superhero (Customer)
  • 1265 replies
  • October 1, 2021

Hi @Link ,

 

This error occurs when the SQL statement in your event action is wrong. Thus, kindly check if you have passed parameters properly.

 

Hope this helps.

 

Yes, thank you. The issue is solved.

 


Forum|alt.badge.img+1
  • Do Gooder
  • 2 replies
  • October 4, 2021

A common error to occur whiling Oracle is the ORA-06502 error message. This is an error that results from a mistake in the arithmetic or the numeric value executed in a statement. ... For instance, say you successfully completed a procedure but when going to execute it the ORA-06502 error message springs up.

Thanks  For Sharing...MCDVOICE