DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY2 dependencies on BEN_PERSON_OBJECT

Line 774: ben_person_object.get_object(p_person_id => p_person_id,

770: --
771: -- Get the date from calling a fast formula rule
772: --
773: --
774: ben_person_object.get_object(p_person_id => p_person_id,
775: p_rec => l_ass_rec);
776: if l_ass_rec.assignment_id is null then
777: ben_person_object.get_benass_object(p_person_id => p_person_id,
778: p_rec => l_ass_rec);

Line 777: ben_person_object.get_benass_object(p_person_id => p_person_id,

773: --
774: ben_person_object.get_object(p_person_id => p_person_id,
775: p_rec => l_ass_rec);
776: if l_ass_rec.assignment_id is null then
777: ben_person_object.get_benass_object(p_person_id => p_person_id,
778: p_rec => l_ass_rec);
779: end if;
780: if l_ass_rec.location_id is not null then
781: ben_location_object.get_object(p_location_id => l_ass_rec.location_id,

Line 985: ben_person_object.get_object(p_person_id => p_person_id,

981: -- Get the date from calling a fast formula rule
982: --
983: -- Rule = Participation Eligibility End Date (-83)
984: --
985: ben_person_object.get_object(p_person_id => p_person_id,
986: p_rec => l_ass_rec);
987: if l_ass_rec.assignment_id is null then
988: ben_person_object.get_benass_object(p_person_id => p_person_id,
989: p_rec => l_ass_rec);

Line 988: ben_person_object.get_benass_object(p_person_id => p_person_id,

984: --
985: ben_person_object.get_object(p_person_id => p_person_id,
986: p_rec => l_ass_rec);
987: if l_ass_rec.assignment_id is null then
988: ben_person_object.get_benass_object(p_person_id => p_person_id,
989: p_rec => l_ass_rec);
990: end if;
991: if l_ass_rec.location_id is not null then
992: ben_location_object.get_object(p_location_id => l_ass_rec.location_id,