dynamic query
1.
set_block_property('DIVIEW_SALESES', default_where, 'query statement');
example :
set_block_property('DIVIEW_SALESES', default_where, 'sls_status='||''''||'A'||''''||' and to_char(sls_date,'||''''||'mm/yyyy'||''''||')='||''''||:tool.REF_DATE||'''');
Done!