Hi,
Under Oracle, I want to affect the new value of an item P24_DRH type LOV to another element P24_MAIL_DRH.
I followed the solution given here by @fac586 : https://forums.oracle.com/ords/apexds/post/set-popup-lov-value-to-another-item-3624
This my DA :

But the modal page that appears now is blank, and a javascript error is indicated in the browser : "Uncaught TypeError: "P24_DRH".getValue is not a function".
There is a calculation on the item P24_MAIL_DRH :
select EMAIL FROM AD_BENEVOLE WHERE ID = :P24_DRH;
Perhaps the problem comes from there ?
Best regards.