DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on BEN_SVC_AREA_PSTL_ZIP_RNG_F

Line 2038: , ben_svc_area_pstl_zip_rng_f svps

2034: cursor c_prmy_svc_area is
2035: select svc.svc_area_id,
2036: svc.name
2037: from ben_svc_area_f svc
2038: , ben_svc_area_pstl_zip_rng_f svps
2039: , ben_pstl_zip_rng_f pszip
2040: where p_postal_code between nvl(pszip.from_value, p_postal_code)
2041: and nvl(pszip.to_value, p_postal_code)
2042: and pszip.pstl_zip_rng_id = svps.pstl_zip_rng_id