DBA Data[Home] [Help]

APPS.OKC_K_ARTICLE_PVT dependencies on OKC_CAT_PVT

Line 22: okc_cat_pvt.add_language;

18: -- Version : 1.0
19: -- End of comments
20: procedure add_language_k_article is
21: begin
22: okc_cat_pvt.add_language;
23: end add_language_k_article;
24:
25: -- Start of comments
26: --

Line 75: okc_cat_pvt.insert_row(p_api_version => p_api_version,

71: l_catv_rec.VARIATION_DESCRIPTION := NULL;
72: l_catv_rec.SAV_SAE_ID := NULL;
73: l_catv_rec.SAV_SAV_RELEASE := NULL;
74: end if;
75: okc_cat_pvt.insert_row(p_api_version => p_api_version,
76: p_init_msg_list => p_init_msg_list,
77: x_msg_count => x_msg_count,
78: x_msg_data => x_msg_data,
79: x_return_status => x_return_status,

Line 113: okc_cat_pvt.lock_row(p_api_version => p_api_version,

109: x_msg_count OUT NOCOPY NUMBER,
110: x_msg_data OUT NOCOPY VARCHAR2,
111: p_catv_rec IN catv_rec_type) is
112: begin
113: okc_cat_pvt.lock_row(p_api_version => p_api_version,
114: p_init_msg_list => p_init_msg_list,
115: x_msg_count => x_msg_count,
116: x_msg_data => x_msg_data,
117: x_return_status => x_return_status,

Line 155: okc_cat_pvt.update_row(p_api_version => p_api_version,

151: l_catv_rec.VARIATION_DESCRIPTION := NULL;
152: l_catv_rec.SAV_SAE_ID := NULL;
153: l_catv_rec.SAV_SAV_RELEASE := NULL;
154: end if;
155: okc_cat_pvt.update_row(p_api_version => p_api_version,
156: p_init_msg_list => p_init_msg_list,
157: x_msg_count => x_msg_count,
158: x_msg_data => x_msg_data,
159: x_return_status => x_return_status,

Line 262: okc_cat_pvt.delete_row(p_api_version => p_api_version,

258: x_return_status := OKC_API.G_RET_STS_SUCCESS;
259: return;
260: end if;
261: --V
262: okc_cat_pvt.delete_row(p_api_version => p_api_version,
263: p_init_msg_list => p_init_msg_list,
264: x_msg_count => x_msg_count,
265: x_msg_data => x_msg_data,
266: x_return_status => x_return_status,

Line 313: okc_cat_pvt.validate_row(p_api_version => p_api_version,

309: x_msg_count OUT NOCOPY NUMBER,
310: x_msg_data OUT NOCOPY VARCHAR2,
311: p_catv_rec IN catv_rec_type) is
312: begin
313: okc_cat_pvt.validate_row(p_api_version => p_api_version,
314: p_init_msg_list => p_init_msg_list,
315: x_msg_count => x_msg_count,
316: x_msg_data => x_msg_data,
317: x_return_status => x_return_status,