DBA Data[Home] [Help]

APPS.ASO_CONFIG_OPERATIONS_INT dependencies on STANDARD

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

58: Begin
59:
60: SAVEPOINT config_operations_int;
61:
62: -- Standard call to check for call compatibility.
63: IF NOT FND_API.Compatible_API_Call (
64: l_api_version,
65: p_api_version_Number,
66: l_api_name,

Line 221: -- Standard check of p_commit

217: IF aso_debug_pub.g_debug_flag = 'Y' THEN
218: aso_debug_pub.add('****** End of confog operations API ******', 1, 'Y');
219: END IF;
220:
221: -- Standard check of p_commit
222: IF FND_API.To_Boolean(p_commit) THEN
223: COMMIT WORK;
224: END IF;
225:

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

222: IF FND_API.To_Boolean(p_commit) THEN
223: COMMIT WORK;
224: END IF;
225:
226: -- Standard call to get message count and if count is 1, get message info
227: FND_Msg_Pub.Count_And_Get(
228: p_encoded => FND_API.G_FALSE,
229: p_count => x_msg_count ,
230: p_data => x_msg_data