Using ALL_VIEWS I can extract the TEXT column, however, it will only display the first x number of characters like this:
TEXT
--------------------------------------------------------------------------------
(
SELECT A.WHSE_CODE,A.ITEM_NUM,B.LAST_COST FROM ITEM_W A,(SELECT DISTINCT (LAST
How do I go about getting the rest of the view definition?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.