DBA Data[Home] [Help]

APPS.LNS_FIN_UTILS dependencies on STANDARD

Line 2691: -- Standard start of API savepoint

2687: BEGIN
2688:
2689: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME, G_PKG_NAME || '.' || l_api_name || ' +');
2690:
2691: -- Standard start of API savepoint
2692: SAVEPOINT getAmortSchedCSV;
2693: LogMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'Savepoint is established');
2694:
2695: -- Standard call to check for call compatibility

Line 2695: -- Standard call to check for call compatibility

2691: -- Standard start of API savepoint
2692: SAVEPOINT getAmortSchedCSV;
2693: LogMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'Savepoint is established');
2694:
2695: -- Standard call to check for call compatibility
2696: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2697: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2698: END IF;
2699:

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

2818:
2819: -- END OF BODY OF API
2820: x_return_status := FND_API.G_RET_STS_SUCCESS;
2821:
2822: -- Standard call to get message count and if count is 1, get message info
2823: FND_MSG_PUB.Count_And_Get(
2824: p_encoded => FND_API.G_FALSE,
2825: p_count => x_msg_count,
2826: p_data => x_msg_data);