PL/SQL (MOSC)

MOSC Banner

How do I link the supplier with on-hand item (answer)

edited Feb 7, 2011 7:09AM in PL/SQL (MOSC) 3 commentsAnswered
Hi all, I am crearting a report to draw the on-hand item to see the stock aging,
there are some item miscellaneous receipt without do PO, therefore, i have problem drawing data for both received from PO receipt and Miscellaneous receipt, so i union the 2 sql, but it runs too long, can't result,  is there any better ways to get the supplier for the PO receipt one , null for Miscellaneous receipt,  thanks

 SELECT distinct  MOQV.CREATE_TRANSACTION_ID CREATID,
HROU.ATTRIBUTE1 ORG_CODE,
  MOQV.SUBINVENTORY_CODE SUBINV,
      IICA.ITEM_CATEGORY_201 CATEGORY, 
  ITEM,
  MSB.DESCRIPTION,
  T.LONG_DESCRIPTION,
  LOT_NUMBER AS LOT_NUM,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center