I am trying to pass parameters from One form to another form. The form is called through a shared component list and the list is "Menu pop-up" that activates when a button is pressed. In one of the list, I am calling Application no.39 and assigning P39_CONTRACT_ID to P6_ID. After creating the list the target is f?p=&APP_ID.:39:&SESSION.::&DEBUG.:39:P39_CONTRACT_ID:&P6_ID.:
I am able to see P6_ID in session state from both the applications (39 and 6). Some how, the value in P6_ID is not getting assigned to P39_CONTRACT_ID. I also have added DYNAMIC ACTION to execute a PLSQL with null and "Items to Submit" to P6_ID.
For testing purpose i passed hardcoded value like this f?p=&APP_ID.:39:&SESSION.::&DEBUG.:39:P39_CONTRACT_ID:422: and is working. Counting on experts to help me out please.