DBA Data[Home] [Help]

APPS.CN_COLLECTION_AIA_PUB dependencies on STANDARD

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

116:
117: -- Initialize API return status to success
118: x_return_status := FND_API.G_RET_STS_SUCCESS;
119:
120: -- Standard call to check for call compatibility.
121: IF NOT FND_API.Compatible_API_Call ( l_api_version , p_api_version , l_api_name , G_PKG_NAME ) THEN
122: x_return_status := 'F';
123: x_msg_count := 1;
124: l_error_msg := 'p_api_version' || g_error_msg;

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

1036:
1037: -- Initialize API return status to success
1038: x_return_status := FND_API.G_RET_STS_SUCCESS;
1039:
1040: -- Standard call to check for call compatibility.
1041: /*IF NOT FND_API.Compatible_API_Call ( l_api_version , p_api_version , l_api_name , G_PKG_NAME ) THEN
1042: x_return_status := 'F';
1043: x_msg_count := 1;
1044: l_error_msg := 'p_api_version' || g_error_msg;