Tuesday, January 21, 2014
A Similar Solution,
Doc ID: 429990.1 How to Submit a Concurrent Request Using a Self-Service Page

------Add function FNDCPSRSSSWA ( Schedule Requests ) to menu.
A Similar Solution, Directly Calling the report from 11i Self Service Menu

Doc ID: 334847.1 How to add a report to a 11i Self Service Menu
------Create a custom function using FNDCPPROGRAMPAGE
One More Way, To Submit Active Users using a button,

We can add a button(Create a New Item) to a any page using personalization and call FNDCPPROGRAMPAGE,

Destination URI: OA.jsp?akRegionCode=FNDCPPROGRAMPAGE&akRegionApplicationId=0&programApplName=FND&programName=FNDSCURS

Prompt: Active Users Report
Target Frame: _blank


If you want to hide schedule, print, notify pages, then add below to url
&parameterRegion=Hide
&programRegion=Hide
&scheduleRegion=Hide
&notifyRegion=Hide
&printRegion=Hide

Furthur it can be elaborated using,
744832.1 Oracle Application Framework Developer’s Guide Release 12.1.1

Page 283, Adding Request Monitoring to Your Product
---
OA.jsp?akRegionCode=FNDCPPROGRAMPAGE&akRegionApplicationId=0&programApplName=FND&programName=FNDSCURS&scheduleRegion=Hide&notifyRegion=Hide&printRegion=Hide&programRegion=Hide

0 comments: