298:
299:
300: CURSOR get_header_proj IS
301: SELECT project_id
302: from oke_k_headers
303: where k_header_id = l_header_id;
304:
305: BEGIN
306:
453:
454:
455: CURSOR get_header_proj IS
456: SELECT project_id
457: from oke_k_headers
458: where k_header_id = l_header_id;
459:
460: l_project_id_from NUMBER; /* the parent project */
461: l_task_id_from NUMBER; /* the parent task if any */