DBA Data[Home] [Help]

APPS.BEN_EXT_DPNT dependencies on BEN_PRMRY_CARE_PRVDR_F

Line 256: FROM ben_prmry_care_prvdr_f ppr

252: ,ext_ident
253: ,prmry_care_prvdr_typ_cd
254: ,effective_start_date
255: ,effective_end_date
256: FROM ben_prmry_care_prvdr_f ppr
257: WHERE ppr.elig_cvrd_dpnt_id = p_elig_cvrd_dpnt_id
258: AND p_effective_date between ppr.effective_start_date
259: and ppr.effective_end_date;
260: --