DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_GRP dependencies on FND_MSG_PUB

Line 54: FND_MSG_PUB.Count_And_Get

50: WHEN OTHERS THEN
51: --no rollback as there is no data base change in the procedure.
52: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
53:
54: FND_MSG_PUB.Count_And_Get
55: ( p_count => x_msg_count ,
56: p_data => x_msg_data
57: );
58: