DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on WSH_SHIPPING_PARAMETERS

Line 279: otm_enabled WSH_SHIPPING_PARAMETERS.otm_enabled%TYPE -- OTM R12 - org specificBug#5399341

275: org_type VARCHAR2(30),
276: message_name VARCHAR2(2000),
277: line_direction VARCHAR2(30),
278: ship_from_location_id NUMBER, -- J-IB-NPARIKH
279: otm_enabled WSH_SHIPPING_PARAMETERS.otm_enabled%TYPE -- OTM R12 - org specificBug#5399341
280: );
281: -- A Column called message_name has been added to the record
282: -- "DetailActionsRec" so that we can set the exact message
283: -- for each record as to why an action is not valid.

Line 302: otm_enabled WSH_SHIPPING_PARAMETERS.otm_enabled%TYPE -- OTM R12 - org specific.Bug#5399341

298: lpn_id NUMBER,
299: line_direction VARCHAR2(30),
300: ship_from_location_id NUMBER, -- J-IB-NPARIKH
301: move_order_line_id WSH_DELIVERY_DETAILS.MOVE_ORDER_LINE_ID%TYPE, -- R12, X-dock project
302: otm_enabled WSH_SHIPPING_PARAMETERS.otm_enabled%TYPE -- OTM R12 - org specific.Bug#5399341
303: );
304:
305: TYPE detail_rec_tab_type IS TABLE OF detail_rec_type INDEX BY BINARY_INTEGER;
306: