File name Truncation when URL launched from oracle Forms
We are picking the url from a environment variable and the further suffixing with the required name and launching the url using “ web.show_document “. The syntax used is as show below.
tool_env.getvar('FORMS60_MAPPING',v_url)
v_url := v_url ||'perf_data/';