DBA Data[Home] [Help]

APPS.IEX_NOTES_PVT dependencies on STANDARD

Line 41: -- Standard start of API savepoint

37: i number;
38: p_note_id number;
39:
40: BEGIN
41: -- Standard start of API savepoint
42: SAVEPOINT Create_Note_PVT;
43:
44: -- Standard call to check for call compatibility
45: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

40: BEGIN
41: -- Standard start of API savepoint
42: SAVEPOINT Create_Note_PVT;
43:
44: -- Standard call to check for call compatibility
45: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
46: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
47: END IF;
48:

Line 143: -- Standard check of p_commit.

139: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
140: iex_debug_pub.LogMessage(G_PKG_NAME || '.Create_Note: End');
141: END IF;
142:
143: -- Standard check of p_commit.
144: IF FND_API.To_Boolean( p_commit ) THEN
145: COMMIT WORK;
146: END IF;
147:

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

146: END IF;
147:
148: x_return_status := l_return_status;
149:
150: -- Standard call to get message count and if count is 1, get message info
151: FND_MSG_PUB.Count_And_Get(
152: p_encoded => FND_API.G_FALSE,
153: p_count => x_msg_count,
154: p_data => x_msg_data);