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 807: OKC_TERMS_SECTIONS_GRP.update_section(

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

Line 1529: OKC_TERMS_SECTIONS_GRP.create_section(

1525: FND_LOG.STRING(G_PROC_LEVEL,
1526: G_PKG_NAME, '700: Going to create section '|| l_article_rec.scn_code );
1527: END IF;
1528:
1529: OKC_TERMS_SECTIONS_GRP.create_section(
1530: p_api_version => l_api_version,
1531: p_init_msg_list => FND_API.G_FALSE,
1532: p_commit => FND_API.G_FALSE,
1533: x_return_status => x_return_status,

Line 2606: OKC_TERMS_SECTIONS_GRP.update_section(

2602: G_PKG_NAME, '700: Updating Display Sequence of scn_id '||p_organize_tbl(i).id );
2603: END IF;
2604:
2605: l_ref_sequence := l_ref_sequence+10;
2606: OKC_TERMS_SECTIONS_GRP.update_section(
2607: p_api_version =>1,
2608: p_init_msg_list => OKC_API.G_FALSE,
2609: x_return_status => x_return_status,
2610: x_msg_count => x_msg_count,

Line 2685: OKC_TERMS_SECTIONS_GRP.update_section(

2681: FND_LOG.STRING(G_PROC_LEVEL,
2682: G_PKG_NAME, '900: Updating Display Sequence of scn_id '||scn_child_tbl(k).id );
2683: END IF;
2684:
2685: OKC_TERMS_SECTIONS_GRP.update_section(
2686: p_api_version =>1,
2687: p_init_msg_list => OKC_API.G_FALSE,
2688: x_return_status => x_return_status,
2689: x_msg_count => x_msg_count,