DBA Data[Home] [Help]

APPS.AMS_RUNTIME_SCRIPTING_PVT dependencies on STANDARD

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

70: AND user_name = c_login_name;
71:
72: BEGIN
73:
74: -- Standard call to check for call compatibility.
75: IF NOT FND_API.Compatible_API_Call( l_api_version,
76: p_api_version,
77: l_api_name,
78: G_PKG_NAME )

Line 192: -- Standard check for p_commit

188: AMS_UTILITY_PVT.debug_message('Process Started');
189:
190: AMS_UTILITY_PVT.debug_message('notifyForgetLogin ends');
191:
192: -- Standard check for p_commit
193: IF FND_API.to_Boolean( p_commit )
194: THEN
195: COMMIT WORK;
196: END IF;

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

194: THEN
195: COMMIT WORK;
196: END IF;
197:
198: -- Standard call to get message count and if count is 1, get message info.
199: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
200: p_count => x_msg_count ,
201: p_data => x_msg_data );
202:

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

202:
203: EXCEPTION
204: WHEN FND_API.G_EXC_ERROR THEN
205: x_return_status := FND_API.G_RET_STS_ERROR;
206: -- Standard call to get message count and if count=1, get the message
207: FND_MSG_PUB.Count_And_Get (
208: p_encoded => FND_API.G_FALSE,
209: p_count => x_msg_count,
210: p_data => x_msg_data

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

212: raise;
213:
214: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
215: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
216: -- Standard call to get message count and if count=1, get the message
217: FND_MSG_PUB.Count_And_Get (
218: p_encoded => FND_API.G_FALSE,
219: p_count => x_msg_count,
220: p_data => x_msg_data

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

226: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
227: THEN
228: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
229: END IF;
230: -- Standard call to get message count and if count=1, get the message
231: FND_MSG_PUB.Count_And_Get (
232: p_encoded => FND_API.G_FALSE,
233: p_count => x_msg_count,
234: p_data => x_msg_data