DBA Data[Home] [Help]

APPS.CTO_GOP_INTERFACE_PK dependencies on CTO_MSG_PUB

Line 475: cto_msg_pub.count_and_get

471: || to_char(lStmtNum), 1);
472: END IF;
473: x_return_status := FND_API.G_RET_STS_ERROR;
474: -- Get message count and data
475: cto_msg_pub.count_and_get
476: ( p_msg_count => x_msg_count
477: , p_msg_data => x_msg_data
478: );
479: WHEN fnd_api.g_exc_unexpected_error THEN

Line 486: cto_msg_pub.count_and_get

482: || to_char(lStmtNum), 1);
483: END IF;
484: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
485: -- Get message count and data
486: cto_msg_pub.count_and_get
487: ( p_msg_count => x_msg_count
488: , p_msg_data => x_msg_data
489: );
490: WHEN OTHERS then

Line 498: cto_msg_pub.count_and_get

494: oe_debug_pub.add('error='||sqlerrm);
495: END IF;
496: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
497: -- Get message count and data
498: cto_msg_pub.count_and_get
499: ( p_msg_count => x_msg_count
500: , p_msg_data => x_msg_data
501: );
502: END CTO_GOP_WRAPPER_API;