Getting the error ORA-20001: HR_51855_QUA_CCY_INV when creating the pay element.
Select * From Fnd_New_Messages
where message_name='HR_51855_QUA_CCY_INV'
This currency code is invalid as it does not exist in the fnd_currencies table.
I have verified the Currency and its enabled. And checked the API parameters and all..The error message is not clear to debug. Finally set the p_effective_date => '01-JAN-1951' from SYSDATE then its working.
Select * From Fnd_New_Messages
where message_name='HR_51855_QUA_CCY_INV'
This currency code is invalid as it does not exist in the fnd_currencies table.
I have verified the Currency and its enabled. And checked the API parameters and all..The error message is not clear to debug. Finally set the p_effective_date => '01-JAN-1951' from SYSDATE then its working.
No comments:
Post a Comment