DBA Data[Home] [Help]

APPS.OKC_XPRT_IMPORT_PVT dependencies on STANDARD

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

892:
893:
894:
895:
896: -- Standard call to get message count and if count is 1, get message info.
897: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
898:
899: -- end debug log
900: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

1549:
1550:
1551:
1552:
1553: -- Standard call to get message count and if count is 1, get message info.
1554: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1555:
1556: -- end debug log
1557: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

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

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

2258: RAISE FND_API.G_EXC_ERROR;
2259: END IF;
2260:
2261:
2262: -- Standard call to get message count and if count is 1, get message info.
2263: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2264:
2265: -- end debug log
2266: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN