[Home] [Help]
1033: p_personid <> -1) THEN
1034: BEGIN
1035: select 'x'
1036: into dummy
1037: from per_people_f
1038: where person_id = p_personId
1039: and l_effDate between effective_start_date and effective_end_date;
1040: --
1041: dummy := null;