DBA Data[Home] [Help]

APPS.INV_CONSUMPTION_TXN_PVT dependencies on FND_MSG_PUB

Line 131: FND_MSG_PUB.Count_And_Get

127:
128: WHEN OTHERS THEN
129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
130: -- Get message count and data
131: FND_MSG_PUB.Count_And_Get
132: ( p_count => x_msg_count
133: , p_data => x_msg_data
134: );
135: