DBA Data[Home] [Help]

APPS.PV_ATTR_VALIDATION_PUB dependencies on STANDARD

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

283: IF FND_API.To_Boolean ( p_commit ) THEN
284: COMMIT WORK;
285: END IF;
286:
287: -- Standard call to get message count and if count is 1, get message info.
288: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
289: p_count => x_msg_count,
290: p_data => x_msg_data);
291:

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

337: l_adhoc_role VARCHAR2(1000);
338:
339:
340: begin
341: -- Standard call to check for call compatibility.
342: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
343: p_api_version_number,
344: l_api_name,
345: G_PKG_NAME) THEN

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

490: IF FND_API.To_Boolean ( p_commit ) THEN
491: COMMIT WORK;
492: END IF;
493:
494: -- Standard call to get message count and if count is 1, get message info.
495: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
496: p_count => x_msg_count,
497: p_data => x_msg_data);
498: EXCEPTION