DBA Data[Home] [Help]

APPS.CTO_GOP_INTERFACE_PK dependencies on CTO_MSG_PUB

Line 677: cto_msg_pub.count_and_get

673: || to_char(lStmtNum), 1);
674: END IF;
675: x_return_status := FND_API.G_RET_STS_ERROR;
676: -- Get message count and data
677: cto_msg_pub.count_and_get
678: ( p_msg_count => x_msg_count
679: , p_msg_data => x_msg_data
680: );
681: WHEN fnd_api.g_exc_unexpected_error THEN

Line 688: cto_msg_pub.count_and_get

684: || to_char(lStmtNum), 1);
685: END IF;
686: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
687: -- Get message count and data
688: cto_msg_pub.count_and_get
689: ( p_msg_count => x_msg_count
690: , p_msg_data => x_msg_data
691: );
692: WHEN OTHERS then

Line 700: cto_msg_pub.count_and_get

696: oe_debug_pub.add('error='||sqlerrm);
697: END IF;
698: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
699: -- Get message count and data
700: cto_msg_pub.count_and_get
701: ( p_msg_count => x_msg_count
702: , p_msg_data => x_msg_data
703: );
704: END CTO_GOP_WRAPPER_API;