DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on BEN_CMBN_AGE_LOS_FCTR

Line 2788: from ben_cmbn_age_los_fctr cla

2784: --
2785: cursor c_cla_elig1 is
2786: select cla.los_fctr_id ,
2787: cla.age_fctr_id
2788: from ben_cmbn_age_los_fctr cla
2789: where cla.cmbn_age_los_fctr_id = p_cmbn_age_los_fctr_id
2790: and cla.business_group_id = p_business_group_id;
2791: --
2792: l_cla_elig1 c_cla_elig1%rowtype;