DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY dependencies on BEN_LOCATION_OBJECT

Line 835: ben_location_object.get_object

831: elsif l_vrfy_fmly_mmbr_rl is not null then
832: --
833: if l_ass_rec.location_id is not null then
834: --
835: ben_location_object.get_object
836: (p_location_id => l_ass_rec.location_id
837: ,p_rec => l_loc_rec);
838: --
839: end if;

Line 1098: ben_location_object.get_object

1094: end if;
1095: --
1096: if l_ass_rec.location_id is not null then
1097: --
1098: ben_location_object.get_object
1099: (p_location_id => l_ass_rec.location_id
1100: ,p_rec => l_loc_rec);
1101: --
1102: end if;