DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_PSTL_ZIP_RNG_F

Line 6964: from ben_pstl_zip_rng_f rzr

6960: l_pstl_zip_rng_name varchar2(200):= null;
6961:
6962: cursor c_pstl_zip_rng_name is
6963: select rzr.from_value ||' - '||rzr.to_value
6964: from ben_pstl_zip_rng_f rzr
6965: where rzr.pstl_zip_rng_id = p_pstl_zip_rng_id
6966: and p_effective_date between rzr.effective_start_date
6967: and rzr.effective_end_date;
6968: