DBA Data[Home] [Help]

APPS.IEM_ROUTE_PUB dependencies on STANDARD

Line 390: --Standard begin of API savepoint

386: l_log_enabled BOOLEAN := false;
387: l_exception_log BOOLEAN := false;
388: BEGIN
389:
390: --Standard begin of API savepoint
391: SAVEPOINT Route_PUB;
392: -- Standard call to check for call compatibility.
393: IF NOT FND_API.Compatible_API_Call(
394: l_api_version_number,

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

388: BEGIN
389:
390: --Standard begin of API savepoint
391: SAVEPOINT Route_PUB;
392: -- Standard call to check for call compatibility.
393: IF NOT FND_API.Compatible_API_Call(
394: l_api_version_number,
395: p_api_version_number,
396: l_api_name,

Line 640: --Standard check of p_commit

636: --==========--
637: --End of API--
638: --==========--
639:
640: --Standard check of p_commit
641: If FND_API.To_Boolean(p_commit) then
642: COMMIT WORK;
643: End if;
644:

Line 645: --Standard call to get message count and if count is 1 then get message info

641: If FND_API.To_Boolean(p_commit) then
642: COMMIT WORK;
643: End if;
644:
645: --Standard call to get message count and if count is 1 then get message info
646: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
647:
648: EXCEPTION
649: WHEN FND_API.G_EXC_ERROR THEN