DBA Data[Home] [Help]

APPS.PO_TAX_INTERFACE_GRP dependencies on FND_MSG_PUB

Line 122: FND_MSG_PUB.count_and_get(p_count => x_msg_count,

118: d_progress := 50;
119: EXCEPTION
120: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
121: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
122: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
123: p_data => x_msg_data);
124: IF (PO_LOG.d_exc) THEN
125: PO_LOG.exc(d_module_base, d_progress, 'Unexpected error in '||l_module_name);
126: PO_LOG.proc_end(d_module_base, 'x_return_status', x_return_status);