Fetch list of parameters passed between two forms
Dears,
As we know we can call one form from another form by using different syntax like OPEN_FORM, CALL_FORM,FND_FUNCTION.EXECUTE etc. But is it possible to retrieve the values passed as parameter from the called form from the application itself.
E.g. when the user clicks on the Schedule button of Define recurring journal it calls the oracle SRS form within itself by passing some parameters like the recurring_batch_id etc. Is it anyhow possible to determine the value of recurring_batch_id passed as parameter from the application itself. Please take note that in this case the recurring_Batch_id is not a data block element for the SRS form. It will fetches the value from the parameters passed.