DBA Data[Home] [Help]

APPS.AHL_MC_TREE_PVT dependencies on STANDARD

Line 182: -- Standard start of API savepoint

178: l_Nodes_for_parent_tbl Nodes_for_parent_tbl;
179:
180: BEGIN
181:
182: -- Standard start of API savepoint
183: SAVEPOINT Get_MasterConfig_Nodes_SP;
184:
185: -- Standard call to check for call compatibility
186: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

181:
182: -- Standard start of API savepoint
183: SAVEPOINT Get_MasterConfig_Nodes_SP;
184:
185: -- Standard call to check for call compatibility
186: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
187: THEN
188: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
189: END IF;

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

495: THEN
496: RAISE FND_API.G_EXC_ERROR;
497: END IF;
498:
499: -- Standard call to get message count and if count is 1, get message info
500: FND_MSG_PUB.count_and_get
501: (
502: p_count => x_msg_count,
503: p_data => x_msg_data,