DBA Data[Home] [Help]

APPS.PER_CHECKLIST_EVENTS dependencies on BEN_PER_ASG_ELIG

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

392: hr_utility.set_location('In the first loop',20);
393: end if;
394:
395: --
396: -- if not a concurrent request ben code BEN_PER_ASG_ELIG
397: -- lines are intializing so deferring in that case
398:
399: if x_cur.eligibility_object_id is not null and fnd_global.conc_request_id not in (0,-1) then
400: ben_env_object.init

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

406: p_benefit_action_id => null,
407: p_effective_date=> p_date);
408: end if;
409: --
410: if x_cur.eligibility_object_id is null or ben_per_asg_elig.Eligible(p_person_id,
411: p_assignment_id,
412: x_cur.eligibility_object_id,
413: p_date,
414: x_cur.business_group_id,