Unable to view the 'INCOMPLETE' PO's from Back end Query
I want to view the incomplete PO's from the back end when I execute the below query why I am unable to view the Incomplete PO's
SELECT segment1, authorization_status
FROM po_headers_all
WHERE authorization_status='INCOMPLETE'
Note: Here under WHERE condition I have executed the query using the 'INCOMPLETE' and 'Incomplete' separately but I am unable to find the Incomplete status PO's.
Can any one help me why I am unable to view the Incomplete PO's and how to view the Incomplete PO's from back end using the query?
Regards,
Raj.