1054: NVL(p_calledFrom,'X') <> 'FINAL_VALIDATION') THEN
1055: BEGIN
1056: select 'x'
1057: into dummy 1058: from per_people_f 1059: where person_id = p_personId
1060: and l_effDate between effective_start_date and effective_end_date;
1061: --
1062: dummy := null;