DBA Data[Home] [Help]

APPS.OKC_TERMS_MULTIREC_GRP dependencies on OKC_K_ARTICLES_GRP

Line 244: OKC_K_ARTICLES_GRP.create_article(

240: l_amendment_description := NULL;
241: l_print_text_yn := 'N';
242: END IF;
243:
244: OKC_K_ARTICLES_GRP.create_article(
245: p_api_version => 1,
246: p_init_msg_list => FND_API.G_FALSE,
247: p_validation_level => 0,
248: p_mode => p_mode,

Line 293: OKC_K_ARTICLES_GRP.update_article(

289: FND_LOG.STRING(G_PROC_LEVEL,
290: G_PKG_NAME, '120: Updating Display Sequence of cat_id '||scn_child_tbl(k).id );
291: END IF;
292:
293: OKC_K_ARTICLES_GRP.update_article(
294: p_api_version =>1,
295: p_init_msg_list => OKC_API.G_FALSE,
296: x_return_status => x_return_status,
297: x_msg_count => x_msg_count,

Line 587: OKC_K_ARTICLES_GRP.Update_article(

583: IF ( G_PROC_LEVEL >= G_DBG_LEVEL ) THEN
584: FND_LOG.STRING(G_PROC_LEVEL,
585: G_PKG_NAME, '125: Updating Amend Operation Code for cat_id '||p_art_var_tbl(i).cat_id );
586: END IF;
587: OKC_K_ARTICLES_GRP.Update_article(
588: p_api_version => 1,
589: p_init_msg_list => FND_API.G_FALSE,
590: p_validation_level => 0,
591: p_mode => p_mode,

Line 833: OKC_K_ARTICLES_GRP.Update_article(

829: END IF;
830:
831: IF p_structure_tbl(i).type = 'ARTICLE' THEN
832:
833: OKC_K_ARTICLES_GRP.Update_article(
834: p_api_version => 1,
835: p_init_msg_list => FND_API.G_FALSE,
836: p_validation_level => 0,
837: x_msg_count => x_msg_count,

Line 1320: OKC_K_ARTICLES_GRP.delete_article(

1316: EXIT WHEN l_check_existing_csr%NOTFOUND;
1317: -- since we are deleting articles from expert, renumber
1318: l_renumber_flag :='Y';
1319:
1320: OKC_K_ARTICLES_GRP.delete_article(
1321: p_api_version => l_api_version,
1322: p_init_msg_list => FND_API.G_FALSE,
1323: p_validate_commit => FND_API.G_FALSE,
1324: p_validation_string => Null,

Line 1588: OKC_K_ARTICLES_GRP.create_article(

1584: l_art_seq := l_max_sec_seq;
1585: END IF;
1586: --END:Bug#5160892
1587:
1588: OKC_K_ARTICLES_GRP.create_article(
1589: p_api_version => l_api_version,
1590: p_init_msg_list => FND_API.G_FALSE,
1591: p_commit => FND_API.G_FALSE,
1592: x_return_status => x_return_status,

Line 1659: OKC_K_ARTICLES_GRP.update_article(

1655: ELSE
1656: l_disp_seq := 10;
1657: l_section_id:=articles_order_art_num.scn_id;
1658: END IF;
1659: OKC_K_ARTICLES_GRP.update_article(
1660: p_api_version =>1,
1661: p_init_msg_list => OKC_API.G_FALSE,
1662: x_return_status => x_return_status,
1663: x_msg_count => l_msg_count,

Line 2080: OKC_K_ARTICLES_GRP.update_article(

2076: FETCH l_check_version INTO l_article_id,l_dummy;
2077: CLOSE l_check_version;
2078:
2079: IF l_dummy <>'?' THEN
2080: OKC_K_ARTICLES_GRP.update_article(
2081: p_api_version =>1,
2082: p_init_msg_list => OKC_API.G_FALSE,
2083: x_return_status => x_return_status,
2084: x_msg_count => x_msg_count,

Line 2576: OKC_K_ARTICLES_GRP.update_article(

2572: RAISE FND_API.G_EXC_ERROR ;
2573: END IF;
2574: l_ref_sequence := l_ref_sequence+10;
2575:
2576: OKC_K_ARTICLES_GRP.update_article(
2577: p_api_version =>1,
2578: p_init_msg_list => OKC_API.G_FALSE,
2579: x_return_status => x_return_status,
2580: x_msg_count => x_msg_count,

Line 2657: OKC_K_ARTICLES_GRP.update_article(

2653: FND_LOG.STRING(G_PROC_LEVEL,
2654: G_PKG_NAME, '800: Updating Display Sequence of cat_id '||scn_child_tbl(k).id );
2655: END IF;
2656:
2657: OKC_K_ARTICLES_GRP.update_article(
2658: p_api_version =>1,
2659: p_init_msg_list => OKC_API.G_FALSE,
2660: x_return_status => x_return_status,
2661: x_msg_count => x_msg_count,

Line 3375: OKC_K_ARTICLES_GRP.update_article(

3371: ELSE
3372: l_disp_seq := 10;
3373: l_section_id:=cont_art_tbl(i).scn_id;
3374: END IF;
3375: OKC_K_ARTICLES_GRP.update_article(
3376: p_api_version =>1,
3377: p_init_msg_list => OKC_API.G_FALSE,
3378: x_return_status => x_return_status,
3379: x_msg_count => x_msg_count,