How to find the pl/sql code for the package and package body
OBJECT_NAME
--------------------------------------------------------------------------------
OBJECT_TYPE CREATED STATUS LAST_DDL_
------------------- --------- ------- ---------
PLAN_TABLE
TABLE 22-JAN-10 VALID 22-JAN-10
PROCEDURE
PROCEDURE 12-JAN-10 INVALID 12-JAN-10
PROCESS_ITEMS_PK
PACKAGE 20-JAN-10 VALID 20-JAN-10
OBJECT_NAME
--------------------------------------------------------------------------------
OBJECT_TYPE CREATED STATUS LAST_DDL_
------------------- --------- ------- ---------
PROCESS_ITEMS_PK
PACKAGE BODY 20-JAN-10 VALID 25-JAN-10
I need to find out the pl/sql code for the process_items_pk package and package body since I did not write this. Is there a way to find that out through sqlplus? Thanks.