110: --
111: -- Call formula initialise routine
112: --
113: if p_person_id is not null then
114: ben_person_object.get_object(p_person_id => p_person_id,
115: p_rec => l_ass_rec);
116: end if;
117: --
118: if p_person_id is not null and l_ass_rec.assignment_id is null then
116: end if;
117: --
118: if p_person_id is not null and l_ass_rec.assignment_id is null then
119: --
120: ben_person_object.get_benass_object(p_person_id => p_person_id,
121: p_rec => l_ass_rec);
122: --
123: end if;
124: --