DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_PERSON_OBJECT

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

4528: --
4529: -- Call formula initialise routine
4530: --
4531: if p_person_id is not null then
4532: ben_person_object.get_object(p_person_id => p_person_id,
4533: p_rec => l_ass_rec);
4534: end if;
4535: --
4536: if p_person_id is not null and l_ass_rec.assignment_id is null then

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

4534: end if;
4535: --
4536: if p_person_id is not null and l_ass_rec.assignment_id is null then
4537: --
4538: ben_person_object.get_benass_object(p_person_id => p_person_id,
4539: p_rec => l_ass_rec);
4540: --
4541: end if;
4542: --