DBA Data[Home] [Help]

APPS.LNS_INDEX_RATES_PUB dependencies on STANDARD

Line 367: -- Standard start of API savepoint

363: BEGIN
364: LogMessage(FND_LOG.level_unexpected, ' ');
365: LogMessage(FND_LOG.LEVEL_PROCEDURE, l_api_name || ' +');
366:
367: -- Standard start of API savepoint
368: SAVEPOINT PROCESS_SINGLE_LOAN;
369: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Established savepoint');
370:
371: -- Standard call to check for call compatibility

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

367: -- Standard start of API savepoint
368: SAVEPOINT PROCESS_SINGLE_LOAN;
369: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Established savepoint');
370:
371: -- Standard call to check for call compatibility
372: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
373: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
374: END IF;
375:

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

830:
831: -- END OF BODY OF API
832: x_return_status := FND_API.G_RET_STS_SUCCESS;
833:
834: -- Standard call to get message count and if count is 1, get message info
835: FND_MSG_PUB.Count_And_Get(
836: p_encoded => FND_API.G_FALSE,
837: p_count => x_msg_count,
838: p_data => x_msg_data);

Line 976: -- Standard start of API savepoint

972: BEGIN
973:
974: LogMessage(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name || ' +');
975:
976: -- Standard start of API savepoint
977: SAVEPOINT UPDATE_FLOATING_RATE_LOANS_PVT;
978: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Established savepoint');
979:
980: /* init variables */

Line 1167: -- Standard start of API savepoint

1163: BEGIN
1164: LogMessage(FND_LOG.level_unexpected, ' ');
1165: LogMessage(FND_LOG.LEVEL_PROCEDURE, l_api_name || ' +');
1166:
1167: -- Standard start of API savepoint
1168: SAVEPOINT UPDATE_LOAN_FLOATING_RATE;
1169: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Established savepoint');
1170:
1171: -- Standard call to check for call compatibility

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

1167: -- Standard start of API savepoint
1168: SAVEPOINT UPDATE_LOAN_FLOATING_RATE;
1169: LogMessage(FND_LOG.LEVEL_STATEMENT, 'Established savepoint');
1170:
1171: -- Standard call to check for call compatibility
1172: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1173: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1174: END IF;
1175:

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

1245:
1246: -- END OF BODY OF API
1247: x_return_status := FND_API.G_RET_STS_SUCCESS;
1248:
1249: -- Standard call to get message count and if count is 1, get message info
1250: FND_MSG_PUB.Count_And_Get(
1251: p_encoded => FND_API.G_FALSE,
1252: p_count => x_msg_count,
1253: p_data => x_msg_data);