DBA Data[Home] [Help]

APPS.AMS_COLLAB_ASSOC_PVT dependencies on STANDARD

Line 87: -- Standard Start of API savepoint

83: and associated_object_val1 =to_char(p_collab_assoc_rec_type.obj_id)
84: and associated_object_val2 = p_collab_assoc_rec_type.obj_type;
85:
86: BEGIN
87: -- Standard Start of API savepoint
88: SAVEPOINT Create_collab_Assoc_PVT;
89: IF (AMS_LOG_PROCEDURE_ON) THEN
90: AMS_UTILITY_PVT.debug_message(AMS_LOG_PROCEDURE,G_module_name,l_full_name||':Start');
91: END IF;

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

93: IF (AMS_DEBUG_HIGH_ON) THEN
94: AMS_UTILITY_PVT.debug_message('Save point : Create_collab_Assoc_PVT created');
95: END IF;
96:
97: -- Standard call to check for call compatibility.
98: IF NOT FND_API.Compatible_API_Call ( L_API_VERSION_NUMBER,
99: p_api_version_number,
100: l_api_name,
101: G_PKG_NAME)

Line 196: -- Standard check for p_commit

192: END IF; -- collab_type
193: --
194: -- End of API body
195: --
196: -- Standard check for p_commit
197: IF FND_API.to_Boolean( p_commit )
198: THEN
199: COMMIT WORK;
200: END IF;

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

203: IF (AMS_DEBUG_HIGH_ON) THEN
204: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
205: END IF;
206:
207: -- Standard call to get message count and if count is 1, get message info.
208: FND_MSG_PUB.Count_And_Get
209: (p_count => x_msg_count,
210: p_data => x_msg_data
211: );

Line 225: -- Standard call to get message count and if count=1, get the message

221:
222: WHEN FND_API.G_EXC_ERROR THEN
223: ROLLBACK TO Create_collab_Assoc_PVT;
224: x_return_status := FND_API.G_RET_STS_ERROR;
225: -- Standard call to get message count and if count=1, get the message
226: FND_MSG_PUB.Count_And_Get (
227: p_encoded => FND_API.G_FALSE,
228: p_count => x_msg_count,
229: p_data => x_msg_data

Line 235: -- Standard call to get message count and if count=1, get the message

231:
232: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
233: ROLLBACK TO Create_collab_Assoc_PVT;
234: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
235: -- Standard call to get message count and if count=1, get the message
236: FND_MSG_PUB.Count_And_Get (
237: p_encoded => FND_API.G_FALSE,
238: p_count => x_msg_count,
239: p_data => x_msg_data

Line 249: -- Standard call to get message count and if count=1, get the message

245: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
246: THEN
247: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
248: END IF;
249: -- Standard call to get message count and if count=1, get the message
250: FND_MSG_PUB.Count_And_Get (
251: p_encoded => FND_API.G_FALSE,
252: p_count => x_msg_count,
253: p_data => x_msg_data