DBA Data[Home] [Help]

APPS.PER_CHECKLIST_EVENTS dependencies on BEN_PER_ASG_ELIG

Line 367: -- if not a concurrent request ben code BEN_PER_ASG_ELIG

363: hr_utility.set_location('In the first loop',20);
364: end if;
365:
366: --
367: -- if not a concurrent request ben code BEN_PER_ASG_ELIG
368: -- lines are intializing so deferring in that case
369:
370: if x_cur.eligibility_object_id is not null and fnd_global.conc_request_id not in (0,-1) then
371: ben_env_object.init

Line 381: if x_cur.eligibility_object_id is null or ben_per_asg_elig.Eligible(p_person_id,

377: p_benefit_action_id => null,
378: p_effective_date=> p_date);
379: end if;
380: --
381: if x_cur.eligibility_object_id is null or ben_per_asg_elig.Eligible(p_person_id,
382: p_assignment_id,
383: x_cur.eligibility_object_id,
384: p_date,
385: x_cur.business_group_id,