ozf_claim_pub.update_claim
Hi All,
While using ozf_claim_pub.update_claim to settle deduction with Previous Open Credit, Status is going for Pending approval instead of Closed .
Please help me to sort out this issue.
fnd_file.put_line (fnd_file.LOG, '========= Start Update Claim =========');
lv_claim_pub_rec.claim_id := cur_claim_rec.claim_id;
lv_claim_pub_rec.object_version_number := cur_claim_rec.object_version_number;
lv_claim_pub_rec.payment_method := cur_claim_rec.settlement_method;
lv_claim_pub_rec.payment_reference_number := lv_transaction_no;
lv_claim_pub_rec.custom_setup_id := 150;
lv_claim_pub_rec.payment_reference_id := lv_transaction_id;
0