SQL - GL Balances for Intercompany
Summary: Can anyone help, I understand with subledger queries I can filter to accounting_class_code = 'INTER', is there any equivalent means of getting ONLY intercompany BALANCES via gl_balances table in general ledger?
Content (required):
Can anyone help, I understand with subledger queries I can filter to accounting_class_code = 'INTER', is there any equivalent means of getting ONLY intercompany BALANCES via gl_balances table in general ledger?
i.e.
select *
from gl_balances glbal
where exists (fill in blank in here please!)
Version (include the version you are using, if applicable):
23B (11.13.23.04.0)
Code Snippet (add any code snippets that support your topic, if applicable):
0