DBA Data[Home] [Help]

APPS.BEN_ECD_LER dependencies on BEN_LER_RLTD_PER_CS_LER_F

Line 56: , ben_ler_rltd_per_cs_ler_f lrp

52: )
53: OR (exists
54: (select 1
55: from ben_rltd_per_chg_cs_ler_f rpc
56: , ben_ler_rltd_per_cs_ler_f lrp
57: where source_table = 'BEN_ELIG_CVRD_DPNT_F'
58: and lrp.business_group_id = rpc.business_group_id
59: and lrp.business_group_id = ler.business_group_id
60: and l_session_date between rpc.effective_start_date

Line 81: from ben_ler_rltd_per_cs_ler_f lrp, ben_rltd_per_chg_cs_ler_f rpc

77: and psl.per_info_chg_cs_ler_id = lpl.per_info_chg_cs_ler_id
78: and source_table = 'BEN_ELIG_CVRD_DPNT_F'
79: UNION
80: select rpc.source_column, rpc.new_val, rpc.old_val, 'R', rpc.rltd_per_chg_cs_ler_rl per_info_chg_cs_ler, rpc.rule_overrides_flag, lrp.chg_mandatory_cd
81: from ben_ler_rltd_per_cs_ler_f lrp, ben_rltd_per_chg_cs_ler_f rpc
82: where lrp.ler_id = p_ler_id and
83: lrp.business_group_id = p_new.business_group_id
84: and lrp.business_group_id = rpc.business_group_id
85: and l_session_date between rpc.effective_start_date