The Global Policy link is tied to a standard menu and not self-service menu. due to the standard menu definition, this link will never open a new browser window.
The coding for Global Policy link is using the AK format and not using new MDS (personalization)
format; which is why the link is not queryable using OA Personalizations in the OAFooter.xml.
To implement the solution, please execute the following steps:
1. Right click the Global Policy Link to open new in new window
Or
2. Code your Global Policy page to call open.window, for example:
destination=http://www.oracle.com/html/index.html?privacy.html
To:
destination=”javascript:void window.open(‘http://www.oracle.com/html/index.html?privacy.html’);”
Thanks – Shiv