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!

Possible a bug from cascade select list

bsalvadorJan 15 2014 — edited Jan 16 2014

Hi people,

I created a dynamic action "onChange" in a page item called "P5_COD". Always "P5_COD" value changes, it executes PL/SQL code above to populate page items with data from database:

select

   PERIOD,

   BEGIN_DATE,

   FINISH_DATE

into

  :P5_PERIOD,

  :P5_BEGIN_DATE,

  :P5_FINISH_DATE

FROM ...

BEGIN_DATE and FINISH_DATE are "select list" page items. They are "Cascading LOV Parent Item(s)" from PERIOD (select list too).

The problem is: The "onChange" dynamic action doesn´t work to load BEGIN_DATE and FINISH_DATE page items.  BEGIN_DATE and FINISH_DATE load default data and not data from database.

Any idea?

Thanks,

Bsalvador

This post has been answered by Nicolette on Jan 16 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2014
Added on Jan 15 2014
2 comments
262 views