Hello Team,
I have a Tree structure as below and clicking on each node will open a separate page in same application.

But the page as multiple Tabs as like this. How do i redirect to correct Tab in this Page? For example when i click on 5 Years membership Retention it should land on 5 Years Tab instead of 10 or 15 years. Is there any option for this or should I pass any parameters to the below code?
when link_type = 'B'
then apex_util.prepare_url('f?p='||:APP_ID||':15:'||:APP_SESSION)

Appreciate your suggestions!
Thanks!