Order Management - EBS (MOSC)

MOSC Banner

Warehouse Code in the Query

edited Oct 21, 2013 3:51PM in Order Management - EBS (MOSC) 2 commentsAnswered
Dear Friends,

Iam trying to pick up and incorporate  the Warehouse code into my sql query below.Can you please help me from where to pick this code up as iam struggling to find this field.

SELECT
wnd.delivery_id,
wnd.name delivery_name,
wnd.source_header_id order_header_id,
wdd.cust_po_number,
wdd.container_name,
wdd.ship_to_location_id,
nvl(wdd.deliver_to_location_id,wdd.ship_to_location_id) deliver_to_location_id,
wdd.ship_to_site_use_id c_ship_to_site_use_id,
HZPCON.party_name customer_name,
HZPCON.person_title|| ' ' || substrb(HZPCON.person_first_name,1,40) || ' ' || substrb(HZPCON.person_last_name,1,50) contact_name,

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