To find Package body in oracle database(code)

SELECT REPLACE(TEXT,CHR(10)) FROM DBA_SOURCE WHERE NAME LIKE 'VCOM_ORDER_IMPORT_PRICING_PUB'

AND TYPE = 'PACKAGE BODY'

ORDER BY LINE ;

No comments:

Post a Comment

WIP Tables with description

  Table Name Description     WIP_ACCOUNTING_CLASSES stores accounting flexfield information for standard discrete jobs, non-standard asset j...