DBA Data[Home] [Help]

APPS.OKL_AJL_PVT dependencies on OKL_STRM_TYPE_B

Line 618: FROM Okl_Strm_Type_b

614: item_not_found_error EXCEPTION;
615:
616: CURSOR okl_tclv_fk_csr (p_id IN NUMBER) IS
617: SELECT '1'
618: FROM Okl_Strm_Type_b
619: WHERE id = p_id;
620:
621:
622: BEGIN