[Home] [Help]
133:
134: -- l_activity_product_id NUMBER;
135: -- Cursor to get the sequence for utilization_id
136: CURSOR c_utilization_seq IS
137: SELECT ozf_funds_utilized_s.NEXTVAL
138: FROM DUAL;
139:
140: -- Cursor to validate the uniqueness of the utilization_id
141: CURSOR c_utilization_count (cv_utilization_id IN NUMBER) IS