Hi,
Under , I try to regenerate the region “Projets de la Mission” of a modal page 6 calling a modal page p.17 when the modal page 17 is closed.
The “Projets de la mission” region is a classic report :
select ID,
TITRE, DESCRIPTION, MISSION, DATE_DEBUT, DATE_FIN,
PROJET_TERMINE "Etat du Projet"
from AD_GESTION_PROJET where MISSION = :P6_ID order by DATE_DEBUT DESC

I tried this : https://forums.oracle.com/ords/apexds/post/modal-page-parent-region-not-regenerated-after-closing-or-c-3907

But here it does not work.
Best regards.