59: --
60: -- Modified cursor definition Bug 2559439
61: cursor pgsel is
62: select pod.position_definition_id
63: from per_positions pod
64: where name = p_name
65: and exists (select 'x'
66: from per_position_definitions ppd
67: where ppd.position_definition_id = pod.position_definition_id