676: fstg.Collection_Status
677: FROM POA_EDW_PO_DIST_FSTG fstg,
678: po_distributions_all pod,
679: po_headers_all poh,
680: gl_sets_of_books gsob
681: WHERE (fstg.COLLECTION_STATUS = 'RATE NOT AVAILABLE' OR
682: fstg.COLLECTION_STATUS = 'INVALID CURRENCY')
683: AND fstg.DESTRIBUTION_ID = pod.po_distribution_id
684: AND fstg.PO_HEADER_ID = poh.po_header_id