DBA Data[Home] [Help]

APPS.OKC_CA_UTIL_PVT dependencies on OKC_CA_DOCUMENTS_GT

Line 199: delete okc_ca_documents_gt

195: end;
196:
197: procedure remove_results( p_search_id in number) as
198: begin
199: delete okc_ca_documents_gt
200: where srch_id = p_search_id;
201: exception when others then null;
202: end;
203: