DBA Data[Home] [Help]

APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_RESALE_BATCHES

Line 5805: FROM ozf_resale_batches

5801: SELECT partner_cust_account_id
5802: , partner_id
5803: , currency_code
5804: , partner_claim_number
5805: FROM ozf_resale_batches
5806: WHERE resale_batch_id = cv_batch_id;
5807:
5808: -- bug # 7453430 fixed by ateotia(+)
5809: /*CURSOR csr_batch_request(cv_batch_id IN NUMBER, cv_partner_id IN NUMBER) IS