[Home] [Help]
216:
217: -- l_activity_product_id NUMBER;
218: -- Cursor to get the sequence for utilization_id
219: CURSOR c_utilization_seq IS
220: SELECT ozf_funds_utilized_s.NEXTVAL
221: FROM DUAL;
222:
223: -- Cursor to validate the uniqueness of the utilization_id
224: CURSOR c_utilization_count (cv_utilization_id IN NUMBER) IS