DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on WSH_CARRIER_SHIP_METHODS

Line 147: from wsh_carrier_ship_methods

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