DBA Data[Home] [Help]

APPS.AHL_MC_PATH_POSITION_PUB dependencies on STANDARD

Line 53: -- Standard start of API savepoint

49: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
50: FND_LOG.string(FND_LOG.level_procedure, l_full_name || '.begin', 'At the start of the API');
51: END IF;
52:
53: -- Standard start of API savepoint
54: SAVEPOINT Create_Position_ID_Pub;
55:
56: -- Initialize Procedure return status to success
57: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

55:
56: -- Initialize Procedure return status to success
57: x_return_status := FND_API.G_RET_STS_SUCCESS;
58:
59: -- Standard call to check for call compatibility
60: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
61: l_api_name, G_PKG_NAME) THEN
62: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
63: END IF;

Line 118: -- Standard check of p_commit

114: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
115: FND_LOG.string(FND_LOG.level_statement, l_full_name, 'AHL_MC_PATH_POSITION_PVT.Create_Position_ID returned x_return_status as ' || x_return_status);
116: END IF;
117:
118: -- Standard check of p_commit
119: IF FND_API.TO_BOOLEAN(p_commit) THEN
120: COMMIT WORK;
121: END IF;
122:

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

119: IF FND_API.TO_BOOLEAN(p_commit) THEN
120: COMMIT WORK;
121: END IF;
122:
123: -- Standard call to get message count and if count is 1, get message info
124: FND_MSG_PUB.Count_And_Get
125: ( p_count => x_msg_count,
126: p_data => x_msg_data,
127: p_encoded => FND_API.G_FALSE