Shipping Execution - EBS (MOSC)

MOSC Banner

How to add waybill number , while doing Ship Confirm Interface Using Standard API

edited Nov 2, 2012 5:06AM in Shipping Execution - EBS (MOSC) 4 commentsAnswered
Hi All,

I'm using the below API to do the ship Confirm Interface. And now I need to pass(use) waybill_number while doing ship COnfirm.
But I Couldn't find out the variable in the record type in this ship confirm standard API.

 API:- apps.wsh_delivery_details_pub.update_shipping_attributes
 

changed_attributes          wsh_delivery_details_pub.changedattributetabtype;

source_code := 'OE';


changed_attributes (1).delivery_detail_id := P_delivery_detail_id; -- Ship All quantities in this detail.
changed_attributes (1).shipped_quantity := p_upd_shipped_qty;                 
changed_attributes (1).subinventory := P_subinventory;                 
changed_attributes (1).freight_carrier_code := P_frieght_carrier_code;                 

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