DBA Data[Home] [Help]

APPS.AHL_REPAIR_CATEGORIES_PVT dependencies on STANDARD

Line 102: -- Standard Start of API savepoint

98: l_api_version CONSTANT NUMBER := 1.0;
99: l_debug_module CONSTANT VARCHAR2(100) := 'ahl.plsql.'||G_PKG_NAME||'.'||l_api_name;
100:
101: BEGIN
102: -- Standard Start of API savepoint
103: SAVEPOINT process_repair_categories_sp;
104:
105: -- Standard call to check for call compatibility.
106: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,p_api_version,l_api_name,G_PKG_NAME)

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

101: BEGIN
102: -- Standard Start of API savepoint
103: SAVEPOINT process_repair_categories_sp;
104:
105: -- Standard call to check for call compatibility.
106: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,p_api_version,l_api_name,G_PKG_NAME)
107: THEN
108: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
109: END IF;

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

454: THEN
455: COMMIT WORK;
456: END IF;
457:
458: -- Standard call to get message count and if count is 1, get message info
459: FND_MSG_PUB.count_and_get
460: (
461: p_count => x_msg_count,
462: p_data => x_msg_data,