DBA Data[Home] [Help]

APPS.EAM_ATTR_ASSIGN_PVT dependencies on STANDARD

Line 72: -- Standard Start of API savepoint

68: CURSOR C IS SELECT rowid FROM MTL_EAM_ASSET_ATTR_GROUPS
69: WHERE ASSOCIATION_ID = P_ATTRIBUTE_ASSOCIATION_ID;
70: BEGIN
71:
72: -- Standard Start of API savepoint
73: SAVEPOINT apiname_apitype;
74:
75: -- Standard call to check for call compatibility.
76: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

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

71:
72: -- Standard Start of API savepoint
73: SAVEPOINT apiname_apitype;
74:
75: -- Standard call to check for call compatibility.
76: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
77: RAISE fnd_api.g_exc_unexpected_error;
78: END IF;
79:

Line 129: -- Standard check of p_commit.

125: end if;
126: CLOSE C;
127:
128: -- End of API body.
129: -- Standard check of p_commit.
130: IF fnd_api.to_boolean(p_commit) THEN
131: COMMIT WORK;
132: END IF;
133:

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

130: IF fnd_api.to_boolean(p_commit) THEN
131: COMMIT WORK;
132: END IF;
133:
134: -- Standard call to get message count and if count is 1, get message info.
135: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
136: EXCEPTION
137: WHEN fnd_api.g_exc_error THEN
138: ROLLBACK TO apiname_apitype;

Line 189: -- Standard Start of API savepoint

185: Recinfo C%ROWTYPE;
186:
187: BEGIN
188:
189: -- Standard Start of API savepoint
190: SAVEPOINT apiname_apitype;
191:
192: -- Standard call to check for call compatibility.
193: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

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

188:
189: -- Standard Start of API savepoint
190: SAVEPOINT apiname_apitype;
191:
192: -- Standard call to check for call compatibility.
193: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
194: RAISE fnd_api.g_exc_unexpected_error;
195: END IF;
196:

Line 230: -- Standard check of p_commit.

226: APP_EXCEPTION.Raise_Exception;
227: end if;
228:
229: -- End of API body.
230: -- Standard check of p_commit.
231: IF fnd_api.to_boolean(p_commit) THEN
232: COMMIT WORK;
233: END IF;
234:

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

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

Line 278: -- Standard Start of API savepoint

274: l_api_name CONSTANT VARCHAR2(30) := 'update_row';
275: l_api_version CONSTANT NUMBER := 1.0;
276: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name || '.' || l_api_name;
277: BEGIN
278: -- Standard Start of API savepoint
279: SAVEPOINT apiname_apitype;
280:
281: -- Standard call to check for call compatibility.
282: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

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

277: BEGIN
278: -- Standard Start of API savepoint
279: SAVEPOINT apiname_apitype;
280:
281: -- Standard call to check for call compatibility.
282: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
283: RAISE fnd_api.g_exc_unexpected_error;
284: END IF;
285:

Line 309: -- Standard check of p_commit.

305: Raise NO_DATA_FOUND;
306: end if;
307:
308: -- End of API body.
309: -- Standard check of p_commit.
310: IF fnd_api.to_boolean(p_commit) THEN
311: COMMIT WORK;
312: END IF;
313:

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

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