Oracle AME: Can I reference an AME attribute in the dynamic sql of another AME attribute?
Hi, I need to configure some constant values that I want to reference by custom attributes. I'm hoping I can configure those constant values in a static AME attribute which I can then reference by a dynamic AME attribute.
I was using :<attribute name> but this failed with:
Ensure that the query for a dynamic attribute does not contain bind variables other than :transactionId.
Simplified example of what I'm hoping to do:
Create custom static attribute to hold number 750000 called XX_GL_THRESHOLD
Create custom dynamic attribute that returns Boolean and returns 'true' if Journal Batch Total > XX_GL_THRESHOLD