Dear Gurus,

How to move packages from one server to other server. We have a development instance, and a production instance.

Right now my development instance one package is there. I want to move
development to Production (DEV to PROD)

Development Instance

SQL> select owner,object_name,object_type,status from dba_objects
2 where object_name = 'AR_RECEIPT_LIB_PVT';

OWNER
------------------------------
OBJECT_NAME
----------------------------------------------------------------------------
----
OBJECT_TYPE STATUS
------------------ -------
APPS
AR_RECEIPT_LIB_PVT
PACKAGE VALID

APPS
AR_RECEIPT_LIB_PVT
PACKAGE BODY VALID


In This package now i want move to Production instance. How to move the packages from Development server to Production Server.

Thanks for any input.

Regards,
Iyyappan.M