Eligible claims are not being picked by the Claim settlement fetcher. It is already interfaced for p
I have run the query
SELECT claim_id, claim_number, object_version_number, claim_class, amount_remaining, amount_settled, source_object_id, payment_method
FROM ozf_claims_all WHERE status_code = 'PENDING_CLOSE'
AND ( payment_method = 'CREDIT_MEMO'
OR payment_method = 'DEBIT_MEMO')
AND payment_status = 'INTERFACED'
and can see the claim that i want to be picked up.
But in the log, i see the Claim is not mentioned at all.
Reason ?