DBA Data[Home] [Help]

APPS.OKL_QAB_PVT dependencies on OKL_STRM_TYPE_B

Line 676: FROM OKL_STRM_TYPE_B sty

672: -- select the ID of the parent record from the parent
673: -- rmunjulu
674: CURSOR okl_sty_csr (p_sty_id IN NUMBER) IS
675: SELECT 'x'
676: FROM OKL_STRM_TYPE_B sty
677: WHERE sty.id = p_sty_id;
678:
679: -- rmunjulu
680: l_val VARCHAR2(3);