DBA Data[Home] [Help]

APPS.BEN_EVALUATE_RATE_PROFILES dependencies on BEN_LER_F

Line 3843: , ben_ler_f ler

3839: --
3840: cursor c_get_dsblity_evt(p_cbr_quald_bnf_id number) is
3841: select null
3842: from ben_cbr_per_in_ler crp
3843: , ben_ler_f ler
3844: , ben_per_in_ler pil
3845: where crp.cbr_quald_bnf_id = p_cbr_quald_bnf_id
3846: and crp.per_in_ler_id = pil.per_in_ler_id
3847: and pil.ler_id = ler.ler_id

Line 3867: ben_ler_f ler

3863: and crp2.business_group_id = pil2.business_group_id);
3864: cursor c_ler is
3865: select null
3866: from
3867: ben_ler_f ler
3868: where
3869: ler.ler_id = p_ler_id
3870: and ler.QUALG_EVT_FLAG = 'Y'
3871: and p_effective_date between