DBA Data[Home] [Help]

APPS.OZF_CLAIM_PUB dependencies on OZF_CLAIM_STTLMNT_METHODS_ALL

Line 3257: FROM ozf_claim_sttlmnt_methods_all csm,ozf_claims_all c

3253: GROUP BY reversal_flag;
3254:
3255: CURSOR taxfor_csr (p_claim_id IN NUMBER)IS
3256: SELECT tax_for
3257: FROM ozf_claim_sttlmnt_methods_all csm,ozf_claims_all c
3258: WHERE csm.settlement_method = c.payment_method
3259: AND c.claim_id =p_claim_id
3260: AND csm.org_id = c.org_id;
3261: