DBA Data[Home] [Help]

APPS.OKC_TERMS_MULTIREC_GRP dependencies on OKC_TERMS_SECTIONS_GRP

Line 321: OKC_TERMS_SECTIONS_GRP.update_section(

317: FND_LOG.STRING(G_PROC_LEVEL,
318: G_PKG_NAME, '1000: Updating Display Sequence of scn_id '||scn_child_tbl(k).id );
319: END IF;
320:
321: OKC_TERMS_SECTIONS_GRP.update_section(
322: p_api_version =>1,
323: p_init_msg_list => OKC_API.G_FALSE,
324: x_return_status => x_return_status,
325: x_msg_count => x_msg_count,

Line 805: OKC_TERMS_SECTIONS_GRP.update_section(

801: FOR i IN p_structure_tbl.FIRST..p_structure_tbl.LAST LOOP
802:
803: IF p_structure_tbl(i).type = 'SECTION' THEN
804:
805: OKC_TERMS_SECTIONS_GRP.update_section(
806: p_api_version => 1,
807: p_init_msg_list => FND_API.G_FALSE,
808: x_msg_count => x_msg_count,
809: x_msg_data => x_msg_data,

Line 1486: OKC_TERMS_SECTIONS_GRP.create_section(

1482: FND_LOG.STRING(G_PROC_LEVEL,
1483: G_PKG_NAME, '700: Going to create section '|| l_article_rec.scn_code );
1484: END IF;
1485:
1486: OKC_TERMS_SECTIONS_GRP.create_section(
1487: p_api_version => l_api_version,
1488: p_init_msg_list => FND_API.G_FALSE,
1489: p_commit => FND_API.G_FALSE,
1490: x_return_status => x_return_status,

Line 2493: OKC_TERMS_SECTIONS_GRP.update_section(

2489: G_PKG_NAME, '700: Updating Display Sequence of scn_id '||p_organize_tbl(i).id );
2490: END IF;
2491:
2492: l_ref_sequence := l_ref_sequence+10;
2493: OKC_TERMS_SECTIONS_GRP.update_section(
2494: p_api_version =>1,
2495: p_init_msg_list => OKC_API.G_FALSE,
2496: x_return_status => x_return_status,
2497: x_msg_count => x_msg_count,

Line 2572: OKC_TERMS_SECTIONS_GRP.update_section(

2568: FND_LOG.STRING(G_PROC_LEVEL,
2569: G_PKG_NAME, '900: Updating Display Sequence of scn_id '||scn_child_tbl(k).id );
2570: END IF;
2571:
2572: OKC_TERMS_SECTIONS_GRP.update_section(
2573: p_api_version =>1,
2574: p_init_msg_list => OKC_API.G_FALSE,
2575: x_return_status => x_return_status,
2576: x_msg_count => x_msg_count,