DBA Data[Home] [Help]

APPS.BEN_ECD_LER dependencies on BEN_PER_INFO_CHG_CS_LER_F

Line 41: from ben_per_info_chg_cs_ler_f psl

37: and ler.effective_end_date -- For Bug 3299709
38: and ( l_status = 'I' or ler.typ_cd in ('COMP','GSP','ABS','CHECKLIST') )
39: and ((exists
40: (select 1
41: from ben_per_info_chg_cs_ler_f psl
42: , ben_ler_per_info_cs_ler_f lpl
43: where source_table = 'BEN_ELIG_CVRD_DPNT_F'
44: and psl.per_info_chg_cs_ler_id = lpl.per_info_chg_cs_ler_id
45: and lpl.business_group_id = psl.business_group_id

Line 71: from ben_ler_per_info_cs_ler_f lpl, ben_per_info_chg_cs_ler_f psl

67: order by ler.ler_id;
68: --
69: cursor get_ler_col(p_ler_id NUMBER) is
70: select psl.source_column, psl.new_val, psl.old_val, 'P', psl.per_info_chg_cs_ler_rl, psl.rule_overrides_flag, lpl.chg_mandatory_cd
71: from ben_ler_per_info_cs_ler_f lpl, ben_per_info_chg_cs_ler_f psl
72: where lpl.ler_id = p_ler_id and
73: lpl.business_group_id = p_new.business_group_id
74: and lpl.business_group_id = psl.business_group_id
75: and l_session_date between psl.effective_start_date