DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on BEN_SVC_AREA_PSTL_ZIP_RNG_F

Line 3831: from ben_svc_area_pstl_zip_rng_f rng

3827: select zip.from_value, zip.to_value
3828: from ben_pstl_zip_rng_f zip
3829: where zip.pstl_zip_rng_id in (
3830: select pstl_zip_rng_id
3831: from ben_svc_area_pstl_zip_rng_f rng
3832: where rng.SVC_AREA_ID = p_svc_area_id
3833: and p_effective_date between rng.effective_start_date
3834: and rng.effective_end_date)
3835: and length(p_zip_code) >= length(zip.from_value)