111:
112: CURSOR CSR_ORG
113: IS
114: select null
115: from sys.dual
116: where exists(select null
117: from ota_events
118: where organization_id = p_organization_id)
119: or exists(select null
176:
177: CURSOR CSR_PER
178: IS
179: select null
180: from sys.dual
181: where exists(select null
182: from ota_activity_versions
183: where controlling_person_id = p_person_id)
184: or exists(select null