DBA Data[Home] [Help]

APPS.OKL_AJL_PVT dependencies on OKL_K_LINES

Line 697: FROM okl_k_lines

693: item_not_found_error EXCEPTION;
694:
695: CURSOR okl_tclv_fk_csr (p_id IN NUMBER) IS
696: SELECT '1'
697: FROM okl_k_lines
698: WHERE id = p_id;
699:
700:
701: BEGIN