DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_GRP dependencies on STANDARD

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

49: x_return_status := fnd_api.g_ret_sts_unexp_error;
50: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() unexpected error';
51: x_msg_count := 1;
52:
53: -- Standard call to check for call compatibility.
54: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
55: l_api_name, l_api_name) THEN
56: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
57: END IF;

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

174: x_return_status := fnd_api.g_ret_sts_unexp_error;
175: x_msg_data := 'pon_conterms_utl_grp.get_article_variable_values() unexpected error';
176: x_msg_count := 1;
177:
178: -- Standard call to check for call compatibility.
179: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
180: l_api_name, l_api_name) THEN
181: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
182: END IF;

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

847: x_return_status := fnd_api.g_ret_sts_unexp_error;
848: x_msg_data := l_api_name || ' unexpected error';
849: x_msg_count := 1;
850:
851: -- Standard call to check for call compatibility.
852: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
853: l_api_name, l_api_name) THEN
854: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
855: END IF;

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

1198: x_return_status := fnd_api.g_ret_sts_unexp_error;
1199: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() unexpected error';
1200: x_msg_count := 1;
1201:
1202: -- Standard call to check for call compatibility.
1203: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1204: l_api_name, l_api_name) THEN
1205: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1206: END IF;