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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle Apex: Region source(apex_util.prepare_url)

Rakesh119Dec 10 2019 — edited Dec 10 2019

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

Capture.PNG

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

This post has been answered by fac586 on Dec 10 2019
Jump to Answer
Comments
Post Details
Added on Dec 10 2019
2 comments
298 views