Dear Friends,
I am calling Modal Dialog on button click. I pass "Product_Id" as parameter. First time when I open form, it retrieves correct result. Second time when Dialog Form opens, it displays old ‘Product_Id’. I have used Clear Cache while calling the form, but still facing issue. Kindly help.
First time Product_Id was ‘3’ and data was fetched for it. Now on selecting Product_Id ‘2’, modal dialog still shows old id i.e. ‘3’.

P3_PRODUCT_ID is Primary Key fields. Parameter value is assigned to it and region populates data.
