DBA Data[Home] [Help]

APPS.WSH_FREIGHT_COSTS_GRP dependencies on WSH_NEW_DELIVERIES_PVT

Line 700: NVL(tms_interface_flag,WSH_NEW_DELIVERIES_PVT.C_TMS_NOT_TO_BE_SENT), --OTM R12, glog proj

696: planned_flag,
697: shipment_direction,
698: delivery_type, -- MDC
699: NVL(ignore_for_planning, 'N'), --OTM R12, glog proj
700: NVL(tms_interface_flag,WSH_NEW_DELIVERIES_PVT.C_TMS_NOT_TO_BE_SENT), --OTM R12, glog proj
701: NULL -- --OTM R12,
702: FROM wsh_new_deliveries
703: WHERE delivery_id = v_del_id;
704: