Home » Applications » Oracle Fusion Apps & E-Business Suite » CREATE_PHONE API
icon8.gif  CREATE_PHONE API [message #472982] Wed, 25 August 2010 03:26 Go to next message
johannd
Messages: 2
Registered: August 2010
Location: Johannesburg
Junior Member
I have created a procedure to create a phone number in using the CREATE_PHONE API

HR_PHONE_API.CREATE_PHONE(p_date_from =>sysdate, p_phone_type => 'W1',
p_phone_number => '0113866000',
p_parent_id => a.person_id,
p_effective_date => sysdate,
P_phone_id => l_phone_id,
p_object_version_number => l_object_version_number ) ;

but when I execute the procedure I get the error
"ORA-20001: Value for parent id was not found in parent table.
ORA-06512: at "APPS.HR_PHONE_API", line 273
ORA-06512: at "APPS.NHLS_UPDATE_PERSON", line 72
ORA-06512: at line 5" what is the cause of this error and how to correct it
Re: CREATE_PHONE API [message #472983 is a reply to message #472982] Wed, 25 August 2010 03:28 Go to previous messageGo to next message
Michel Cadot
Messages: 68645
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
ORA-20001

This is a custom error, that is an error programmed in your application code.
This is NOT an Oracle error.
Ask the application developer the reason.

Regards
Michel
Re: CREATE_PHONE API [message #472986 is a reply to message #472982] Wed, 25 August 2010 03:28 Go to previous messageGo to next message
Alien
Messages: 292
Registered: June 1999
Senior Member
Hi,

this is related to Oracle eBS.
You are missing the parent_table parameter.

Regards,

Arian
Re: CREATE_PHONE API [message #472987 is a reply to message #472986] Wed, 25 August 2010 03:34 Go to previous message
johannd
Messages: 2
Registered: August 2010
Location: Johannesburg
Junior Member
Thanks Arian. Error gone.
Previous Topic: Join condition in Fa_distribution_history
Next Topic: How to hide TDS tax code in Invoice Distribution in AP
Goto Forum:
  


Current Time: Wed Apr 24 11:32:54 CDT 2024