Copy Configuration Context (via Script)
Aurena Configuration Context Configuration Context is a concept to make the configuration layer more flexible. It makes it possible to develop and provide different configuration versions of the same application object. In other words, configurations can be made and provided for different context. More: Documentation Using following SQL Script you can copy (Duplicate) Configuration context BEGIN ---- FND_MODEL_DESIGN_DATA_TAB INSERT INTO fnd_model_design_data_tab (model_id, scope_id, data_id, artifact, name, line_no, layer_no, reference, visibility, dependencies, schema_version, content)SELECT model_id, '&to_scope_id', data_id, artifact, name, line_no, layer_no, reference, visibility, dependencies, schema_version, contentFROM fnd_model_design_data_tabWHERE layer_no = 90AND scope_id = '&from_scope_id'; ---- FND_NAVIGATOR_ENTRY_TAB INSERT INTO fnd_navigator_entry_tab (entry_name, label, entry_type, entry_command, client_origin, projection, selector, filter, action, context, layer_no, hom