DBA Data[Home] [Help]

APPS.AML_MONITOR_WF dependencies on STANDARD

Line 187: -- Standard Start of API savepoint

183: BEGIN
184: IF (AS_DEBUG_LOW_ON) THEN
185: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API' || l_api_name );
186: END IF;
187: -- Standard Start of API savepoint
188: SAVEPOINT LAUNCH_MONITOR_PUB;
189:
190: -- Standard call to check for call compatibility.
191: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

186: END IF;
187: -- Standard Start of API savepoint
188: SAVEPOINT LAUNCH_MONITOR_PUB;
189:
190: -- Standard call to check for call compatibility.
191: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
192: p_api_version_number,
193: l_api_name,
194: G_PKG_NAME)

Line 607: -- Standard call to get message count and IF count is 1, get message info.

603: -- Debug Message
604: IF (AS_DEBUG_LOW_ON) THEN
605: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'PVT: ' || l_api_name || ' End');
606: END IF;
607: -- Standard call to get message count and IF count is 1, get message info.
608: FND_MSG_PUB.Count_And_Get
609: ( p_count => x_msg_count,
610: p_data => x_msg_data );
611: