DBA Data[Home] [Help]

APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_K_ARTICLE_PUB

Line 1578: OKC_DEBUG.log('300 : calling OKC_K_ARTICLE_PUB.create_k_article ',2);

1574: l_catv_rec.chr_id := p_chr_id;
1575: l_catv_rec.cle_id := p_cle_id;
1576:
1577: IF (l_debug = 'Y') THEN
1578: OKC_DEBUG.log('300 : calling OKC_K_ARTICLE_PUB.create_k_article ',2);
1579: END IF;
1580: OKC_K_ARTICLE_PUB.create_k_article(
1581: p_api_version => p_api_version,
1582: p_init_msg_list => p_init_msg_list,

Line 1580: OKC_K_ARTICLE_PUB.create_k_article(

1576:
1577: IF (l_debug = 'Y') THEN
1578: OKC_DEBUG.log('300 : calling OKC_K_ARTICLE_PUB.create_k_article ',2);
1579: END IF;
1580: OKC_K_ARTICLE_PUB.create_k_article(
1581: p_api_version => p_api_version,
1582: p_init_msg_list => p_init_msg_list,
1583: x_return_status => l_return_status,
1584: x_msg_count => x_msg_count,

Line 1611: OKC_K_ARTICLE_PUB.create_article_translation(

1607: l_atnv_rec.rul_id := l_new_rul_id;
1608: l_atnv_rec.cat_id := x_catv_rec.id;
1609: l_atnv_rec.dnz_chr_id := x_catv_rec.dnz_chr_id;
1610:
1611: OKC_K_ARTICLE_PUB.create_article_translation(
1612: p_api_version => p_api_version,
1613: p_init_msg_list => p_init_msg_list,
1614: x_return_status => l_return_status,
1615: x_msg_count => x_msg_count,

Line 6754: x_catv_rec := OKC_K_ARTICLE_PUB.Get_Rec(

6750: RETURN VARCHAR2 IS
6751: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
6752: l_no_data_found BOOLEAN := TRUE;
6753: BEGIN
6754: x_catv_rec := OKC_K_ARTICLE_PUB.Get_Rec(
6755: p_id => p_cat_id,
6756: p_major_version => G_FROM_VERSION_NUMBER,
6757: x_no_data_found => l_no_data_found
6758: );