296: pose1.organization_id_parent
297: START WITH pose1.organization_id_parent = p_top_org_id
298: UNION
299: SELECT p_top_org_id
300: from dual
301: );
302:
303:
304: --