Hi everybody,
I have 2pages:
- Page 30: contain IR, with one link column , which redirects to Page7 like this
SELECT .....,
'f?p='||:APP_ID||':7:'||:APP_SESSION||':::7:P7_CUSTOMER_ID,P7_BRANCH,P7_LASTNAME,P7_FIRSTNAME:'||apex_escape.html(clt.ID_CLIENT)||',30,'
||clt.LN\_CLIENT || ',' ||clt.FN\_CLIENT search\_link

- Page 7: contain details of the client, and i want to show the full name of client in breadcrumb
But when i click on the column link of IR i get error message

The cache is cleared.
Thank you for help in advance.