DBA Data[Home] [Help]

APPS.BEN_CON_LER dependencies on BEN_LER_RLTD_PER_CS_LER_F

Line 64: , ben_ler_rltd_per_cs_ler_f lrp

60: )
61: OR (exists
62: (select 1
63: from ben_rltd_per_chg_cs_ler_f rpc
64: , ben_ler_rltd_per_cs_ler_f lrp
65: where source_table = 'PER_CONTACT_RELATIONSHIPS'
66: and lrp.business_group_id = rpc.business_group_id
67: and lrp.business_group_id = ler.business_group_id
68: and l_session_date between rpc.effective_start_date

Line 91: from ben_ler_rltd_per_cs_ler_f lrp, ben_rltd_per_chg_cs_ler_f rpc

87: and psl.per_info_chg_cs_ler_id = lpl.per_info_chg_cs_ler_id
88: and source_table = 'PER_CONTACT_RELATIONSHIPS'
89: UNION
90: 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
91: from ben_ler_rltd_per_cs_ler_f lrp, ben_rltd_per_chg_cs_ler_f rpc
92: where lrp.ler_id = p_ler_id and
93: lrp.business_group_id = p_new.business_group_id
94: and lrp.business_group_id = rpc.business_group_id
95: and l_session_date between rpc.effective_start_date