DBA Data[Home] [Help]

APPS.OKC_K_ARTICLE_PVT dependencies on OKC_SECTIONS_PUB

Line 197: l_sccv_rec okc_sections_pub.sccv_rec_type;

193: p_catv_rec IN catv_rec_type) is
194: l_dummy varchar2(1);
195:
196: l_scc_id okc_section_contents.id%TYPE;
197: l_sccv_rec okc_sections_pub.sccv_rec_type;
198:
199:
200: cursor l_cat_csr is
201: select '!'

Line 278: OKC_SECTIONS_PUB.delete_section_content(

274: close section_csr;
275:
276: if l_scc_id IS NOT NULL then
277: l_sccv_rec.id :=l_scc_id;
278: OKC_SECTIONS_PUB.delete_section_content(
279: p_api_version => p_api_version,
280: p_init_msg_list => p_init_msg_list,
281: x_msg_count => x_msg_count,
282: x_msg_data => x_msg_data,