DBA Data[Home] [Help]

APPS.PO_FTE_INTEGRATION_PVT dependencies on FND_MSG_PUB

Line 233: FND_MSG_PUB.add_exc_msg ( G_PKG_NAME, l_api_name );

229: module => c_log_head || '.'||l_api_name,
230: message => 'unexpected error');
231: END IF;
232: END IF;
233: FND_MSG_PUB.add_exc_msg ( G_PKG_NAME, l_api_name );
234: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
235: END get_po_release_attributes;
236:
237: END PO_FTE_INTEGRATION_PVT;