DBA Data[Home] [Help]

APPS.GHR_CREATE_PTNL_LIFE_EVENTS dependencies on BEN_LER_F

Line 76: from ben_ler_f ler

72: -- Cursor to get the ler_id for a given ler_name as identified in the procedure below
73:
74: Cursor c_ler_id is
75: select ler.ler_id
76: from ben_ler_f ler
77: where ler.business_group_id = l_business_group_id
78: and upper(ler.name) = upper(l_life_event) ;
79:
80: -- This name comparision could be replaced by the ler_short_code comparision once available.