DBA Data[Home] [Help]

APPS.PER_CTK_UPD dependencies on BEN_ELIGY_PRFL_F

Line 204: ben_eligy_prfl_f

200: cursor c_elig_prfl_dates(cur_p_elig_prfl_id number) is
201: select
202: effective_start_date,object_version_number
203: FROM
204: ben_eligy_prfl_f
205: WHERE
206: trunc(sysdate) between effective_start_date and effective_end_date
207: AND stat_cd = 'A'
208: AND bnft_cagr_prtn_cd = 'CHKLIST'