DBA Data[Home] [Help]

APPS.IEM_ROUTE_CLASS_PUB dependencies on STANDARD

Line 254: --Standard begin of API savepoint

250: errorMessage varchar2(2000);
251:
252: BEGIN
253:
254: --Standard begin of API savepoint
255: SAVEPOINT Classify_PUB;
256:
257: -- Standard call to check for call compatibility.
258: IF NOT FND_API.Compatible_API_Call(

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

253:
254: --Standard begin of API savepoint
255: SAVEPOINT Classify_PUB;
256:
257: -- Standard call to check for call compatibility.
258: IF NOT FND_API.Compatible_API_Call(
259: l_api_version_number,
260: p_api_version_number,
261: l_api_name,

Line 450: --Standard check of p_commit

446: --==========--
447: --End of API--
448: --==========--
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 then 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 then get message info
456: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
457:
458: EXCEPTION
459: WHEN FND_API.G_EXC_ERROR THEN