DBA Data[Home] [Help]

APPS.EAM_ASSET_AREAS_PUB dependencies on STANDARD

Line 177: -- Standard Start of API savepoint

173: l_msg_count NUMBER;
174: l_msg_data VARCHAR2(30);
175: L_LOCATION_ID NUMBER;
176: BEGIN
177: -- Standard Start of API savepoint
178: SAVEPOINT insert_asset_areas;
179: -- Standard call to check for call compatibility.
180: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
181: p_api_version ,

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

175: L_LOCATION_ID NUMBER;
176: BEGIN
177: -- Standard Start of API savepoint
178: SAVEPOINT insert_asset_areas;
179: -- Standard call to check for call compatibility.
180: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
181: p_api_version ,
182: l_api_name ,
183: G_PKG_NAME )

Line 274: -- Standard check of p_commit.

270: fnd_global.user_id
271: );
272:
273: -- End of API body.
274: -- Standard check of p_commit.
275: IF FND_API.To_Boolean( p_commit ) THEN
276: COMMIT WORK;
277: END IF;
278: -- Standard call to get message count and if count is 1, get message info.

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

274: -- Standard check of p_commit.
275: IF FND_API.To_Boolean( p_commit ) THEN
276: COMMIT WORK;
277: END IF;
278: -- Standard call to get message count and if count is 1, get message info.
279: FND_MSG_PUB.get
280: ( p_msg_index_out => x_msg_count ,
281: p_data => x_msg_data
282: );

Line 345: -- Standard Start of API savepoint

341: l_count NUMBER;
342:
343:
344: BEGIN
345: -- Standard Start of API savepoint
346: SAVEPOINT update_asset_areas;
347: -- Standard call to check for call compatibility.
348: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
349: p_api_version ,

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

343:
344: BEGIN
345: -- Standard Start of API savepoint
346: SAVEPOINT update_asset_areas;
347: -- Standard call to check for call compatibility.
348: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
349: p_api_version ,
350: l_api_name ,
351: G_PKG_NAME )

Line 437: -- Standard check of p_commit.

433:
434:
435:
436: -- End of API body.
437: -- Standard check of p_commit.
438: IF FND_API.To_Boolean( p_commit ) THEN
439: COMMIT WORK;
440: END IF;
441: -- Standard call to get message count and if count is 1, get message info.

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

437: -- Standard check of p_commit.
438: IF FND_API.To_Boolean( p_commit ) THEN
439: COMMIT WORK;
440: END IF;
441: -- Standard call to get message count and if count is 1, get message info.
442: FND_MSG_PUB.get
443: ( p_msg_index_out => x_msg_count ,
444: p_data => x_msg_data
445: );