DBA Data[Home] [Help]

APPS.OKL_ETO_PVT dependencies on OKL_FE_RESI_CAT_ALL_B

Line 211: FROM okl_fe_resi_cat_all_b

207: ,p_eto_rec IN okl_eto_rec) IS
208:
209: CURSOR rcs_exists_csr IS
210: SELECT 'x'
211: FROM okl_fe_resi_cat_all_b
212: WHERE resi_category_set_id = p_eto_rec.resi_category_set_id;
213: l_dummy_var VARCHAR2(1) := '?';
214:
215: BEGIN