DBA Data[Home] [Help]

APPS.OZF_CLAIM_TYPE_PVT dependencies on DUAL

Line 45: FROM DUAL;

41:
42: -- Cursor to get the sequence for claim_type_id
43: CURSOR c_claim_seq IS
44: SELECT ozf_claim_types_all_b_s.NEXTVAL
45: FROM DUAL;
46:
47: -- Cursor to validate the uniqueness of the claim_type_id
48: CURSOR c_claim_count(cv_claim_type_id IN NUMBER) IS
49: SELECT 'ANYTHING'