DBA Data[Home] [Help]

APPS.CZ_NETWORK_API_PUB dependencies on STANDARD

Line 2003: -- standard call to check for call compatibility

1999: BEGIN
2000: x_return_status := FND_API.G_RET_STS_SUCCESS;
2001: fnd_msg_pub.initialize;
2002: x_model_tbl := cz_api_pub.NUMBER_TBL_TYPE();
2003: -- standard call to check for call compatibility
2004: IF (NOT FND_API.compatible_api_call(l_api_version
2005: ,p_api_version
2006: ,l_api_name
2007: ,G_PKG_NAME

Line 2109: -- standard call to check for call compatibility

2105: l_api_name CONSTANT VARCHAR2(30) := 'is_container';
2106: BEGIN
2107: fnd_msg_pub.initialize;
2108:
2109: -- standard call to check for call compatibility
2110: IF (NOT FND_API.compatible_api_call(l_api_version
2111: ,p_api_version
2112: ,l_api_name
2113: ,G_PKG_NAME