Refer a parameter from a package in another package

How can I refer a parameter defined in a package in another package ?

In reply to kvenkatv:

The same as you would any other identifier in another package. You can either explicitly reference it using package_name::identifier_name or you can import the package.