DBA Data[Home] [Help]

APPS.OKC_XPRT_UTIL_PVT dependencies on STANDARD

Line 970: x_Return_Status, x_Msg_Count, x_Msg_Data : Standard parameters for exception handling.

966: S: Synchronization mode. This mode is passed when the API is called from the Synchronization process for the template rebuild concurrent program
967:
968: U: UI mode: This mode is passed from the 'Question Reorder UI'.
969:
970: x_Return_Status, x_Msg_Count, x_Msg_Data : Standard parameters for exception handling.
971: */
972: BEGIN
973:
974: -- start debug log

Line 1856: -- Standard Start of API savepoint

1852:
1853: x_return_status := G_RET_STS_SUCCESS;
1854:
1855: IF (p_calling_mode = 'PUBLISH' OR p_calling_mode = 'DISABLE' OR p_calling_mode = 'SYNC') THEN
1856: -- Standard Start of API savepoint
1857: SAVEPOINT g_create_prod_publication;
1858: END IF;
1859:
1860: --START: Perf Bug 5032199 Using REF cursor

Line 2295: -- Standard call to check for call compatibility.

2291: END IF;
2292:
2293:
2294: --
2295: -- Standard call to check for call compatibility.
2296: --
2297: IF NOT FND_API.Compatible_API_Call (l_api_version,
2298: p_api_version,
2299: l_api_name,

Line 2627: -- Standard call to check for call compatibility.

2623:
2624: x_return_status := G_RET_STS_SUCCESS;
2625:
2626: --
2627: -- Standard call to check for call compatibility.
2628: --
2629: IF NOT FND_API.Compatible_API_Call (l_api_version,
2630: p_api_version,
2631: l_api_name,

Line 3800: -- Standard call to check for call compatibility.

3796:
3797: END IF;
3798:
3799: --
3800: -- Standard call to check for call compatibility.
3801: --
3802: IF NOT FND_API.Compatible_API_Call (l_api_version,
3803: p_api_version,
3804: l_api_name,

Line 4015: -- Standard call to check for call compatibility.

4011: BEGIN
4012:
4013:
4014: --
4015: -- Standard call to check for call compatibility.
4016: --
4017: IF NOT FND_API.Compatible_API_Call (l_api_version,
4018: p_api_version,
4019: l_api_name,

Line 4274: -- Standard call to check for call compatibility.

4270:
4271: BEGIN
4272:
4273: --
4274: -- Standard call to check for call compatibility.
4275: --
4276: IF NOT FND_API.Compatible_API_Call (l_api_version,
4277: p_api_version,
4278: l_api_name,

Line 4469: -- Standard call to check for call compatibility.

4465: BEGIN
4466:
4467: l_doc_lib := 'D';
4468:
4469: -- Standard call to check for call compatibility.
4470: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
4471: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4472: END IF;
4473: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 6371: -- Standard call to check for call compatibility.

6367: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
6368: END IF;
6369:
6370: --
6371: -- Standard call to check for call compatibility.
6372: --
6373: IF NOT FND_API.Compatible_API_Call (l_api_version,
6374: p_api_version,
6375: l_api_name,

Line 6419: -- Standard call to get message count and if count is 1, get message info.

6415: x_msg_data => x_msg_data
6416: ) ;
6417:
6418:
6419: -- Standard call to get message count and if count is 1, get message info.
6420: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
6421:
6422:
6423: -- end debug log

Line 6643: -- Standard call to check for call compatibility.

6639: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
6640: END IF;
6641:
6642: --
6643: -- Standard call to check for call compatibility.
6644: --
6645: IF NOT FND_API.Compatible_API_Call (l_api_version,
6646: p_api_version,
6647: l_api_name,

Line 6896: -- Standard call to check for call compatibility.

6892:
6893: END IF;
6894:
6895: --
6896: -- Standard call to check for call compatibility.
6897: --
6898: IF NOT FND_API.Compatible_API_Call (l_api_version,
6899: p_api_version,
6900: l_api_name,

Line 7089: -- Standard call to check for call compatibility.

7085: END IF;
7086: END IF;
7087:
7088: --
7089: -- Standard call to check for call compatibility.
7090: --
7091: IF NOT FND_API.Compatible_API_Call (l_api_version,
7092: p_api_version,
7093: l_api_name,

Line 7243: -- Standard call to check for call compatibility.

7239: END IF;
7240: END IF;
7241:
7242: --
7243: -- Standard call to check for call compatibility.
7244: --
7245: IF NOT FND_API.Compatible_API_Call (l_api_version,
7246: p_api_version,
7247: l_api_name,

Line 7424: -- Standard call to check for call compatibility.

7420:
7421: END IF;
7422:
7423: --
7424: -- Standard call to check for call compatibility.
7425: --
7426: IF NOT FND_API.Compatible_API_Call (l_api_version,
7427: p_api_version,
7428: l_api_name,

Line 7621: -- Standard call to check for call compatibility.

7617: '101: p_effectivity_date : '||to_char(p_effectivity_date));
7618: END IF;
7619:
7620: --
7621: -- Standard call to check for call compatibility.
7622: --
7623: IF NOT FND_API.Compatible_API_Call (l_api_version,
7624: p_api_version,
7625: l_api_name,

Line 7941: -- Standard call to check for call compatibility.

7937: END IF;
7938: END IF;
7939:
7940: --
7941: -- Standard call to check for call compatibility.
7942: --
7943: IF NOT FND_API.Compatible_API_Call (l_api_version,
7944: p_api_version,
7945: l_api_name,

Line 8313: -- Standard call to check for call compatibility.

8309:
8310: END IF;
8311:
8312: --
8313: -- Standard call to check for call compatibility.
8314: --
8315: IF NOT FND_API.Compatible_API_Call (l_api_version,
8316: p_api_version,
8317: l_api_name,

Line 8842: -- Standard call to check for call compatibility.

8838: x_return_status := FND_API.G_RET_STS_SUCCESS;
8839:
8840:
8841: --
8842: -- Standard call to check for call compatibility.
8843: --
8844: IF NOT FND_API.Compatible_API_Call (l_api_version,
8845: p_api_version,
8846: l_api_name,

Line 9638: -- Standard call to get message count and if count is 1, get message info.

9634: END IF;
9635: END IF; --IF(p_bv_mode <> 'DEV')
9636:
9637: --
9638: -- Standard call to get message count and if count is 1, get message info.
9639: --
9640: FND_MSG_PUB.Count_And_Get(
9641: p_count => x_msg_count,
9642: p_data => x_msg_data

Line 9735: -- Standard call to check for call compatibility.

9731: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
9732: END IF;
9733:
9734: --
9735: -- Standard call to check for call compatibility.
9736: --
9737: IF NOT FND_API.Compatible_API_Call (l_api_version,
9738: p_api_version,
9739: l_api_name,

Line 9882: -- Standard call to check for call compatibility.

9878: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
9879: END IF;
9880:
9881: --
9882: -- Standard call to check for call compatibility.
9883: --
9884: IF NOT FND_API.Compatible_API_Call (l_api_version,
9885: p_api_version,
9886: l_api_name,