For more information, please refer to this announcement explaining best practices for getting answers to questions.
Default value of DFF segment using SQL
Content
I need to default of a segment based on another segment of the same DFF using SQL. I have used the following query:
Select :{SEGMENT.ExecutionTargetManager.value} from dual.
However I am getting the following error:
The bind variable :{SEGMENT.ExecutionTargetManager.value} does not refer to a prior, enabled global segment or value set. (FND-2540)
In application 10097, descriptive flexfield HRG_GOALS, and global segment Manager Achievement, the bind variable :{SEGMENT.ExecutionTargetManager.value} in SQL default value Select :{SEGMENT.ExecutionTargetManager.value} from dual must refer to a prior, enabled global segment or value set.
Can anybody help me in this regard?