DBA Data[Home] [Help]

APPS.CTO_CONFIGURED_ITEM_GRP dependencies on CTO_MSG_PUB

Line 363: cto_msg_pub.count_and_get

359: || to_char(lStmtNum), 1);
360: END IF;
361: x_return_status := FND_API.G_RET_STS_ERROR;
362: -- Get message count and data
363: cto_msg_pub.count_and_get
364: ( p_msg_count => x_msg_count
365: , p_msg_data => x_msg_data
366: );
367: WHEN fnd_api.g_exc_unexpected_error THEN

Line 374: cto_msg_pub.count_and_get

370: || to_char(lStmtNum), 1);
371: END IF;
372: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
373: -- Get message count and data
374: cto_msg_pub.count_and_get
375: ( p_msg_count => x_msg_count
376: , p_msg_data => x_msg_data
377: );
378: WHEN OTHERS then

Line 388: cto_msg_pub.count_and_get

384: oe_debug_pub.add('error '||sqlerrm,1);
385: END IF;
386: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
387: -- Get message count and data
388: cto_msg_pub.count_and_get
389: ( p_msg_count => x_msg_count
390: , p_msg_data => x_msg_data
391: );
392: