DBA Data[Home] [Help]

APPS.OKS_K_ACTIONS_PVT dependencies on STANDARD

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

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

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

110: RAISE ActionNotAllowedException;
111: END IF;
112:
113:
114: -- Standard call to get message count and if count is 1, get message info.
115: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
116:
117: -- end debug log
118: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

498: G_MODULE||l_api_name,
499: '100: p_contract_list : '||p_contract_list);
500: END IF;
501:
502: -- Standard call to check for call compatibility.
503: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
504: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
505: END IF;
506:

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

618:
619: commit work;
620:
621:
622: -- Standard call to get message count and if count is 1, get message info.
623: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
624:
625: -- end debug log
626: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN