DBA Data[Home] [Help]

APPS.AHL_MC_TREE_PVT dependencies on STANDARD

Line 176: -- Standard start of API savepoint

172: Nodes_list_for_parent Nodes_for_parent_ref_csr;
173:
174: BEGIN
175:
176: -- Standard start of API savepoint
177: SAVEPOINT Get_MasterConfig_Nodes_SP;
178:
179: -- Standard call to check for call compatibility
180: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

Line 179: -- Standard call to check for call compatibility

175:
176: -- Standard start of API savepoint
177: SAVEPOINT Get_MasterConfig_Nodes_SP;
178:
179: -- Standard call to check for call compatibility
180: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
181: THEN
182: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
183: END IF;

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

444: THEN
445: RAISE FND_API.G_EXC_ERROR;
446: END IF;
447:
448: -- Standard call to get message count and if count is 1, get message info
449: FND_MSG_PUB.count_and_get
450: (
451: p_count => x_msg_count,
452: p_data => x_msg_data,