[Home] [Help]
783: --
784: -- Get the date from calling a fast formula rule
785: --
786: --
787: ben_person_object.get_object(p_person_id => p_person_id,
788: p_rec => l_ass_rec);
789: if l_ass_rec.assignment_id is null then
790: ben_person_object.get_benass_object(p_person_id => p_person_id,
791: p_rec => l_ass_rec);
786: --
787: ben_person_object.get_object(p_person_id => p_person_id,
788: p_rec => l_ass_rec);
789: if l_ass_rec.assignment_id is null then
790: ben_person_object.get_benass_object(p_person_id => p_person_id,
791: p_rec => l_ass_rec);
792: end if;
793: if l_ass_rec.location_id is not null then
794: ben_location_object.get_object(p_location_id => l_ass_rec.location_id,
994: -- Get the date from calling a fast formula rule
995: --
996: -- Rule = Participation Eligibility End Date (-83)
997: --
998: ben_person_object.get_object(p_person_id => p_person_id,
999: p_rec => l_ass_rec);
1000: if l_ass_rec.assignment_id is null then
1001: ben_person_object.get_benass_object(p_person_id => p_person_id,
1002: p_rec => l_ass_rec);
997: --
998: ben_person_object.get_object(p_person_id => p_person_id,
999: p_rec => l_ass_rec);
1000: if l_ass_rec.assignment_id is null then
1001: ben_person_object.get_benass_object(p_person_id => p_person_id,
1002: p_rec => l_ass_rec);
1003: end if;
1004: if l_ass_rec.location_id is not null then
1005: ben_location_object.get_object(p_location_id => l_ass_rec.location_id,