DBA Data[Home] [Help]

APPS.BEN_EXT_ENRT_SPCL dependencies on BEN_PRMRY_CARE_PRVDR_F

Line 312: FROM ben_prmry_care_prvdr_f ppr

308: ,ext_ident
309: ,prmry_care_prvdr_typ_cd
310: ,effective_start_date
311: ,effective_end_date
312: FROM ben_prmry_care_prvdr_f ppr
313: WHERE ppr.elig_cvrd_dpnt_id = p_elig_cvrd_dpnt_id
314: AND p_effective_date between ppr.effective_start_date
315: and ppr.effective_end_date;
316: --