DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on WSH_SHIPPING_PARAMETERS

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

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

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

304: lpn_id NUMBER,
305: line_direction VARCHAR2(30),
306: ship_from_location_id NUMBER, -- J-IB-NPARIKH
307: move_order_line_id WSH_DELIVERY_DETAILS.MOVE_ORDER_LINE_ID%TYPE, -- R12, X-dock project
308: otm_enabled WSH_SHIPPING_PARAMETERS.otm_enabled%TYPE, -- OTM R12 - org specific.Bug#5399341
309: client_id NUMBER -- LSP PROJECT :
310: );
311:
312: TYPE detail_rec_tab_type IS TABLE OF detail_rec_type INDEX BY BINARY_INTEGER;