DBA Data[Home] [Help]

APPS.POS_PUB_HISTORY_BO_PKG dependencies on STANDARD

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

65: BEGIN
66: x_return_status := fnd_api.g_ret_sts_success;
67: x_msg_data := '';
68:
69: -- Standard call to check for call compatibility.
70: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
71: l_api_name, g_pkg_name) THEN
72: RAISE fnd_api.g_exc_unexpected_error;
73: END IF;

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

310: BEGIN
311: x_return_status := fnd_api.g_ret_sts_success;
312: x_msg_data := '';
313:
314: -- Standard call to check for call compatibility.
315: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
316: l_api_name, g_pkg_name) THEN
317: RAISE fnd_api.g_exc_unexpected_error;
318: END IF;