DBA Data[Home] [Help]

APPS.OKL_AM_UTIL_PVT dependencies on OKL_STRM_TYPE_B

Line 722: FROM okl_strm_type_b s

718:
719: -- Cursor to get the sty_id for the code passed
720: CURSOR l_sty_id_csr (cp_sty_code IN VARCHAR2) IS
721: SELECT id
722: FROM okl_strm_type_b s
723: WHERE s.code = cp_sty_code;
724:
725: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
726: l_sty_id NUMBER := NULL;