DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_SHIPPING_PARAMETERS

Line 526: otm_enabled WSH_SHIPPING_PARAMETERS.OTM_ENABLED%TYPE -- OTM R12 - Bug#5399341

522: shipment_direction VARCHAR2(30),
523: --OTM R12
524: ignore_for_planning WSH_NEW_DELIVERIES.IGNORE_FOR_PLANNING%TYPE,
525: tms_interface_flag WSH_NEW_DELIVERIES.TMS_INTERFACE_FLAG%TYPE,
526: otm_enabled WSH_SHIPPING_PARAMETERS.OTM_ENABLED%TYPE -- OTM R12 - Bug#5399341
527: --
528: );
529: -- A Column called message_name has been added to the record
530: -- "DeliveryActionsRec" so that we can set the exact message

Line 550: otm_enabled WSH_SHIPPING_PARAMETERS.OTM_ENABLED%TYPE -- OTM R12 - Bug#5399341

546: delivery_type VARCHAR2(30),
547: --OTM R12
548: ignore_for_planning WSH_NEW_DELIVERIES.IGNORE_FOR_PLANNING%TYPE,
549: tms_interface_flag WSH_NEW_DELIVERIES.TMS_INTERFACE_FLAG%TYPE,
550: otm_enabled WSH_SHIPPING_PARAMETERS.OTM_ENABLED%TYPE -- OTM R12 - Bug#5399341
551: --
552: );
553:
554: TYPE dlvy_rec_tab_type IS TABLE OF dlvy_rec_type INDEX BY BINARY_INTEGER;