DBA Data[Home] [Help]

APPS.AMS_CLAIM_GRP dependencies on OZF_CLAIMS_ALL

Line 492: FROM ozf_claims_all

488:
489:
490: CURSOR split_claims_info_csr (p_id in number) IS
491: SELECT claim_id, object_version_number, custom_setup_id
492: FROM ozf_claims_all
493: WHERE root_claim_id = p_id
494: AND status_code NOT IN ('CLOSED', 'CANCELLED', 'REJECTED');
495:
496: