DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on WSH_CARRIER_SHIP_METHODS

Line 149: from wsh_carrier_ship_methods

145: AND wsh_org.enabled_flag = 'Y';
146: ELSE
147: Select freight_code
148: into l_freight_code
149: from wsh_carrier_ship_methods
150: where ship_method_code = p_line_rec.shipping_method_code
151: and ORGANIZATION_ID = p_line_rec.ship_from_org_id;
152: END IF;
153: