I have two workspace in oracle apex. Each has application with aplication id 115 and 116. Each application has different schema. I want to copy a page from one workspace to another workspace . I had done this before by changing the workspace id in the line
wwv_flow_api.set_security_group_id(p_security_group_id=>1849003232797416);
of my exported page. But now when I opened the exported page in wordpad to replace the workspace id, the line wwv_flow_api.set_security_group_id(p_security_group_id=>1849003232797416); is not present in the exported page. what might be the problem?