DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_GRP dependencies on STANDARD

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

60: x_return_status := fnd_api.g_ret_sts_unexp_error;
61: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() unexpected error';
62: x_msg_count := 1;
63:
64: -- Standard call to check for call compatibility.
65: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
66: l_api_name, l_api_name) THEN
67: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
68: END IF;

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

190: x_return_status := fnd_api.g_ret_sts_unexp_error;
191: x_msg_data := 'pon_conterms_utl_grp.get_article_variable_values() unexpected error';
192: x_msg_count := 1;
193:
194: -- Standard call to check for call compatibility.
195: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
196: l_api_name, l_api_name) THEN
197: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
198: END IF;

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

867: x_return_status := fnd_api.g_ret_sts_unexp_error;
868: x_msg_data := l_api_name || ' unexpected error';
869: x_msg_count := 1;
870:
871: -- Standard call to check for call compatibility.
872: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
873: l_api_name, l_api_name) THEN
874: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
875: END IF;

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

1220: x_return_status := fnd_api.g_ret_sts_unexp_error;
1221: x_msg_data := 'pon_conterms_utl_grp.ok_to_commit() unexpected error';
1222: x_msg_count := 1;
1223:
1224: -- Standard call to check for call compatibility.
1225: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1226: l_api_name, l_api_name) THEN
1227: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1228: END IF;