DBA Data[Home] [Help]

APPS.EAM_MAINT_ATTRIBUTES_PUB dependencies on STANDARD

Line 72: -- Standard Start of API savepoint

68: l_inv_id_2 NUMBER;
69: l_org_id_2 NUMBER;
70:
71: BEGIN
72: -- Standard Start of API savepoint
73: SAVEPOINT eam_maint_attributes_pub;
74:
75: -- Standard call to check for call compatibility.
76: IF NOT fnd_api.compatible_api_call(

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

71: BEGIN
72: -- Standard Start of API savepoint
73: SAVEPOINT eam_maint_attributes_pub;
74:
75: -- Standard call to check for call compatibility.
76: IF NOT fnd_api.compatible_api_call(
77: l_api_version
78: ,p_api_version
79: ,l_api_name

Line 185: -- Standard check of p_commit.

181: END IF;
182:
183: -- End of API body.
184:
185: -- Standard check of p_commit.
186: IF fnd_api.to_boolean(p_commit) THEN
187: COMMIT WORK;
188: END IF;
189:

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

186: IF fnd_api.to_boolean(p_commit) THEN
187: COMMIT WORK;
188: END IF;
189:
190: -- Standard call to get message count and if count is 1, get message info.
191: fnd_msg_pub.count_and_get(p_count => x_msg_count
192: ,p_data => x_msg_data);
193: EXCEPTION
194: WHEN fnd_api.g_exc_error THEN

Line 244: -- Standard Start of API savepoint

240: l_inv_id_2 NUMBER;
241: l_org_id_2 NUMBER;
242:
243: BEGIN
244: -- Standard Start of API savepoint
245: SAVEPOINT eam_maint_attributes_pub;
246:
247: -- Standard call to check for call compatibility.
248: IF NOT fnd_api.compatible_api_call(

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

243: BEGIN
244: -- Standard Start of API savepoint
245: SAVEPOINT eam_maint_attributes_pub;
246:
247: -- Standard call to check for call compatibility.
248: IF NOT fnd_api.compatible_api_call(
249: l_api_version
250: ,p_api_version
251: ,l_api_name

Line 306: -- Standard check of p_commit.

302: END IF;
303:
304: -- End of API body.
305:
306: -- Standard check of p_commit.
307: IF fnd_api.to_boolean(p_commit) THEN
308: COMMIT WORK;
309: END IF;
310:

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

307: IF fnd_api.to_boolean(p_commit) THEN
308: COMMIT WORK;
309: END IF;
310:
311: -- Standard call to get message count and if count is 1, get message info.
312: fnd_msg_pub.count_and_get(p_count => x_msg_count
313: ,p_data => x_msg_data);
314: EXCEPTION
315: WHEN fnd_api.g_exc_error THEN

Line 360: -- Standard Start of API savepoint

356: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name || '.' || l_api_name;
357: l_count NUMBER;
358:
359: BEGIN
360: -- Standard Start of API savepoint
361: SAVEPOINT eam_maint_attributes_pub;
362:
363: -- Standard call to check for call compatibility.
364: IF NOT fnd_api.compatible_api_call(

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

359: BEGIN
360: -- Standard Start of API savepoint
361: SAVEPOINT eam_maint_attributes_pub;
362:
363: -- Standard call to check for call compatibility.
364: IF NOT fnd_api.compatible_api_call(
365: l_api_version
366: ,p_api_version
367: ,l_api_name

Line 450: -- Standard check of p_commit.

446: END IF;
447:
448: -- End of API body.
449:
450: -- Standard check of p_commit.
451: IF fnd_api.to_boolean(p_commit) THEN
452: COMMIT WORK;
453: END IF;
454:

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

451: IF fnd_api.to_boolean(p_commit) THEN
452: COMMIT WORK;
453: END IF;
454:
455: -- Standard call to get message count and if count is 1, get message info.
456: fnd_msg_pub.count_and_get(p_count => x_msg_count
457: ,p_data => x_msg_data);
458: EXCEPTION
459: WHEN fnd_api.g_exc_error THEN