DBA Data[Home] [Help]

APPS.OKC_XPRT_CZ_INT_PVT dependencies on STANDARD

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

50: G_MODULE||l_api_name,
51: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
52: END IF;
53:
54: -- Standard call to check for call compatibility.
55: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
56: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
57: END IF;
58:

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

143: -- also check the cz_xfr_run_results table for the entity
144: -- error details in cz_db_logs
145:
146:
147: -- Standard call to get message count and if count is 1, get message info.
148: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
149:
150: -- end debug log
151: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

200: G_MODULE||l_api_name,
201: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
202: END IF;
203:
204: -- Standard call to check for call compatibility.
205: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
206: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
207: END IF;
208:

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

291: -- For the above call , l_cz_return_status is a string 'S' , 'E' or 'U'
292: -- so directly assing the same to x_return_status
293: x_return_status := l_cz_return_status;
294:
295: -- Standard call to get message count and if count is 1, get message info.
296: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
297:
298: -- end debug log
299: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

342: G_MODULE||l_api_name,
343: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
344: END IF;
345:
346: -- Standard call to check for call compatibility.
347: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
348: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
349: END IF;
350:

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

415: fnd_file.put_line(FND_FILE.LOG,'*********************************************** ');
416: fnd_file.put_line(FND_FILE.LOG,' ');
417:
418:
419: -- Standard call to get message count and if count is 1, get message info.
420: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
421:
422: -- end debug log
423: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

470: G_MODULE||l_api_name,
471: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
472: END IF;
473:
474: -- Standard call to check for call compatibility.
475: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
476: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
477: END IF;
478:

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

561: fnd_file.put_line(FND_FILE.LOG,'Current Time : '||to_char(sysdate,'dd mm yyyy HH:MI:SS'));
562: fnd_file.put_line(FND_FILE.LOG,'*********************************************** ');
563: fnd_file.put_line(FND_FILE.LOG,' ');
564:
565: -- Standard call to get message count and if count is 1, get message info.
566: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
567:
568: -- end debug log
569: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

624: G_MODULE||l_api_name,
625: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
626: END IF;
627:
628: -- Standard call to check for call compatibility.
629: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
630: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
631: END IF;
632:

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

725: END LOOP;
726: END IF;
727:
728:
729: -- Standard call to get message count and if count is 1, get message info.
730: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
731:
732: -- end debug log
733: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

776: G_MODULE||l_api_name,
777: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
778: END IF;
779:
780: -- Standard call to check for call compatibility.
781: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
782: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
783: END IF;
784:

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

858: fnd_file.put_line(FND_FILE.LOG,'Current Time : '||to_char(sysdate,'dd mm yyyy HH:MI:SS'));
859: fnd_file.put_line(FND_FILE.LOG,'*********************************************** ');
860: fnd_file.put_line(FND_FILE.LOG,' ');
861:
862: -- Standard call to get message count and if count is 1, get message info.
863: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
864:
865: -- end debug log
866: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

932: G_MODULE||l_api_name,
933: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
934: END IF;
935:
936: -- Standard call to check for call compatibility.
937: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
938: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
939: END IF;
940:

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

1100: fnd_file.put_line(FND_FILE.LOG,'*********************************************** ');
1101: fnd_file.put_line(FND_FILE.LOG,' ');
1102:
1103:
1104: -- Standard call to get message count and if count is 1, get message info.
1105: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1106:
1107: -- end debug log
1108: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

1675: G_MODULE||l_api_name,
1676: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
1677: END IF;
1678:
1679: -- Standard call to check for call compatibility.
1680: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1681: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1682: END IF;
1683:

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

1799: fnd_file.put_line(FND_FILE.LOG,' ');
1800:
1801:
1802:
1803: -- Standard call to get message count and if count is 1, get message info.
1804: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1805:
1806: -- end debug log
1807: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

1860: G_MODULE||l_api_name,
1861: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
1862: END IF;
1863:
1864: -- Standard call to check for call compatibility.
1865: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1866: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1867: END IF;
1868:

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

1960: END LOOP;
1961: END IF;
1962:
1963:
1964: -- Standard call to get message count and if count is 1, get message info.
1965: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1966:
1967: -- end debug log
1968: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

2015: G_MODULE||l_api_name,
2016: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
2017: END IF;
2018:
2019: -- Standard call to check for call compatibility.
2020: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2021: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2022: END IF;
2023:

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

2078: END IF;
2079:
2080:
2081:
2082: -- Standard call to get message count and if count is 1, get message info.
2083: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2084:
2085: -- end debug log
2086: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN