DBA Data[Home] [Help]

APPS.BEN_DET_WAIT_PERD_CMPLTN dependencies on BEN_COMP_OBJECT

Line 367: ben_comp_object.get_object(p_oipl_id => p_oipl_id,

363: --
364: -- Use the rule to determine the waiting period date from.
365: --
366: if p_oipl_id is not null then
367: ben_comp_object.get_object(p_oipl_id => p_oipl_id,
368: p_rec => l_oipl_rec);
369: end if;
370: --
371: -- Initialize the fast formula to return l_date_from

Line 374: ben_comp_object.get_object(p_pl_id => p_pl_id,

370: --
371: -- Initialize the fast formula to return l_date_from
372: --
373: if p_pl_id is not null then
374: ben_comp_object.get_object(p_pl_id => p_pl_id,
375: p_rec => l_pln_rec);
376: end if;
377:
378: ben_person_object.get_object(p_person_id => p_person_id,

Line 736: ben_comp_object.get_object(p_oipl_id => p_oipl_id,

732: --
733: -- Use the rule to determine the waiting period date from.
734: --
735: if p_oipl_id is not null then
736: ben_comp_object.get_object(p_oipl_id => p_oipl_id,
737: p_rec => l_oipl_rec);
738: end if;
739: if p_pl_id is not null then
740: ben_comp_object.get_object(p_pl_id => p_pl_id,

Line 740: ben_comp_object.get_object(p_pl_id => p_pl_id,

736: ben_comp_object.get_object(p_oipl_id => p_oipl_id,
737: p_rec => l_oipl_rec);
738: end if;
739: if p_pl_id is not null then
740: ben_comp_object.get_object(p_pl_id => p_pl_id,
741: p_rec => l_pln_rec);
742: end if;
743: ben_person_object.get_object(p_person_id => p_person_id,
744: p_rec => l_ass_rec);