DBA Data[Home] [Help]

APPS.OKS_TEMPLATE_SET_PUB dependencies on STANDARD

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

1696: G_MODULE||l_api_name,
1697: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
1698: END IF;
1699:
1700: -- Standard call to check for call compatibility.
1701: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1702: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1703: END IF;
1704:

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

1851: G_MODULE||l_api_name,
1852: '300: x_attachment_name : '||x_attachment_name);
1853: END IF;
1854:
1855: -- Standard call to get message count and if count is 1, get message info.
1856: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1857:
1858: -- end debug log
1859: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN