Journal not posted status verified = N
Hi All ,
select count(*) from gl_je_batches
where status_verified = 'N'
AND Status = 'P'
AND DEFAULT_PERIOD_NAME = 'JAN-19'
= 57
How to resolve this deadlock ?
Thanks
AC
0
Hi All ,
select count(*) from gl_je_batches
where status_verified = 'N'
AND Status = 'P'
AND DEFAULT_PERIOD_NAME = 'JAN-19'
= 57
How to resolve this deadlock ?
Thanks
AC