Home > Application Builder Concepts > Understanding URL Syntax > Calling a Page Using an App...
Previous |
Next |
Application and page aliases must consist of valid Oracle identifiers, cannot contain any whitespace, and are not case-sensitive. The following example calls a page using an application and a page alias from within an application. It runs the page home
of the application myapp
and uses the current session ID.
f?p=myapp:home:&APP_SESSION.
Application aliases must be unique within a workspace. If an application in a different workspace has the same application alias, use the &c
argument to specify the workspace name. For example:
f?p=common_alias:home:&APP_SESSION.&c=WORKSPACE_A