DBA Data[Home] [Help]

APPS.OKC_NUMBER_SCHEME_GRP dependencies on OKC_K_ARTICLES_GRP

Line 1088: okc_debug.log('180: Calling OKC_K_ARTICLES_GRP.update_article', 2);

1084: END IF;
1085: ELSIF l_structure_tbl(k).type ='ARTICLE' THEN
1086:
1087: /*IF (l_debug = 'Y') THEN
1088: okc_debug.log('180: Calling OKC_K_ARTICLES_GRP.update_article', 2);
1089: okc_debug.log('180: l_structure_tbl(k).id : '||l_structure_tbl(k).id, 2);
1090: okc_debug.log('180: l_structure_tbl(k).label : '||l_structure_tbl(k).label, 2);
1091: END IF;*/
1092:

Line 1095: G_PKG_NAME, '180: Calling OKC_K_ARTICLES_GRP.update_article');

1091: END IF;*/
1092:
1093: IF ( G_PROC_LEVEL >= G_DBG_LEVEL ) THEN
1094: FND_LOG.STRING(G_PROC_LEVEL,
1095: G_PKG_NAME, '180: Calling OKC_K_ARTICLES_GRP.update_article');
1096: FND_LOG.STRING(G_PROC_LEVEL,
1097: G_PKG_NAME, '180: l_structure_tbl(k).id : '||l_structure_tbl(k).id);
1098: FND_LOG.STRING(G_PROC_LEVEL,
1099: G_PKG_NAME, '180: l_structure_tbl(k).label : '||l_structure_tbl(k).label);

Line 1102: OKC_K_ARTICLES_GRP.update_article(

1098: FND_LOG.STRING(G_PROC_LEVEL,
1099: G_PKG_NAME, '180: l_structure_tbl(k).label : '||l_structure_tbl(k).label);
1100: END IF;
1101:
1102: OKC_K_ARTICLES_GRP.update_article(
1103: p_api_version => 1,
1104: p_init_msg_list => FND_API.G_FALSE,
1105: p_mode => 'NORMAL',
1106: x_return_status => x_return_status,

Line 1135: OKC_K_ARTICLES_GRP.update_article(

1131: /******* Not needed as all the labels are being updated in the begining itself
1132: IF l_number_article_yn <>'Y' THEN
1133: -- if any articles are already numbered, make label to null
1134: FOR cr in l_get_art_csr LOOP
1135: OKC_K_ARTICLES_GRP.update_article(
1136: p_api_version => 1,
1137: p_init_msg_list => FND_API.G_FALSE,
1138: p_mode => 'NORMAL',
1139: x_return_status => x_return_status,