DBA Data[Home] [Help]

APPS.OKL_EVE_PVT dependencies on OKL_FE_EO_TERMS_ALL_B

Line 123: FROM okl_fe_eo_terms_all_b

119: ,p_eve_rec IN okl_eve_rec) IS
120:
121: CURSOR pos_exists_csr IS
122: SELECT 'x'
123: FROM okl_fe_eo_terms_all_b
124: WHERE end_of_term_id = p_eve_rec.end_of_term_id;
125: l_dummy_var VARCHAR2(1) := '?';
126:
127: BEGIN