Home » Applications » Oracle Fusion Apps & E-Business Suite » Oracle HR error codes
Oracle HR error codes [message #175091] Wed, 31 May 2006 13:40 Go to next message
annagel
Messages: 220
Registered: April 2006
Senior Member
Sorry if this sounds like a stupid question because trust me it sounds to me like something I woudl consider a stupid question. Does anyone know of a resource I can use to find the meanings of the internal Oracle HRMS API error codes? I have tried googling, and metalink for the error codes, but in every case both source has returned no helpful results. The error code I am dealing with in this case is as follows:

ORA-200001:HR_50001-EMP_ASS_NO_GRE:

thanks for any help. Really wish something that seems so simple would be easier to find information on.

Andrew
Re: Oracle HR error codes [message #175120 is a reply to message #175091] Wed, 31 May 2006 17:12 Go to previous messageGo to next message
agostino_neto
Messages: 180
Registered: July 2005
Senior Member
Find source codes.
I am not working with Oracle HRMS but I suppose (EMP=employee, ASS=assign, GRE=GRE Organization Structure) ORA-200001:HR_50001-EMP_ASS_NO_GRE mean you did not assign your employee to Government Reporting Entity
Re: Oracle HR error codes [message #175337 is a reply to message #175091] Thu, 01 June 2006 16:14 Go to previous messageGo to next message
Art Metzer
Messages: 2480
Registered: December 2002
Senior Member
SELECT * 
FROM   apps.fnd_new_messages
WHERE  message_name = 'HR_50001_EMP_ASS_NO_GRE'
/
;
Re: Oracle HR error codes [message #175490 is a reply to message #175337] Fri, 02 June 2006 08:41 Go to previous messageGo to next message
agostino_neto
Messages: 180
Registered: July 2005
Senior Member
Thanks Art.
I didn't thought that code was recorded in fnd_new_messages.
Re: Oracle HR error codes [message #175492 is a reply to message #175490] Fri, 02 June 2006 08:49 Go to previous message
annagel
Messages: 220
Registered: April 2006
Senior Member
Thanks both of you...Figured out what I was doing wrong. I just had no idea what a GRE was until it was pointed out, and the existance of a table containing all the error codes WITH DESCRIPTIONS will be a huge help in the future.

Andrew
Previous Topic: Problem with opening Oracle Purchasing forms
Next Topic: serial number in service contract
Goto Forum:
  


Current Time: Fri Apr 19 16:52:43 CDT 2024