DBA Data[Home] [Help]

APPS.OKS_K_ACTIONS_PVT dependencies on STANDARD

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

50: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,
51: G_MODULE||l_api_name,
52: '100: Entered '||G_PKG_NAME ||'.'||l_api_name);
53: END IF;
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 85: -- Standard call to get message count and if count is 1, get message info.

81: RAISE ActionNotAllowedException;
82: END IF;
83:
84:
85: -- Standard call to get message count and if count is 1, get message info.
86: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
87:
88: -- end debug log
89: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

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

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

589:
590: commit work;
591:
592:
593: -- Standard call to get message count and if count is 1, get message info.
594: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
595:
596: -- end debug log
597: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN