Problems with purchase order notifications

Perguntas relacionadas a questões técnicas do Oracle EBS. Criação de Concorrentes, Value Sets, Alerts, Forms Personalizations, Configurações, etc
Post Reply
Jadder
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Posts: 1
Joined: Mon, 27 Oct 2008 3:18 pm
Location: são paulo

Good afternoon everyone, I have a problem in the notifications that the user receives when he needs to approve a purchase order. The error mentioned when opening Oracle Explorer is as follows:



I rummaged through the whole package and spread traces for it, but so far I did not discover the problem. Because it is a proc "core" should not give any problems correctly?

Can anyone provide a light at the end of the tunnel?

grateful
User avatar
dr_gori
Moderador
Moderador
Posts: 5024
Joined: Mon, 03 May 2004 3:08 pm
Location: Portland, OR USA
Contact:
Thomas F. G

Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered

I think you have to rummage through what is being passed on the variables.
For this error usually happens when you try to put something in a larger variable than your ability to handle.

Type:

Select all

SQL> declare 
  2    vtemp number(2); 
  3  begin 
  4    vtemp :=1000; 
  5  end; 
  6  / 
declare 
* 
ERROR at line 1: 
ORA-06502: PL/SQL: numeric or value error: number precision too large 
ORA-06512: at line 4 
 
 
SQL> 
Maybe for being there all in Portuguese, have some message that is not fitting in its proper place. I think I would look for it ...
And as you said yourself, this is a core and would not even have a bug like this: - /
adoniasviana
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Posts: 1
Joined: Fri, 17 Apr 2009 3:56 pm
Location: Carapicuiba-SP

Hi !

Although the topic is 2008:

I had the same problem recently, was solved with patch application, I realized that creating the PO with NLS en-BR This problem was occurring in English.

The patch corrected the problem.


Hugs!
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 16 guests