Since 2010, OraERP is a Oracle Forums, Community of Oracle Professionals including Fusion/Cloud Application Consultants, Enterprise Architects, ERP Cloud, HCM Cloud, CX Cloud and OCI Experts, ERP Experts, Oracle Apps Functional Consultants, Apps DBAs, DBAs, Cloud DBAs, Digital Architect, PaaS Experts, IaaS, OCI Architects, Technical Consultants, Fusion Middleware Experts, SQL, PL/SQL Developers and Project Managers. Welcome to OraERP.com Social Community, a friendly and active community of Oracle Technology Professionals who believe that technology can ‘make the world a better place’. By joining Oracle ERP Community you will have the ability to Post Topics, Receive our Newsletter, subscribe to threads and access many other special features. Registration is Quick and Simple. Get unlimited access to Oracle Tutorials, Articles, eBooks, Tools and Tips .
Thread Rating:
  • 5 Vote(s) - 2.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get PO Quantity in order management
11-18-2014, 07:18 PM,
#1
How to get PO Quantity in order management
Hello,
I want to know what is the way to collect PO quantity in order management?

i will be thankfull for ans
Reply
01-14-2015, 06:16 PM, (This post was last modified: 01-14-2015, 06:17 PM by Balin Chakra.)
#2
RE: How to get PO Quantity in order management
are u requried Sql query? am i right....
Reply
01-14-2015, 09:28 PM,
#3
RE: How to get PO Quantity in order management
Hi,

Collect Po quentity in OM? please explain little bit more what you require exactly? Thanks
Reply
01-15-2015, 02:49 PM,
#4
RE: How to get PO Quantity in order management
Yes. am required Sql query for PO quantity....?
Reply
01-15-2015, 05:33 PM,
#5
RE: How to get PO Quantity in order management
Can anybody help him abount Sql query.
Reply
01-19-2015, 08:23 PM,
#6
RE: How to get PO Quantity in order management
You can use this query by changing according to your:

SELECT  po.segment1 po_blanket_num
FROM po_requisition_headers_all prh,
po_requisition_lines_all prl,
po_line_locations_all poll,
po_headers_all poh,
oe_drop_ship_sources oed,
hr_all_organization_units hr
WHERE prh.requisition_header_id = prl.REQUISITION_HEADER_ID
AND hr.organization_id = poh.org_id
AND prl.line_location_id = poll.line_location_id
AND poh.po_header_id = poll.po_header_id
AND oed.line_location_id = poll.line_location_id
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  R12 Order Management BR100 larodrigmx 0 2,067 06-11-2020, 08:54 AM
Last Post: larodrigmx
  How to default subinventory in Sales Order line Anumeha Manish 3 7,918 10-27-2016, 12:18 AM
Last Post: gonzaloprax
  Purchase Order Error Codes siddesh.99 0 2,877 12-08-2015, 04:46 PM
Last Post: siddesh.99
  COGS transactions created in Sales Order Gopal Ayog 1 2,951 02-02-2015, 09:13 PM
Last Post: Balin Chakra
  Order Import Interface error table Saleem Akhtar 1 16,083 12-14-2014, 05:51 PM
Last Post: Kashif Manzoor
Thumbs Down Fuel management in oracle Ebs inventory mouazir 0 2,896 04-06-2014, 12:15 AM
Last Post: mouazir
  which is API to update the work order status in eam module admin 1 11,079 02-20-2014, 11:54 PM
Last Post: shirfan
  Don't allow cancellation of sales order line if the schedule ship date falls within visgyan 1 3,447 02-11-2014, 10:26 PM
Last Post: shirfan
  split Sales Order line as per partial availability of stocks Justen Kegan 1 5,183 12-08-2013, 11:59 PM
Last Post: Kashif Manzoor
  Order entry in an external application luc18mi 1 2,984 11-06-2013, 01:42 AM
Last Post: Arshad Ch



Users browsing this thread: 1 Guest(s)