DBA Data[Home] [Help]

APPS.MRP_VENDORMERGE_GRP dependencies on DBMS_OUTPUT

Line 152: dbms_output.put_line(sqlerrm);

148:
149: EXCEPTION
150:
151: WHEN OTHERS THEN
152: dbms_output.put_line(sqlerrm);
153: ROLLBACK ;
154: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
155: FND_MSG_PUB.Count_And_Get
156: ( p_count => x_msg_count,