Procurement - EBS (MOSC)

MOSC Banner

Open Purchase Orders and Requisitions

edited May 6, 2016 5:37AM in Procurement - EBS (MOSC) 3 commentsAnswered

I am trying to determine the Open Purchase Requisitions and Purchase Orders on my system. I have a Sql Script as follows

select
  poh.segment1 as PO_NUM,
  pv.vendor_name,
  pol.line_num,
  msib.segment1,
  msib.description,
  (fcb.segment1||' - '||fcb.segment2) as Asset_category ,
  mcc.segment1 ||' - '||mcc.segment2 ||' - '||mcc.segment3 as Purch_category,
  poll.quantity as Qty_Ordered,
  poll.quantity_received as Qty_Received,
  poll.quantity_billed as Qty_Invoiced,
  gcc.segment2||' - '||gcc.segment3||' - '||gcc.segment4 as Account,
  ffv1.description||' - '||ffv2.description||' - '||ffv3.description as Account_desc

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