DBA Data[Home] [Help]

APPS.OKL_SGT_PVT dependencies on OKL_STRM_TYPE_B

Line 514: FROM okl_strm_type_b

510: WHERE object_code = p_jtot_obj_code;
511:
512: CURSOR stream_type_csr (p_stream_type_id IN NUMBER) IS
513: SELECT stream_type_class
514: FROM okl_strm_type_b
515: WHERE id = p_stream_type_id;
516:
517: l_row_not_found BOOLEAN := FALSE;
518: l_select_id VARCHAR2(200);