DBA Data[Home] [Help]

APPS.OKC_TERMS_VERSION_PVT dependencies on OKC_K_ARTICLES_PVT

Line 139: Okc_K_Articles_Pvt.Delete_Set(

135:
136: --------------------------------------------
137: -- Delete articles
138: --------------------------------------------
139: Okc_K_Articles_Pvt.Delete_Set(
140: x_return_status => x_return_status,
141: p_scn_id => cr.id
142: );
143: --------------------------------------------

Line 196: Okc_k_articles_pvt.delete_row(

192:
193: --------------------------------------------
194: -- Delete article
195: --------------------------------------------
196: Okc_k_articles_pvt.delete_row(
197: x_return_status => x_return_status,
198: p_id => cr.id,
199: p_object_version_number => cr.object_version_number
200: );

Line 227: Okc_k_articles_pvt.Update_Row(

223: ELSE
224: --------------------------------------------
225: -- Update article
226: --------------------------------------------
227: Okc_k_articles_pvt.Update_Row(
228: x_return_status => x_return_status,
229: p_id => cr.id,
230: p_amendment_operation_code => G_MISS_CHAR,
231: p_change_nonstd_yn => cr.change_nonstd_yn,

Line 280: Okc_K_Articles_Pvt.Delete_Set(

276:
277: --------------------------------------------
278: -- Delete articles
279: --------------------------------------------
280: Okc_K_Articles_Pvt.Delete_Set(
281: x_return_status => x_return_status,
282: p_scn_id => cr.id
283: );
284: --------------------------------------------

Line 312: Okc_K_Articles_Pvt.Delete_Row(

308: FOR cr in l_del_cat_crs LOOP
309: --------------------------------------------
310: -- Delete article
311: --------------------------------------------
312: Okc_K_Articles_Pvt.Delete_Row(
313: x_return_status => x_return_status,
314: p_id => cr.id,
315: p_object_version_number => cr.object_version_number
316: );

Line 368: Okc_K_Articles_Pvt.Update_Row(

364: into l_change_nonstd from dual;
365: --------------------------------------------
366: -- Update article
367: --------------------------------------------
368: Okc_K_Articles_Pvt.Update_Row(
369: x_return_status => x_return_status,
370: p_id => cr.id,
371: p_amendment_operation_code => G_MISS_CHAR,
372: p_change_nonstd_yn => l_change_nonstd,

Line 551: x_return_status := OKC_K_ARTICLES_PVT.Create_Version(

547: FND_LOG.STRING(G_PROC_LEVEL,
548: G_PKG_NAME, '100: Call Create_Version for articles' );
549: END IF;
550:
551: x_return_status := OKC_K_ARTICLES_PVT.Create_Version(
552: p_doc_type => p_doc_type,
553: p_doc_id => p_doc_id,
554: p_major_version => p_version_number
555: );

Line 636: Okc_K_Articles_Pvt.Delete_Set(

632:
633: --------------------------------------------
634: -- Delete articles
635: --------------------------------------------
636: Okc_K_Articles_Pvt.Delete_Set(
637: x_return_status => x_return_status,
638: p_scn_id => cr.id
639: );
640: --------------------------------------------

Line 668: Okc_K_Articles_Pvt.Delete_Row(

664: FOR cr in l_del_cat_crs LOOP
665: --------------------------------------------
666: -- Delete article
667: --------------------------------------------
668: Okc_K_Articles_Pvt.Delete_Row(
669: x_return_status => x_return_status,
670: p_id => cr.id,
671: p_object_version_number => cr.object_version_number
672: );

Line 722: Okc_K_Articles_Pvt.Update_Row(

718: into l_change_nonstd from dual;
719: --------------------------------------------
720: -- Update article
721: --------------------------------------------
722: Okc_K_Articles_Pvt.Update_Row(
723: x_return_status => x_return_status,
724: p_id => cr.id,
725: p_amendment_operation_code => G_MISS_CHAR,
726: p_change_nonstd_yn => l_change_nonstd,

Line 841: x_return_status := OKC_K_ARTICLES_PVT.Restore_Version(

837: FND_LOG.STRING(G_PROC_LEVEL,
838: G_PKG_NAME, '100: Call Restore_Version for articles');
839: END IF;
840:
841: x_return_status := OKC_K_ARTICLES_PVT.Restore_Version(
842: p_doc_type => p_doc_type,
843: p_doc_id => p_doc_id,
844: p_major_version => p_version_number
845: );

Line 1025: x_return_status := OKC_K_ARTICLES_PVT.Delete_Version(

1021: IF ( G_PROC_LEVEL >= G_DBG_LEVEL ) THEN
1022: FND_LOG.STRING(G_PROC_LEVEL,
1023: G_PKG_NAME, '100: Call Delete_Version for articles');
1024: END IF;
1025: x_return_status := OKC_K_ARTICLES_PVT.Delete_Version(
1026: p_doc_type => p_doc_type,
1027: p_doc_id => p_doc_id,
1028: p_major_version => p_version_number
1029: );