This stored proc / query identifies the allocations which are not matching.
Query:
Verify Allocations
select * from postgl --TO CHANGE TO RIGHT QUERY!
Step-by-step guide
- Create Stored Proc
- Execute the stored proc.
Related articles
This stored proc / query identifies the allocations which are not matching.
select * from postgl --TO CHANGE TO RIGHT QUERY!