DBA Data[Home] [Help]

APPS.OKC_SECTIONS_PUB dependencies on OKC_SECTIONS_PUB

Line 1: PACKAGE BODY OKC_SECTIONS_PUB AS

1: PACKAGE BODY OKC_SECTIONS_PUB AS
2: /* $Header: OKCPSCNB.pls 120.0 2005/05/25 22:34:55 appldev noship $ */
3: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
4:
5: g_api_type CONSTANT VARCHAR2(4) := '_PUB';

Line 162: OKC_SECTIONS_PUB.create_section(

158: If (p_scnv_tbl.COUNT > 0) Then
159: i := p_scnv_tbl.FIRST;
160: LOOP
161: -- call procedure in public API for a record
162: OKC_SECTIONS_PUB.create_section(
163: p_api_version => p_api_version,
164: p_init_msg_list => p_init_msg_list,
165: x_return_status => x_return_status,
166: x_msg_count => x_msg_count,

Line 378: OKC_SECTIONS_PUB.update_section(

374: If (p_scnv_tbl.COUNT > 0) Then
375: i := p_scnv_tbl.FIRST;
376: LOOP
377: -- call procedure in complex API
378: OKC_SECTIONS_PUB.update_section(
379: p_api_version => p_api_version,
380: p_init_msg_list => p_init_msg_list,
381: x_return_status => x_return_status,
382: x_msg_count => x_msg_count,

Line 588: OKC_SECTIONS_PUB.delete_section(

584: If (p_scnv_tbl.COUNT > 0) Then
585: i := p_scnv_tbl.FIRST;
586: LOOP
587: -- call procedure in complex API
588: OKC_SECTIONS_PUB.delete_section(
589: p_api_version => p_api_version,
590: p_init_msg_list => p_init_msg_list,
591: x_return_status => x_return_status,
592: x_msg_count => x_msg_count,

Line 797: OKC_SECTIONS_PUB.lock_section(

793: If (p_scnv_tbl.COUNT > 0) Then
794: i := p_scnv_tbl.FIRST;
795: LOOP
796: -- call procedure in complex API
797: OKC_SECTIONS_PUB.lock_section(
798: p_api_version => p_api_version,
799: p_init_msg_list => p_init_msg_list,
800: x_return_status => x_return_status,
801: x_msg_count => x_msg_count,

Line 1006: OKC_SECTIONS_PUB.validate_section(

1002: If (p_scnv_tbl.COUNT > 0) Then
1003: i := p_scnv_tbl.FIRST;
1004: LOOP
1005: -- call procedure in complex API
1006: OKC_SECTIONS_PUB.validate_section(
1007: p_api_version => p_api_version,
1008: p_init_msg_list => p_init_msg_list,
1009: x_return_status => x_return_status,
1010: x_msg_count => x_msg_count,

Line 1221: OKC_SECTIONS_PUB.create_section_content(

1217: If (p_sccv_tbl.COUNT > 0) Then
1218: i := p_sccv_tbl.FIRST;
1219: LOOP
1220: -- call procedure in public API for a record
1221: OKC_SECTIONS_PUB.create_section_content(
1222: p_api_version => p_api_version,
1223: p_init_msg_list => p_init_msg_list,
1224: x_return_status => x_return_status,
1225: x_msg_count => x_msg_count,

Line 1437: OKC_SECTIONS_PUB.update_section_content(

1433: If (p_sccv_tbl.COUNT > 0) Then
1434: i := p_sccv_tbl.FIRST;
1435: LOOP
1436: -- call procedure in complex API
1437: OKC_SECTIONS_PUB.update_section_content(
1438: p_api_version => p_api_version,
1439: p_init_msg_list => p_init_msg_list,
1440: x_return_status => x_return_status,
1441: x_msg_count => x_msg_count,

Line 1647: OKC_SECTIONS_PUB.delete_section_content(

1643: If (p_sccv_tbl.COUNT > 0) Then
1644: i := p_sccv_tbl.FIRST;
1645: LOOP
1646: -- call procedure in complex API
1647: OKC_SECTIONS_PUB.delete_section_content(
1648: p_api_version => p_api_version,
1649: p_init_msg_list => p_init_msg_list,
1650: x_return_status => x_return_status,
1651: x_msg_count => x_msg_count,

Line 1856: OKC_SECTIONS_PUB.lock_section_content(

1852: If (p_sccv_tbl.COUNT > 0) Then
1853: i := p_sccv_tbl.FIRST;
1854: LOOP
1855: -- call procedure in complex API
1856: OKC_SECTIONS_PUB.lock_section_content(
1857: p_api_version => p_api_version,
1858: p_init_msg_list => p_init_msg_list,
1859: x_return_status => x_return_status,
1860: x_msg_count => x_msg_count,

Line 2065: OKC_SECTIONS_PUB.validate_section_content(

2061: If (p_sccv_tbl.COUNT > 0) Then
2062: i := p_sccv_tbl.FIRST;
2063: LOOP
2064: -- call procedure in complex API
2065: OKC_SECTIONS_PUB.validate_section_content(
2066: p_api_version => p_api_version,
2067: p_init_msg_list => p_init_msg_list,
2068: x_return_status => x_return_status,
2069: x_msg_count => x_msg_count,

Line 2137: END OKC_SECTIONS_PUB;

2133: OKC_SECTIONS_PVT.add_language;
2134:
2135: END add_language;
2136:
2137: END OKC_SECTIONS_PUB;