DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on BEN_CMBN_AGE_LOS_FCTR

Line 2667: from ben_cmbn_age_los_fctr cla

2663: --
2664: cursor c_cla_elig1 is
2665: select cla.los_fctr_id ,
2666: cla.age_fctr_id
2667: from ben_cmbn_age_los_fctr cla
2668: where cla.cmbn_age_los_fctr_id = p_cmbn_age_los_fctr_id
2669: and cla.business_group_id = p_business_group_id;
2670: --
2671: l_cla_elig1 c_cla_elig1%rowtype;