DBA Data[Home] [Help]

APPS.PON_VENDOR_PURGE_GRP dependencies on STANDARD

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

21: BEGIN
22: -- initialize return for unexpected error
23: x_return_status := fnd_api.g_ret_sts_unexp_error;
24:
25: -- Standard call to check for call compatibility.
26: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
27: l_api_name, l_api_name) THEN
28: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
29: END IF;

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

99: BEGIN
100: -- initialize return for unexpected error
101: x_return_status := fnd_api.g_ret_sts_unexp_error;
102:
103: -- Standard call to check for call compatibility.
104: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
105: l_api_name, l_api_name) THEN
106: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
107: END IF;