Allocation Processing - FT_TREESEL Application Engine, inconsistant.
When reviewing the AE trace, in the area where the "Account" Tree is being processed, I noticed the (FT_TREESEL.Build.iDetVals) (Do When) condition evalutes to true, but buffer
(FT_TSEL_WRK_AET.SELECT_FLAG) is not updated with an 'X', so the FT_TREESEL.Build.iDetVals section is not called. This causes the Account criteria not to be captured and ultimately, no rows are
returned for the Pool data.
Below, I have copied detail from two different trace files. When we use the "ACCT_ALLOCATIONS" tree, the process fails. When use the "ACCT_DEPT_COMBO" tree, the process succeeds. I am not sure