DBA Data[Home] [Help]

APPS.HR_PERF_MGMT_PLAN_INTERNAL dependencies on BEN_PER_ASG_ELIG

Line 3967: l_check_elig:= ben_per_asg_elig.eligible(g_qual_pop_tbl(l_qual_pop_index).person_id

3963: op(l_proc||g_qual_obj_tbl(l_qual_obj_index).elig_obj_id, g_DEBUG_LOG, 222);
3964: op(l_proc, g_DEBUG_LOG, 222);
3965: END IF;
3966: --
3967: l_check_elig:= ben_per_asg_elig.eligible(g_qual_pop_tbl(l_qual_pop_index).person_id
3968: ,g_qual_pop_tbl(l_qual_pop_index).assignment_id
3969: ,g_qual_obj_tbl(l_qual_obj_index).elig_obj_id
3970: ,l_obj_date
3971: ,g_qual_pop_tbl(l_qual_pop_index).business_group_id);

Line 4138: l_check_elig:= ben_per_asg_elig.eligible(g_qual_pop_tbl(l_qual_pop_index).person_id

4134: op(l_proc||g_qual_obj_tbl(l_qual_obj_index).elig_obj_id, g_DEBUG_LOG, 222);
4135: op(l_proc, g_DEBUG_LOG, 222);
4136: END IF;
4137: --
4138: l_check_elig:= ben_per_asg_elig.eligible(g_qual_pop_tbl(l_qual_pop_index).person_id
4139: ,g_qual_pop_tbl(l_qual_pop_index).assignment_id
4140: ,g_qual_obj_tbl(l_qual_obj_index).elig_obj_id
4141: ,l_obj_date
4142: ,g_qual_pop_tbl(l_qual_pop_index).business_group_id);

Line 5663: ben_per_asg_elig.eligible(g_qual_pop_tbl(l_qual_pop_index).person_id

5659: p_effective_date => l_obj_date);
5660: --
5661: --
5662: l_check_elig:=
5663: ben_per_asg_elig.eligible(g_qual_pop_tbl(l_qual_pop_index).person_id
5664: ,g_qual_pop_tbl(l_qual_pop_index).assignment_id
5665: ,g_qual_obj_tbl(l_qual_obj_index).elig_obj_id
5666: ,l_obj_date
5667: ,g_qual_pop_tbl(l_qual_pop_index).business_group_id);

Line 6318: l_check_elig:= ben_per_asg_elig.eligible(l_sc_rec.person_id

6314: p_benefit_action_id => null,
6315: p_effective_date => l_obj_date);
6316: --
6317: --
6318: l_check_elig:= ben_per_asg_elig.eligible(l_sc_rec.person_id
6319: ,l_sc_rec.assignment_id
6320: ,g_qual_obj_tbl(l_qual_obj_index).elig_obj_id
6321: ,l_obj_date
6322: ,l_sc_rec.business_group_id);