Order Management - EBS (MOSC)

MOSC Banner

How to join Locations with Order to get Internal Locations

edited Jun 15, 2018 5:01AM in Order Management - EBS (MOSC) 1 commentAnswered

Hi,

I am running the below query to get order details including items and Locations. With Ship_to_Location, I have to pick up internal location but I can't understand how to create a join with internal locations rather in which table, we have Internal Location field.   

SELECT party.party_name,
                   hcsu.location Ship_to_Location,
                   hrl.attribute15,
                   wdd.source_header_number,
                   wdd.date_requested,
                   wdd.item_description,
                   wdd.inventory_item_id,
                   wdd.src_requested_quantity_uom,
                   wdd.requested_quantity_uom
                   uom.unit_of_measure
              FROM org_organization_definitions ood,
                   wsh_delivery_details wdd,
                   mtl_system_items_vl msi,
                   hz_parties party,

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