DBA Data[Home] [Help]

APPS.AHL_MC_RULE_ENGINE_PVT dependencies on STANDARD

Line 78: -- Standard call to check for call compatibility

74: BEGIN
75:
76: -- Initialize Procedure return status to success
77: x_return_status := FND_API.G_RET_STS_SUCCESS;
78: -- Standard call to check for call compatibility
79: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
80: G_PKG_NAME) THEN
81: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
82: END IF;

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

157: IF (l_all_true_flag ) THEN
158: x_evaluation_status := 'T';
159: END IF;
160:
161: -- Standard call to get message count and if count is 1, get message info
162: FND_MSG_PUB.Count_And_Get
163: ( p_count => x_msg_count,
164: p_data => x_msg_data,
165: p_encoded => fnd_api.g_false

Line 248: -- Standard call to check for call compatibility

244: BEGIN
245:
246: -- Initialize Procedure return status to success
247: x_return_status := FND_API.G_RET_STS_SUCCESS;
248: -- Standard call to check for call compatibility
249: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
250: G_PKG_NAME) THEN
251: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
252: END IF;

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

368: 'ahl.plsql.'||G_PKG_NAME||'.'||l_api_name,
369: 'At the end of the procedure');
370: END IF;
371:
372: -- Standard call to get message count and if count is 1, get message info
373: FND_MSG_PUB.Count_And_Get
374: ( p_count => x_msg_count,
375: p_data => x_msg_data,
376: p_encoded => fnd_api.g_false

Line 518: -- Standard call to check for call compatibility

514:
515:
516: -- Initialize Procedure return status to success
517: x_return_status := FND_API.G_RET_STS_SUCCESS;
518: -- Standard call to check for call compatibility
519: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
520: G_PKG_NAME) THEN
521: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
522: END IF;

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

683: 'ahl.plsql.'||G_PKG_NAME||'.'||l_api_name,
684: ' At the end of the procedure');
685: END IF;
686:
687: -- Standard call to get message count and if count is 1, get message info
688: FND_MSG_PUB.Count_And_Get
689: ( p_count => x_msg_count,
690: p_data => x_msg_data,
691: p_encoded => fnd_api.g_false

Line 755: -- Standard call to check for call compatibility

751: END IF;
752:
753: -- Initialize Procedure return status to success
754: x_return_status := FND_API.G_RET_STS_SUCCESS;
755: -- Standard call to check for call compatibility
756: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
757: G_PKG_NAME) THEN
758: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
759: END IF;

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

786: 'ahl.plsql.'||G_PKG_NAME||'.'||l_api_name,
787: ' At the end of the procedure');
788: END IF;
789:
790: -- Standard call to get message count and if count is 1, get message info
791: FND_MSG_PUB.Count_And_Get
792: ( p_count => x_msg_count,
793: p_data => x_msg_data,
794: p_encoded => fnd_api.g_false