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!

Interactive Grid: Cascading LOV wipes out value when parent column refreshed

Wajiha IqbalAug 8 2025

I have an Interactive Grid column SC_NO which is a Popup LOV.
When a value is selected in SC_NO, I have a Dynamic Action that sets values for three other columns: GRE_REC_ID, GRE_REC_SEQ_NO, and COST_ID.

Now, COST_ID is a cascading LOV whose parent columns are GRE_REC_SEQ_NO and GRE_REC_ID.

The issue is: when SC_NO changes, the Dynamic Action refreshes the parent columns (GRE_REC_ID and GRE_REC_SEQ_NO). This triggers the refresh of the COST_ID column, causing its value to be wiped out.

I want to prevent COST_ID from losing its value when its parent columns refresh.
How can I stop this from happening in an Interactive Grid? Is there a way to retain the existing COST_ID value if it is still valid for the new parent values?
@karel-ekema

Comments
Post Details
Added on Aug 8 2025
1 comment
66 views