DBA Data[Home] [Help]

APPS.OKC_LSQ_PVT dependencies on OKC_SUBCLASSES_B

Line 185: from okc_subclasses_b

181:
182: -- Cursor to make sure the category is a valid one
183: cursor c (p_scs_code okc_k_seq_lines.scs_code%TYPE) is
184: select 'x'
185: from okc_subclasses_b
186: where code = p_scs_code;
187:
188: l_dummy Varchar2(1);
189: l_row_notfound Boolean := False;