DBA Data[Home] [Help]

APPS.BEN_ELP_BUS dependencies on BEN_ELIG_OBJ_ELIG_PROFL_F

Line 368: from BEN_ELIG_OBJ_ELIG_PROFL_F eoep

364: --
365: Cursor c_eoep_exists
366: is
367: select 1
368: from BEN_ELIG_OBJ_ELIG_PROFL_F eoep
369: where eoep.elig_prfl_id=p_eligy_prfl_id
370: and p_validation_start_date <= effective_end_date
371: and p_validation_end_date >= effective_start_date;
372: --