Missing OOTB Accommodations Template After Xanadu Upgrade**Issue There is a Missing OOTB Accommodations (ER Scope App) template after Xanadu upgrade. We cloned our old environment to a non prod (HRSD) and template is there. When trying to reapply update sets in Xanadu environment missing OOTB template is causing error. ER Scope App plug in's are up to date in all environments.ReleaseIts not related to release or Environment specificCauseThe most probable cause of the problem is orphaned records. An orphan record is a record that has been disconnected from its parent record, causing a broken reference. In this case, the sysID: de11e647ff26201017e447cf793bf1cf on the parent table (sys_template) is causing a duplicate entry error for the primary key.Resolution1. Export the record into XML from the instance where this file is available on child table.2. Replace line#3 action="INSERT_OR_UPDATE" with "DETELE".3. Save the XML file with a new file name.4. Import the XML file, which will cascade delete the orphan record to avoid a duplicate when committing the update set.5. Reimport the original XML file, which will restore the record.Note: To find the root cause for other orphan records, the customer should open a new case, and the platform team will review the cloning process and provide suggestions to avoid this in future cloning cycles.