DBA Data[Home] [Help]

APPS.OZF_CLAIM_PVT dependencies on OZF_RESALE_BATCHES_ALL

Line 3806: ozf_resale_batches_all orb

3802: --orb.batch_type
3803: orb.batch_type, orb.report_date
3804: -- Bug#9670818(-)
3805: FROM
3806: ozf_resale_batches_all orb
3807: WHERE
3808: orb.resale_batch_id = p_resale_batch_id;
3809: --Bug# 7319828 fixed by ateotia(-)
3810:

Line 6277: ozf_resale_batches_all orb

6273: CURSOR csr_batch_type (cv_resale_batch_id IN NUMBER) IS
6274: SELECT
6275: orb.batch_type
6276: FROM
6277: ozf_resale_batches_all orb
6278: WHERE
6279: orb.resale_batch_id = cv_resale_batch_id;
6280:
6281: CURSOR csr_claim_old_rec (cv_claim_id IN NUMBER) IS