Order Management - EBS (MOSC)

MOSC Banner

Can someone share me the sql query to fetch item information from sales order lines table

edited Jan 17, 2019 12:13AM in Order Management - EBS (MOSC) 1 commentAnswered

can someone share me the sql query to get item information from sales order lines table. I have the following sql but it runs for a long time without any results.

select 'Specific' 

      ,msib.segment1

      ,msib.item_type

      ,msib.inventory_item_status_code

      ,msib.inventory_item_id

      ,msib.organization_id

from   apps.mtl_system_items_b  msib

where  organization_id = /*Master Org ID */ 102

and    inventory_item_status_code <> 'Obsolete'

and    item_type = 'FG'

and    EXISTS(SELECT 1

              FROM   apps.oe_order_lines_all  ool

                    ,apps.oe_Transaction_types_All ottt

                    ,apps.oe_order_headers_All ooh

              WHERE  ottt.transaction_type_id = ooh.ordeR_type_id

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