DBA Data[Home] [Help]

APPS.EAM_NETWORK_ASSETS_PVT dependencies on STANDARD

Line 121: -- Standard Start of API savepoint

117: WHERE NETWORK_ASSOCIATION_ID = P_NETWORK_ASSOCIATION_ID;
118:
119: BEGIN
120:
121: -- Standard Start of API savepoint
122: SAVEPOINT insert_row;
123:
124: -- Standard call to check for call compatibility.
125: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

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

120:
121: -- Standard Start of API savepoint
122: SAVEPOINT insert_row;
123:
124: -- Standard call to check for call compatibility.
125: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
126: RAISE fnd_api.g_exc_unexpected_error;
127: END IF;
128:

Line 226: -- Standard check of p_commit.

222: end if;
223: CLOSE C;
224:
225: -- End of API body.
226: -- Standard check of p_commit.
227: IF fnd_api.to_boolean(p_commit) THEN
228: COMMIT WORK;
229: END IF;
230:

Line 231: -- Standard call to get message count and if count is 1, get message info.

227: IF fnd_api.to_boolean(p_commit) THEN
228: COMMIT WORK;
229: END IF;
230:
231: -- Standard call to get message count and if count is 1, get message info.
232: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
233: EXCEPTION
234: WHEN fnd_api.g_exc_error THEN
235: ROLLBACK TO insert_row;

Line 311: -- Standard Start of API savepoint

307: Recinfo C%ROWTYPE;
308:
309: BEGIN
310:
311: -- Standard Start of API savepoint
312: SAVEPOINT lock_row;
313:
314: -- Standard call to check for call compatibility.
315: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

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

310:
311: -- Standard Start of API savepoint
312: SAVEPOINT lock_row;
313:
314: -- Standard call to check for call compatibility.
315: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
316: RAISE fnd_api.g_exc_unexpected_error;
317: END IF;
318:

Line 424: -- Standard check of p_commit.

420: APP_EXCEPTION.Raise_Exception;
421: end if;
422:
423: -- End of API body.
424: -- Standard check of p_commit.
425: IF fnd_api.to_boolean(p_commit) THEN
426: COMMIT WORK;
427: END IF;
428:

Line 429: -- Standard call to get message count and if count is 1, get message info.

425: IF fnd_api.to_boolean(p_commit) THEN
426: COMMIT WORK;
427: END IF;
428:
429: -- Standard call to get message count and if count is 1, get message info.
430: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
431: EXCEPTION
432: WHEN fnd_api.g_exc_error THEN
433: ROLLBACK TO lock_row;

Line 503: -- Standard Start of API savepoint

499: l_api_name CONSTANT VARCHAR2(30) := 'update_row';
500: l_api_version CONSTANT NUMBER := 1.0;
501: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name || '.' || l_api_name;
502: BEGIN
503: -- Standard Start of API savepoint
504: SAVEPOINT update_row;
505:
506: -- Standard call to check for call compatibility.
507: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

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

502: BEGIN
503: -- Standard Start of API savepoint
504: SAVEPOINT update_row;
505:
506: -- Standard call to check for call compatibility.
507: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
508: RAISE fnd_api.g_exc_unexpected_error;
509: END IF;
510:

Line 560: -- Standard check of p_commit.

556: Raise NO_DATA_FOUND;
557: end if;
558:
559: -- End of API body.
560: -- Standard check of p_commit.
561: IF fnd_api.to_boolean(p_commit) THEN
562: COMMIT WORK;
563: END IF;
564:

Line 565: -- Standard call to get message count and if count is 1, get message info.

561: IF fnd_api.to_boolean(p_commit) THEN
562: COMMIT WORK;
563: END IF;
564:
565: -- Standard call to get message count and if count is 1, get message info.
566: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
567: EXCEPTION
568: WHEN fnd_api.g_exc_error THEN
569: ROLLBACK TO update_row;