When attempting to create an updateset in a scoped Application, it is getting created in the 'global' instead of the scoped ApplicationSummaryWhen attempting to create an update set in a scoped application, it is getting created in the 'global' instead of the scoped Application Steps to reproduce - 1.Create an Application with the option [create from global] 2. Select the created Application in Application Picker 3. Navigate to Local update set and create new 4. By default, when a scoped Application is selected, update set will be created in the scoped Application. However, here the updateset is created in the global scope. 5.As the scope of this Application is global while creating the Application, chosen the option - "create from global", the scope of the application in the sys_scope table is showing as global 6. When Created this Application by choosing the option [start from global]. Then the scope of that Application is global. As a result, when creating an update set, it is picking the scope of the Application - "Global" from the sys_scope table