How can me manage environment related variables like values that should change based on whether its dev or test environment etc. on oracle apex?
I tried using application items set value and get value functions but it appears it only has scope inside an application and cannot be set from the schema. Is there any other way to do this?