DBA Data[Home] [Help]

APPS.AHL_PRD_VISITS_PVT dependencies on STANDARD

Line 236: -- Standard start of API savepoint

232: FROM PA_PROJECTS
233: WHERE project_id = p_proj_temp_id;
234: BEGIN
235: -------------------------------- Initialize -----------------------
236: -- Standard start of API savepoint
237: SAVEPOINT Get_Visit_Details;
238:
239: -- Check if API is called in debug mode. If yes, enable debug.
240: IF G_DEBUG='Y' THEN

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

254:
255: -- Initialize API return status to success
256: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
257:
258: -- Standard call to check for call compatibility.
259: IF NOT Fnd_Api.COMPATIBLE_API_CALL(l_api_version,
260: p_api_version,
261: l_api_name,G_PKG_NAME)
262: THEN

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

441: AHL_DEBUG_PUB.Debug( l_full_name ||': End of Get Visit Details**********************');
442: END IF;
443:
444: ------------------------End of API Body------------------------------------
445: -- Standard call to get message count and if count is 1, get message info
446: Fnd_Msg_Pub.Count_And_Get
447: ( p_count => x_msg_count,
448: p_data => x_msg_data,
449: p_encoded => Fnd_Api.g_false);