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