DBA Data[Home] [Help]

APPS.IBE_CCTBOM_PVT dependencies on STANDARD

Line 334: -- standard call to check for call compatibility

330: BEGIN
331: --dbms_output.put_line('INSIDE LOAD COMPONENTS');
332: --gzhang 08/08/2002, bug#2488246
333: --ibe_util.enable_debug;
334: -- standard call to check for call compatibility
335: l_return_status := FND_API.G_RET_STS_SUCCESS;
336: IF NOT FND_API.Compatible_API_Call (l_api_version,
337: p_api_version,
338: l_api_name,

Line 406: -- standard call to get message count and if count is 1, get message info.

402: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN
403: IBE_UTIL.debug(G_PKG_NAME||'.Load_Components: After select in load');
404: END IF;
405:
406: -- standard call to get message count and if count is 1, get message info.
407: FND_MSG_PUB.Count_And_Get
408: ( p_encoded => FND_API.G_FALSE,
409: p_count => x_msg_count,
410: p_data => x_msg_data