DBA Data[Home] [Help]

APPS.BEN_PPS_LER dependencies on BEN_PER_INFO_CHG_CS_LER_F

Line 27: from ben_per_info_chg_cs_ler_f psl

23: and ler.effective_end_date
24: and ( l_status = 'I' or ler.typ_cd in ('COMP','GSP','ABS','CHECKLIST') )
25: and ((exists
26: (select 1
27: from ben_per_info_chg_cs_ler_f psl
28: , ben_ler_per_info_cs_ler_f lpl
29: where source_table = 'PER_PERIODS_OF_SERVICE'
30: and psl.per_info_chg_cs_ler_id = lpl.per_info_chg_cs_ler_id
31: and lpl.business_group_id = psl.business_group_id

Line 57: from ben_ler_per_info_cs_ler_f lpl, ben_per_info_chg_cs_ler_f psl

53: order by ler.ler_id;
54:
55: cursor get_ler_col(p_ler_id IN NUMBER) is
56: 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
57: from ben_ler_per_info_cs_ler_f lpl, ben_per_info_chg_cs_ler_f psl
58: where lpl.ler_id = p_ler_id and
59: lpl.business_group_id = p_new.business_group_id
60: and lpl.business_group_id = psl.business_group_id
61: and l_session_date between psl.effective_start_date