DBA Data[Home] [Help]

APPS.OKL_COPY_ASSET_PUB dependencies on STANDARD

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

74:
75: BEGIN
76: savepoint copy_asset_lines_pub;
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,
80: p_api_version,
81: l_api_name,
82: G_PKG_NAME)) THEN

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

242:
243: BEGIN
244: savepoint copy_all_lines_pub;
245: x_return_status := FND_API.G_RET_STS_SUCCESS;
246: -- Standard call to check for call compatibility.
247: IF NOT (FND_API.Compatible_API_Call (l_api_version,
248: p_api_version,
249: l_api_name,
250: G_PKG_NAME)) THEN