AR data not moving to GL
we have a lot of transactions form AR that are stuck in the XLA tables with transfer to gl staus flag as N.
we were able to transfer a few of AR invoices to GL .
I am not sure what is stopping remaining enteries to clear out.
We have the correct set up as the the query below returned Y
select SUBMIT_TRANSFER_TO_GL_FLAG
from XLA_SUBLEDGER_OPTIONS_V
where application_id = '&application_id'
and ledger_id = '&ledger_id';
Can some help us through this ?