Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Return value displayed instead of Display value on an item type LOV

Christian Pitet.Nov 27 2025

Hi,

Under Oracle APEX 24.2.10, I try to pass an item value from p.6 to page p.17 on application 108. When I click on the button “CRER UN PROJET POUR CETTE MISSION” it goes to the p. 17 “Projet”. The p. 17 has an itemP17_MISSION type LOV. It is populated with the P6_ID of the mission on page 6.

The LOV p. 17 is based on this select :

select ap.id as "R",  p.titre_mission as "D"
from ad_gestion_projet ap
join ad_projet         p
  on ap.id = p.id;

But instead of displaying the display value “D”, it display the return value “R” of the request.

Best regards.

This post has been answered by Christian Pitet. on Dec 2 2025
Jump to Answer
Comments
Post Details
Added on Nov 27 2025
8 comments
398 views