DBA Data[Home] [Help]

APPS.BEN_PPF_LER dependencies on BEN_LER_RLTD_PER_CS_LER_F

Line 47: , ben_ler_rltd_per_cs_ler_f lrp

43: )
44: OR (exists
45: (select 1
46: from ben_rltd_per_chg_cs_ler_f rpc
47: , ben_ler_rltd_per_cs_ler_f lrp
48: where source_table = 'PER_ALL_PEOPLE_F'
49: and lrp.business_group_id = rpc.business_group_id
50: and lrp.business_group_id = ler.business_group_id
51: and l_session_date between rpc.effective_start_date

Line 86: from ben_ler_rltd_per_cs_ler_f lrp

82: select rpc.source_column
83: , rpc.new_val
84: , rpc.old_val
85: , 'R', rpc.rltd_per_chg_cs_ler_rl per_info_chg_cs_ler, rpc.rule_overrides_flag, lrp.chg_mandatory_cd
86: from ben_ler_rltd_per_cs_ler_f lrp
87: , ben_rltd_per_chg_cs_ler_f rpc
88: where lrp.ler_id = p_ler_id
89: and lrp.business_group_id = p_new.business_group_id
90: and lrp.business_group_id = rpc.business_group_id