DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY dependencies on BEN_LOCATION_OBJECT

Line 860: ben_location_object.get_object

856: elsif l_vrfy_fmly_mmbr_rl is not null then
857: --
858: if l_ass_rec.location_id is not null then
859: --
860: ben_location_object.get_object
861: (p_location_id => l_ass_rec.location_id
862: ,p_rec => l_loc_rec);
863: --
864: end if;

Line 1123: ben_location_object.get_object

1119: end if;
1120: --
1121: if l_ass_rec.location_id is not null then
1122: --
1123: ben_location_object.get_object
1124: (p_location_id => l_ass_rec.location_id
1125: ,p_rec => l_loc_rec);
1126: --
1127: end if;