DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on BEN_SVC_AREA_PSTL_ZIP_RNG_F

Line 3842: from ben_svc_area_pstl_zip_rng_f rng

3838: select zip.from_value, zip.to_value
3839: from ben_pstl_zip_rng_f zip
3840: where zip.pstl_zip_rng_id in (
3841: select pstl_zip_rng_id
3842: from ben_svc_area_pstl_zip_rng_f rng
3843: where rng.SVC_AREA_ID = p_svc_area_id
3844: and p_effective_date between rng.effective_start_date
3845: and rng.effective_end_date)
3846: and length(p_zip_code) >= length(zip.from_value)