DBA Data[Home] [Help]

APPS.QA_DEVICE_PUB dependencies on STANDARD

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

70: l_api_name CONSTANT VARCHAR2(30) := 'set_device_data';
71:
72: BEGIN
73:
74: -- Standard call to check for call compatibility.
75: IF NOT fnd_api.compatible_api_call(
76: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
77: RAISE fnd_api.g_exc_unexpected_error;
78: END IF;

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

165: l_err_device_names VARCHAR2(2000) := NULL;
166:
167: BEGIN
168:
169: -- Standard call to check for call compatibility.
170: IF NOT fnd_api.compatible_api_call(
171: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
172: RAISE fnd_api.g_exc_unexpected_error;
173: END IF;

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

284: l_api_name CONSTANT VARCHAR2(30) := 'add_device_info_bulk';
285: exists_count NUMBER;
286: BEGIN
287:
288: -- Standard call to check for call compatibility.
289: IF NOT fnd_api.compatible_api_call(
290: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
291: RAISE fnd_api.g_exc_unexpected_error;
292: END IF;

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

445: l_commit VARCHAR2(10);
446:
447: BEGIN
448:
449: -- Standard call to check for call compatibility.
450: IF NOT fnd_api.compatible_api_call(
451: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
452: RAISE fnd_api.g_exc_unexpected_error;
453: END IF;