This is a line in the region source for a dashboard
apex_util.prepare_url( 'f?p='||:APP_ID||':4:'||:APP_SESSION||':::4,RIR:IRGTE_ORDER_DATE:'||:P1_THIS_MONTH ) as url
There is a button on the region which set the value for :IRGTE_ORDER_DATE as shown in the image
The value for :P1_THIS_MONTH is to_char(sysdate ,'MM')||'01'||to_char(sysdate ,'YYYY'), as this is a packaged application i wanted to know what is IRGTE_ORDER_DATE in the source code above.
I cant see any item on page 4 with that name.
Thanks Rakesh