If you have Oracle Application Framework set up in Oracle JDeveloper for custom development, you can embed the Personal Worklist as a region in an Oracle Application Framework page. In this way you can provide users access to the worklist from within your own application.
For more information about building and personalizing an Oracle Application Framework page, refer to the Oracle Application Framework Developer's Guide, available from My Oracle Support Knowledge Document 1315485.1.
Create the Oracle Application Framework region definition for the top-level page in which you want to embed the Personal Worklist.
The Personal Worklist and all its subsidiary pages use their own application modules and controllers. However, you must use a separate application module and controller for your top-level page.
Define page features specific to your application, including branding, headers, and footers. The subsidiary pages accessed from the Personal Worklist will have the same features you define here for the top-level page.
Add the Personal Worklist by creating a new region in the page and setting the Extends property to the following value:
/oracle/apps/fnd/wf/worklist/webui/FullWorklistPG.FullWorklistRN
The Personal Worklist code automatically provides a link to let users return from the worklist pages to your application.
To personalize the embedded Personal Worklist region, create a personalization for the top-level page at function level or at responsibility level. For example, you can filter the worklist to display only notifications from item types owned by your application, or use a specialized view to display message attributes specific to your application.