DBA Data[Home] [Help]

APPS.CTO_CONFIGURED_ITEM_GRP dependencies on CTO_MSG_PUB

Line 391: cto_msg_pub.count_and_get

387: || to_char(lStmtNum), 1);
388: END IF;
389: x_return_status := FND_API.G_RET_STS_ERROR;
390: -- Get message count and data
391: cto_msg_pub.count_and_get
392: ( p_msg_count => x_msg_count
393: , p_msg_data => x_msg_data
394: );
395: WHEN fnd_api.g_exc_unexpected_error THEN

Line 402: cto_msg_pub.count_and_get

398: || to_char(lStmtNum), 1);
399: END IF;
400: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
401: -- Get message count and data
402: cto_msg_pub.count_and_get
403: ( p_msg_count => x_msg_count
404: , p_msg_data => x_msg_data
405: );
406: WHEN OTHERS then

Line 414: cto_msg_pub.count_and_get

410: oe_debug_pub.add('error '||sqlerrm,1);
411: END IF;
412: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
413: -- Get message count and data
414: cto_msg_pub.count_and_get
415: ( p_msg_count => x_msg_count
416: , p_msg_data => x_msg_data
417: );
418: