Hello,
I am trying to close a document (Inventory Transfer Request) which is approved.

However, I keep getting an error that it is awaiting approval status even though we double checked its approval status through multiple means.
Cannot close documents awaiting approval [Message 3622-8]
We have a couple of documents that receive this same error message when trying to close Inventory Transfer Request (OWTQ). I noticed all these documents fall under this query condition. How can we go about closing these documents?
select t0."DocEntry", t0."DocNum", t0."DocDate", T1.*from OWTQ t0inner join owdd t1 on t1."ObjType"=1250000001 and t0."draftKey"=t1."DraftEntry"and t1."DocEntry" is null