DBA Data[Home] [Help]

APPS.PON_PO_INTEGRATION_GRP dependencies on STANDARD

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

73: x_return_status := fnd_api.g_ret_sts_unexp_error;
74:
75: l_progress := 100;
76:
77: -- Standard call to check for call compatibility.
78: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
79: l_api_name, l_api_name) THEN
80: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
81: END IF;

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

254: x_return_status := fnd_api.g_ret_sts_unexp_error;
255:
256: l_progress := 100;
257:
258: -- Standard call to check for call compatibility.
259: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
260: l_api_name, l_api_name) THEN
261: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
262: END IF;