DBA Data[Home] [Help]

APPS.FND_GFM dependencies on FND_MSG_PUB

Line 1360: fnd_msg_pub.count_and_get(p_count => x_msg_count,

1356:
1357: exception
1358: when G_EXC_ERROR then
1359: x_return_status := FND_API.G_RET_STS_ERROR;
1360: fnd_msg_pub.count_and_get(p_count => x_msg_count,
1361: p_data => x_msg_data);
1362: when others then
1363: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1364: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 1364: fnd_msg_pub.count_and_get(p_count => x_msg_count,

1360: fnd_msg_pub.count_and_get(p_count => x_msg_count,
1361: p_data => x_msg_data);
1362: when others then
1363: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1364: fnd_msg_pub.count_and_get(p_count => x_msg_count,
1365: p_data => x_msg_data);
1366:
1367: END clob_to_blob;
1368: /*--------------------------------------------------------------------------*/